Html Css Color HEX #960891 Dark Magenta

📋 copy color: '#960891'

red 150 ◦ green 8 ◦ blue 145

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

Shades of Dark Magenta #960891

Tints of Dark Magenta #960891

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.64%

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

R = 49.5%
G = 2.64%
B = 47.85%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#960891 (or 0x960891) is known color: Dark Magenta. HEX triplet: 96, 08 and 91. RGB value is (150,8,145). Sum of RGB (Red+Green+Blue) = 150+8+145=303 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.50% from 303); Green value is 8 (3.52% from 255 or 2.64% from 303); Blue value is 145 (57.03% from 255 or 47.85% from 303); Max value from RGB is 150 - color contains mainly: red. Hex color #960891 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960891 is #69F76E. Grayscale: #414141. Windows color (decimal): -6944623 or 9504918. OLE color: 9504918.

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

Color convert

RGB 150 8 145 -
CMYK 0 0.95 0.03 0.41
HSL 302.11º 0.9% 0.31% -
HSV(B) 302.11º 0.95% 0.59% -
XYZ 17.78 8.7 27.53 -
YUV 66.08 172.54 187.86 -
System Red Green Blue C M Y K H S L
Decimal 150 8 145 0 0.95 0.03 0.41 302.11 0.9 0.31
Hex 96 8 91 0 5F 3 29 12E 5A 1F
Octal 226 10 221 0 137 3 51 456 132 37
Binary 10010110 1000 10010001 0 1011111 11 101001 100101110 1011010 11111

Color Harmonies of #960891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960891

Black with #960891

Text Example


Text Example

White with #960891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960891; }

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

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

background-color css

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

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

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

border-color css

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

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

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