Html Css Color HEX #960059 Eggplant

📋 copy color: '#960059'

red 150 ◦ green 0 ◦ blue 89

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

Shades of Eggplant #960059

Tints of Eggplant #960059

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 62.76%
G = 0%
B = 37.24%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.41

 K value IS 0.41

RGB Variations

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

Color information

#960059 (or 0x960059) is known color: Eggplant. HEX triplet: 96, 00 and 59. RGB value is (150,0,89). Sum of RGB (Red+Green+Blue) = 150+0+89=239 (31% of max value = 765). Red value is 150 (58.98% from 255 or 62.76% from 239); Green value is 0 (0.39% from 255 or 0% from 239); Blue value is 89 (35.16% from 255 or 37.24% from 239); Max value from RGB is 150 - color contains mainly: red. Hex color #960059 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960059 is #69FFA6. Grayscale: #363636. Windows color (decimal): -6946727 or 5832854. OLE color: 5832854.

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

Color convert

RGB 150 0 89 -
CMYK 0 1 0.41 0.41
HSL 324.4º 1% 0.29% -
HSV(B) 324.4º 1% 0.59% -
XYZ 14.38 7.21 10.08 -
YUV 55 147.2 195.76 -
System Red Green Blue C M Y K H S L
Decimal 150 0 89 0 1 0.41 0.41 324.4 1 0.29
Hex 96 0 59 0 64 29 29 144 64 1D
Octal 226 0 131 0 144 51 51 504 144 35
Binary 10010110 0 1011001 0 1100100 101001 101001 101000100 1100100 11101

Color Harmonies of #960059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960059

Black with #960059

Text Example


Text Example

White with #960059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960059; }

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

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

background-color css

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

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

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

border-color css

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

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

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