Html Css Color HEX #900559 Eggplant

📋 copy color: '#900559'

red 144 ◦ green 5 ◦ blue 89

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

Shades of Eggplant #900559

Tints of Eggplant #900559

RGB

 RED value IS 144 (56.64% from 255) = 60.5%

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

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

R = 60.5%
G = 2.1%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.38

 K value IS 0.44

RGB Variations

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

Color information

#900559 (or 0x900559) is known color: Eggplant. HEX triplet: 90, 05 and 59. RGB value is (144,5,89). Sum of RGB (Red+Green+Blue) = 144+5+89=238 (31% of max value = 765). Red value is 144 (56.64% from 255 or 60.50% from 238); Green value is 5 (2.34% from 255 or 2.10% from 238); Blue value is 89 (35.16% from 255 or 37.39% from 238); Max value from RGB is 144 - color contains mainly: red. Hex color #900559 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900559 is #6FFAA6. Grayscale: #373737. Windows color (decimal): -7338663 or 5834128. OLE color: 5834128.

HSL color Cylindrical-coordinate representation of color #900559: hue angle of 323.74º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #900559 is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 5 89 -
CMYK 0 0.97 0.38 0.44
HSL 323.74º 0.93% 0.29% -
HSV(B) 323.74º 0.97% 0.56% -
XYZ 13.36 6.76 10.05 -
YUV 56.14 146.55 190.67 -
System Red Green Blue C M Y K H S L
Decimal 144 5 89 0 0.97 0.38 0.44 323.74 0.93 0.29
Hex 90 5 59 0 61 26 2C 144 5D 1D
Octal 220 5 131 0 141 46 54 504 135 35
Binary 10010000 101 1011001 0 1100001 100110 101100 101000100 1011101 11101

Color Harmonies of #900559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900559

Black with #900559

Text Example


Text Example

White with #900559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900559; }

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

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

background-color css

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

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

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

border-color css

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

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

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