Html Css Color HEX #960991 Dark Magenta

📋 copy color: '#960991'

red 150 ◦ green 9 ◦ blue 145

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

Shades of Dark Magenta #960991

Tints of Dark Magenta #960991

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.96%

 BLUE value IS 145 (57.03% from 255) = 47.7%

R = 49.34%
G = 2.96%
B = 47.7%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#960991 (or 0x960991) is known color: Dark Magenta. HEX triplet: 96, 09 and 91. RGB value is (150,9,145). Sum of RGB (Red+Green+Blue) = 150+9+145=304 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.34% from 304); Green value is 9 (3.91% from 255 or 2.96% from 304); Blue value is 145 (57.03% from 255 or 47.70% from 304); Max value from RGB is 150 - color contains mainly: red. Hex color #960991 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960991 is #69F66E. Grayscale: #424242. Windows color (decimal): -6944367 or 9505174. OLE color: 9505174.

HSL color Cylindrical-coordinate representation of color #960991: hue angle of 302.13º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #960991 is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 9 145 -
CMYK 0 0.94 0.03 0.41
HSL 302.13º 0.89% 0.31% -
HSV(B) 302.13º 0.94% 0.59% -
XYZ 17.79 8.72 27.53 -
YUV 66.66 172.21 187.44 -
System Red Green Blue C M Y K H S L
Decimal 150 9 145 0 0.94 0.03 0.41 302.13 0.89 0.31
Hex 96 9 91 0 5E 3 29 12E 59 1F
Octal 226 11 221 0 136 3 51 456 131 37
Binary 10010110 1001 10010001 0 1011110 11 101001 100101110 1011001 11111

Color Harmonies of #960991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960991

Black with #960991

Text Example


Text Example

White with #960991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960991; }

 p { color: rgb(150,9,145); }

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

background-color css

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

 a { background-color: rgb(150,9,145); }

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

border-color css

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

 span { border-color: rgb(150,9,145); }

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