Html Css Color HEX #960DAE Dark Magenta

📋 copy color: '#960DAE'

red 150 ◦ green 13 ◦ blue 174

#960DAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #960DAE

Tints of Dark Magenta #960DAE

RGB

 RED value IS 150 (58.98% from 255) = 44.51%

 GREEN value IS 13 (5.47% from 255) = 3.86%

 BLUE value IS 174 (68.36% from 255) = 51.63%

R = 44.51%
G = 3.86%
B = 51.63%

CMYK

 C value IS 0.14

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#960DAE (or 0x960DAE) is known color: Dark Magenta. HEX triplet: 96, 0D and AE. RGB value is (150,13,174). Sum of RGB (Red+Green+Blue) = 150+13+174=337 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.51% from 337); Green value is 13 (5.47% from 255 or 3.86% from 337); Blue value is 174 (68.36% from 255 or 51.63% from 337); Max value from RGB is 174 - color contains mainly: blue. Hex color #960DAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960DAE is #69F251. Grayscale: #474747. Windows color (decimal): -6943314 or 11406742. OLE color: 11406742.

HSL color Cylindrical-coordinate representation of color #960DAE: hue angle of 291.06º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #960DAE is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 150 13 174 -
CMYK 0.14 0.93 0 0.32
HSL 291.06º 0.86% 0.37% -
HSV(B) 291.06º 0.93% 0.68% -
XYZ 20.36 9.83 40.87 -
YUV 72.32 185.39 183.41 -
System Red Green Blue C M Y K H S L
Decimal 150 13 174 0.14 0.93 0 0.32 291.06 0.86 0.37
Hex 96 D AE E 5D 0 20 123 56 25
Octal 226 15 256 16 135 0 40 443 126 45
Binary 10010110 1101 10101110 1110 1011101 0 100000 100100011 1010110 100101

Color Harmonies of #960DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960DAE

Black with #960DAE

Text Example


Text Example

White with #960DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960DAE; }

 p { color: rgb(150,13,174); }

 H1.HeaderClassName
 {
   color: #960DAE;
 }
 .AnyTagClassName
 {
   color: #960DAE;
 }
</style>

background-color css

<style>
 a { background-color: #960DAE; }

 a { background-color: rgb(150,13,174); }

 div.DivClassName
 {
   background-color: #960DAE;
 }
 .BgClassName
 {
   background-color: #960DAE;
 }
</style>

border-color css

<style>
 span { border-color: #960DAE; }

 span { border-color: rgb(150,13,174); }

 td.TdClassName
 {
   border-color: #960DAE;
 }
 .TagClassName
 {
   border-color: #960DAE;
 }
</style>