Html Css Color HEX #900259 Eggplant

📋 copy color: '#900259'

red 144 ◦ green 2 ◦ blue 89

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

Shades of Eggplant #900259

Tints of Eggplant #900259

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.85%

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

R = 61.28%
G = 0.85%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.44

RGB Variations

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

Color information

#900259 (or 0x900259) is known color: Eggplant. HEX triplet: 90, 02 and 59. RGB value is (144,2,89). Sum of RGB (Red+Green+Blue) = 144+2+89=235 (31% of max value = 765). Red value is 144 (56.64% from 255 or 61.28% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 89 (35.16% from 255 or 37.87% from 235); Max value from RGB is 144 - color contains mainly: red. Hex color #900259 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900259 is #6FFDA6. Grayscale: #363636. Windows color (decimal): -7339431 or 5833360. OLE color: 5833360.

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

Color convert

RGB 144 2 89 -
CMYK 0 0.99 0.38 0.44
HSL 323.24º 0.97% 0.29% -
HSV(B) 323.24º 0.99% 0.56% -
XYZ 13.33 6.69 10.04 -
YUV 54.38 147.54 191.93 -
System Red Green Blue C M Y K H S L
Decimal 144 2 89 0 0.99 0.38 0.44 323.24 0.97 0.29
Hex 90 2 59 0 63 26 2C 143 61 1D
Octal 220 2 131 0 143 46 54 503 141 35
Binary 10010000 10 1011001 0 1100011 100110 101100 101000011 1100001 11101

Color Harmonies of #900259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900259

Black with #900259

Text Example


Text Example

White with #900259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900259; }

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

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

background-color css

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

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

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

border-color css

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

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

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