Html Css Color HEX #96159C Dark Magenta

📋 copy color: '#96159C'

red 150 ◦ green 21 ◦ blue 156

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

Shades of Dark Magenta #96159C

Tints of Dark Magenta #96159C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.42%

 BLUE value IS 156 (61.33% from 255) = 47.71%

R = 45.87%
G = 6.42%
B = 47.71%

CMYK

 C value IS 0.04

 M value IS 0.87

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#96159C (or 0x96159C) is known color: Dark Magenta. HEX triplet: 96, 15 and 9C. RGB value is (150,21,156). Sum of RGB (Red+Green+Blue) = 150+21+156=327 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.87% from 327); Green value is 21 (8.59% from 255 or 6.42% from 327); Blue value is 156 (61.33% from 255 or 47.71% from 327); Max value from RGB is 156 - color contains mainly: blue. Hex color #96159C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96159C is #69EA63. Grayscale: #4A4A4A. Windows color (decimal): -6941284 or 10229142. OLE color: 10229142.

HSL color Cylindrical-coordinate representation of color #96159C: hue angle of 297.33º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #96159C is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 150 21 156 -
CMYK 0.04 0.87 0 0.39
HSL 297.33º 0.76% 0.35% -
HSV(B) 297.33º 0.87% 0.61% -
XYZ 18.85 9.42 32.28 -
YUV 74.96 173.74 181.52 -
System Red Green Blue C M Y K H S L
Decimal 150 21 156 0.04 0.87 0 0.39 297.33 0.76 0.35
Hex 96 15 9C 4 57 0 27 129 4C 23
Octal 226 25 234 4 127 0 47 451 114 43
Binary 10010110 10101 10011100 100 1010111 0 100111 100101001 1001100 100011

Color Harmonies of #96159C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96159C

Black with #96159C

Text Example


Text Example

White with #96159C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96159C; }

 p { color: rgb(150,21,156); }

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

background-color css

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

 a { background-color: rgb(150,21,156); }

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

border-color css

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

 span { border-color: rgb(150,21,156); }

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