Html Css Color HEX #90005E Eggplant

📋 copy color: '#90005E'

red 144 ◦ green 0 ◦ blue 94

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

Shades of Eggplant #90005E

Tints of Eggplant #90005E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 39.5%

R = 60.5%
G = 0%
B = 39.5%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#90005E (or 0x90005E) is known color: Eggplant. HEX triplet: 90, 00 and 5E. RGB value is (144,0,94). Sum of RGB (Red+Green+Blue) = 144+0+94=238 (31% of max value = 765). Red value is 144 (56.64% from 255 or 60.50% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 94 (37.11% from 255 or 39.50% from 238); Max value from RGB is 144 - color contains mainly: red. Hex color #90005E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90005E is #6FFFA1. Grayscale: #353535. Windows color (decimal): -7339938 or 6160528. OLE color: 6160528.

HSL color Cylindrical-coordinate representation of color #90005E: hue angle of 320.83º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #90005E is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 0 94 -
CMYK 0 1 0.35 0.44
HSL 320.83º 1% 0.28% -
HSV(B) 320.83º 1% 0.56% -
XYZ 13.52 6.74 11.18 -
YUV 53.77 150.71 192.36 -
System Red Green Blue C M Y K H S L
Decimal 144 0 94 0 1 0.35 0.44 320.83 1 0.28
Hex 90 0 5E 0 64 23 2C 141 64 1C
Octal 220 0 136 0 144 43 54 501 144 34
Binary 10010000 0 1011110 0 1100100 100011 101100 101000001 1100100 11100

Color Harmonies of #90005E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90005E

Black with #90005E

Text Example


Text Example

White with #90005E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90005E; }

 p { color: rgb(144,0,94); }

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

background-color css

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

 a { background-color: rgb(144,0,94); }

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

border-color css

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

 span { border-color: rgb(144,0,94); }

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