Html Css Color HEX #960576 Eggplant

📋 copy color: '#960576'

red 150 ◦ green 5 ◦ blue 118

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

Shades of Eggplant #960576

Tints of Eggplant #960576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 43.22%

R = 54.95%
G = 1.83%
B = 43.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#960576 (or 0x960576) is known color: Eggplant. HEX triplet: 96, 05 and 76. RGB value is (150,5,118). Sum of RGB (Red+Green+Blue) = 150+5+118=273 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.95% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 118 (46.48% from 255 or 43.22% from 273); Max value from RGB is 150 - color contains mainly: red. Hex color #960576 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960576 is #69FA89. Grayscale: #3C3C3C. Windows color (decimal): -6945418 or 7734678. OLE color: 7734678.

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

Color convert

RGB 150 5 118 -
CMYK 0 0.97 0.21 0.41
HSL 313.24º 0.94% 0.3% -
HSV(B) 313.24º 0.97% 0.59% -
XYZ 15.9 7.9 17.83 -
YUV 61.24 160.04 191.31 -
System Red Green Blue C M Y K H S L
Decimal 150 5 118 0 0.97 0.21 0.41 313.24 0.94 0.3
Hex 96 5 76 0 61 15 29 139 5E 1E
Octal 226 5 166 0 141 25 51 471 136 36
Binary 10010110 101 1110110 0 1100001 10101 101001 100111001 1011110 11110

Color Harmonies of #960576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960576

Black with #960576

Text Example


Text Example

White with #960576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960576; }

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

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

background-color css

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

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

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

border-color css

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

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

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