Html Css Color HEX #960459 Eggplant

📋 copy color: '#960459'

red 150 ◦ green 4 ◦ blue 89

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

Shades of Eggplant #960459

Tints of Eggplant #960459

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.65%

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

R = 61.73%
G = 1.65%
B = 36.63%

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

#960459 (or 0x960459) is known color: Eggplant. HEX triplet: 96, 04 and 59. RGB value is (150,4,89). Sum of RGB (Red+Green+Blue) = 150+4+89=243 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.73% from 243); Green value is 4 (1.95% from 255 or 1.65% from 243); Blue value is 89 (35.16% from 255 or 36.63% from 243); Max value from RGB is 150 - color contains mainly: red. Hex color #960459 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960459 is #69FBA6. Grayscale: #393939. Windows color (decimal): -6945703 or 5833878. OLE color: 5833878.

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

Color convert

RGB 150 4 89 -
CMYK 0 0.97 0.41 0.41
HSL 325.07º 0.95% 0.3% -
HSV(B) 325.07º 0.97% 0.59% -
XYZ 14.42 7.29 10.1 -
YUV 57.34 145.87 194.09 -
System Red Green Blue C M Y K H S L
Decimal 150 4 89 0 0.97 0.41 0.41 325.07 0.95 0.3
Hex 96 4 59 0 61 29 29 145 5F 1E
Octal 226 4 131 0 141 51 51 505 137 36
Binary 10010110 100 1011001 0 1100001 101001 101001 101000101 1011111 11110

Color Harmonies of #960459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960459

Black with #960459

Text Example


Text Example

White with #960459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960459; }

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

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

background-color css

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

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

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

border-color css

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

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

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