Html Css Color HEX #960574 Eggplant

📋 copy color: '#960574'

red 150 ◦ green 5 ◦ blue 116

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

Shades of Eggplant #960574

Tints of Eggplant #960574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 42.8%

R = 55.35%
G = 1.85%
B = 42.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#960574 (or 0x960574) is known color: Eggplant. HEX triplet: 96, 05 and 74. RGB value is (150,5,116). Sum of RGB (Red+Green+Blue) = 150+5+116=271 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.35% from 271); Green value is 5 (2.34% from 255 or 1.85% from 271); Blue value is 116 (45.70% from 255 or 42.80% from 271); Max value from RGB is 150 - color contains mainly: red. Hex color #960574 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960574 is #69FA8B. Grayscale: #3C3C3C. Windows color (decimal): -6945420 or 7603606. OLE color: 7603606.

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

Color convert

RGB 150 5 116 -
CMYK 0 0.97 0.23 0.41
HSL 314.07º 0.94% 0.3% -
HSV(B) 314.07º 0.97% 0.59% -
XYZ 15.78 7.85 17.21 -
YUV 61.01 159.04 191.47 -
System Red Green Blue C M Y K H S L
Decimal 150 5 116 0 0.97 0.23 0.41 314.07 0.94 0.3
Hex 96 5 74 0 61 17 29 13A 5E 1E
Octal 226 5 164 0 141 27 51 472 136 36
Binary 10010110 101 1110100 0 1100001 10111 101001 100111010 1011110 11110

Color Harmonies of #960574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960574

Black with #960574

Text Example


Text Example

White with #960574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960574; }

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

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

background-color css

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

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

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

border-color css

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

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

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