Html Css Color HEX #960EA2 Dark Magenta

📋 copy color: '#960EA2'

red 150 ◦ green 14 ◦ blue 162

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

Shades of Dark Magenta #960EA2

Tints of Dark Magenta #960EA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 49.69%

R = 46.01%
G = 4.29%
B = 49.69%

CMYK

 C value IS 0.07

 M value IS 0.91

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#960EA2 (or 0x960EA2) is known color: Dark Magenta. HEX triplet: 96, 0E and A2. RGB value is (150,14,162). Sum of RGB (Red+Green+Blue) = 150+14+162=326 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.01% from 326); Green value is 14 (5.86% from 255 or 4.29% from 326); Blue value is 162 (63.67% from 255 or 49.69% from 326); Max value from RGB is 162 - color contains mainly: blue. Hex color #960EA2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960EA2 is #69F15D. Grayscale: #474747. Windows color (decimal): -6943070 or 10620566. OLE color: 10620566.

HSL color Cylindrical-coordinate representation of color #960EA2: hue angle of 295.14º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #960EA2 is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 150 14 162 -
CMYK 0.07 0.91 0 0.36
HSL 295.14º 0.84% 0.35% -
HSV(B) 295.14º 0.91% 0.64% -
XYZ 19.26 9.41 34.98 -
YUV 71.54 179.06 183.97 -
System Red Green Blue C M Y K H S L
Decimal 150 14 162 0.07 0.91 0 0.36 295.14 0.84 0.35
Hex 96 E A2 7 5B 0 24 127 54 23
Octal 226 16 242 7 133 0 44 447 124 43
Binary 10010110 1110 10100010 111 1011011 0 100100 100100111 1010100 100011

Color Harmonies of #960EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960EA2

Black with #960EA2

Text Example


Text Example

White with #960EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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