Html Css Color HEX #96059D Dark Magenta

📋 copy color: '#96059D'

red 150 ◦ green 5 ◦ blue 157

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

Shades of Dark Magenta #96059D

Tints of Dark Magenta #96059D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 50.32%

R = 48.08%
G = 1.6%
B = 50.32%

CMYK

 C value IS 0.04

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#96059D (or 0x96059D) is known color: Dark Magenta. HEX triplet: 96, 05 and 9D. RGB value is (150,5,157). Sum of RGB (Red+Green+Blue) = 150+5+157=312 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.08% from 312); Green value is 5 (2.34% from 255 or 1.60% from 312); Blue value is 157 (61.72% from 255 or 50.32% from 312); Max value from RGB is 157 - color contains mainly: blue. Hex color #96059D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96059D is #69FA62. Grayscale: #414141. Windows color (decimal): -6945379 or 10290582. OLE color: 10290582.

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

Color convert

RGB 150 5 157 -
CMYK 0.04 0.97 0 0.38
HSL 297.24º 0.94% 0.32% -
HSV(B) 297.24º 0.97% 0.62% -
XYZ 18.72 9.03 32.65 -
YUV 65.68 179.54 188.14 -
System Red Green Blue C M Y K H S L
Decimal 150 5 157 0.04 0.97 0 0.38 297.24 0.94 0.32
Hex 96 5 9D 4 61 0 26 129 5E 20
Octal 226 5 235 4 141 0 46 451 136 40
Binary 10010110 101 10011101 100 1100001 0 100110 100101001 1011110 100000

Color Harmonies of #96059D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96059D

Black with #96059D

Text Example


Text Example

White with #96059D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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