Html Css Color HEX #960559 Eggplant

📋 copy color: '#960559'

red 150 ◦ green 5 ◦ blue 89

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

Shades of Eggplant #960559

Tints of Eggplant #960559

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 36.48%

R = 61.48%
G = 2.05%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.41

RGB Variations

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

Color information

#960559 (or 0x960559) is known color: Eggplant. HEX triplet: 96, 05 and 59. RGB value is (150,5,89). Sum of RGB (Red+Green+Blue) = 150+5+89=244 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.48% from 244); Green value is 5 (2.34% from 255 or 2.05% from 244); Blue value is 89 (35.16% from 255 or 36.48% from 244); Max value from RGB is 150 - color contains mainly: red. Hex color #960559 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960559 is #69FAA6. Grayscale: #393939. Windows color (decimal): -6945447 or 5834134. OLE color: 5834134.

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

Color convert

RGB 150 5 89 -
CMYK 0 0.97 0.41 0.41
HSL 325.24º 0.94% 0.3% -
HSV(B) 325.24º 0.97% 0.59% -
XYZ 14.44 7.31 10.1 -
YUV 57.93 145.54 193.67 -
System Red Green Blue C M Y K H S L
Decimal 150 5 89 0 0.97 0.41 0.41 325.24 0.94 0.3
Hex 96 5 59 0 61 29 29 145 5E 1E
Octal 226 5 131 0 141 51 51 505 136 36
Binary 10010110 101 1011001 0 1100001 101001 101001 101000101 1011110 11110

Color Harmonies of #960559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960559

Black with #960559

Text Example


Text Example

White with #960559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960559; }

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

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

background-color css

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

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

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

border-color css

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

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

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