Html Css Color HEX #96059C Dark Magenta

📋 copy color: '#96059C'

red 150 ◦ green 5 ◦ blue 156

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

Shades of Dark Magenta #96059C

Tints of Dark Magenta #96059C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.61%

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

R = 48.23%
G = 1.61%
B = 50.16%

CMYK

 C value IS 0.04

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#96059C (or 0x96059C) is known color: Dark Magenta. HEX triplet: 96, 05 and 9C. RGB value is (150,5,156). Sum of RGB (Red+Green+Blue) = 150+5+156=311 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.23% from 311); Green value is 5 (2.34% from 255 or 1.61% from 311); Blue value is 156 (61.33% from 255 or 50.16% from 311); Max value from RGB is 156 - color contains mainly: blue. Hex color #96059C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96059C is #69FA63. Grayscale: #414141. Windows color (decimal): -6945380 or 10225046. OLE color: 10225046.

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

Color convert

RGB 150 5 156 -
CMYK 0.04 0.97 0 0.39
HSL 297.62º 0.94% 0.32% -
HSV(B) 297.62º 0.97% 0.61% -
XYZ 18.63 8.99 32.21 -
YUV 65.57 179.04 188.22 -
System Red Green Blue C M Y K H S L
Decimal 150 5 156 0.04 0.97 0 0.39 297.62 0.94 0.32
Hex 96 5 9C 4 61 0 27 12A 5E 20
Octal 226 5 234 4 141 0 47 452 136 40
Binary 10010110 101 10011100 100 1100001 0 100111 100101010 1011110 100000

Color Harmonies of #96059C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96059C

Black with #96059C

Text Example


Text Example

White with #96059C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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