Html Css Color HEX #960579 Eggplant

📋 copy color: '#960579'

red 150 ◦ green 5 ◦ blue 121

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

Shades of Eggplant #960579

Tints of Eggplant #960579

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 43.84%

R = 54.35%
G = 1.81%
B = 43.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#960579 (or 0x960579) is known color: Eggplant. HEX triplet: 96, 05 and 79. RGB value is (150,5,121). Sum of RGB (Red+Green+Blue) = 150+5+121=276 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.35% from 276); Green value is 5 (2.34% from 255 or 1.81% from 276); Blue value is 121 (47.66% from 255 or 43.84% from 276); Max value from RGB is 150 - color contains mainly: red. Hex color #960579 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960579 is #69FA86. Grayscale: #3D3D3D. Windows color (decimal): -6945415 or 7931286. OLE color: 7931286.

HSL color Cylindrical-coordinate representation of color #960579: hue angle of 312º 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 #960579 is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 5 121 -
CMYK 0 0.97 0.19 0.41
HSL 312º 0.94% 0.3% -
HSV(B) 312º 0.97% 0.59% -
XYZ 16.08 7.97 18.78 -
YUV 61.58 161.54 191.07 -
System Red Green Blue C M Y K H S L
Decimal 150 5 121 0 0.97 0.19 0.41 312 0.94 0.3
Hex 96 5 79 0 61 13 29 138 5E 1E
Octal 226 5 171 0 141 23 51 470 136 36
Binary 10010110 101 1111001 0 1100001 10011 101001 100111000 1011110 11110

Color Harmonies of #960579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960579

Black with #960579

Text Example


Text Example

White with #960579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960579; }

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

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

background-color css

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

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

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

border-color css

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

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

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