Html Css Color HEX #960EA9 Dark Magenta

📋 copy color: '#960EA9'

red 150 ◦ green 14 ◦ blue 169

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

Shades of Dark Magenta #960EA9

Tints of Dark Magenta #960EA9

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.2%

 BLUE value IS 169 (66.41% from 255) = 50.75%

R = 45.05%
G = 4.2%
B = 50.75%

CMYK

 C value IS 0.11

 M value IS 0.92

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#960EA9 (or 0x960EA9) is known color: Dark Magenta. HEX triplet: 96, 0E and A9. RGB value is (150,14,169). Sum of RGB (Red+Green+Blue) = 150+14+169=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 14 (5.86% from 255 or 4.20% from 333); Blue value is 169 (66.41% from 255 or 50.75% from 333); Max value from RGB is 169 - color contains mainly: blue. Hex color #960EA9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960EA9 is #69F156. Grayscale: #474747. Windows color (decimal): -6943063 or 11079318. OLE color: 11079318.

HSL color Cylindrical-coordinate representation of color #960EA9: hue angle of 292.65º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #960EA9 is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 150 14 169 -
CMYK 0.11 0.92 0 0.34
HSL 292.65º 0.85% 0.36% -
HSV(B) 292.65º 0.92% 0.66% -
XYZ 19.9 9.66 38.35 -
YUV 72.33 182.56 183.4 -
System Red Green Blue C M Y K H S L
Decimal 150 14 169 0.11 0.92 0 0.34 292.65 0.85 0.36
Hex 96 E A9 B 5C 0 22 125 55 24
Octal 226 16 251 13 134 0 42 445 125 44
Binary 10010110 1110 10101001 1011 1011100 0 100010 100100101 1010101 100100

Color Harmonies of #960EA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960EA9

Black with #960EA9

Text Example


Text Example

White with #960EA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,14,169); }

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

background-color css

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

 a { background-color: rgb(150,14,169); }

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

border-color css

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

 span { border-color: rgb(150,14,169); }

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