Html Css Color HEX #90006E Eggplant

📋 copy color: '#90006E'

red 144 ◦ green 0 ◦ blue 110

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

Shades of Eggplant #90006E

Tints of Eggplant #90006E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 43.31%

R = 56.69%
G = 0%
B = 43.31%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#90006E (or 0x90006E) is known color: Eggplant. HEX triplet: 90, 00 and 6E. RGB value is (144,0,110). Sum of RGB (Red+Green+Blue) = 144+0+110=254 (33% of max value = 765). Red value is 144 (56.64% from 255 or 56.69% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 110 (43.36% from 255 or 43.31% from 254); Max value from RGB is 144 - color contains mainly: red. Hex color #90006E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90006E is #6FFF91. Grayscale: #373737. Windows color (decimal): -7339922 or 7209104. OLE color: 7209104.

HSL color Cylindrical-coordinate representation of color #90006E: hue angle of 314.17º 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 #90006E is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 0 110 -
CMYK 0 1 0.24 0.44
HSL 314.17º 1% 0.28% -
HSV(B) 314.17º 1% 0.56% -
XYZ 14.32 7.06 15.36 -
YUV 55.6 158.71 191.06 -
System Red Green Blue C M Y K H S L
Decimal 144 0 110 0 1 0.24 0.44 314.17 1 0.28
Hex 90 0 6E 0 64 18 2C 13A 64 1C
Octal 220 0 156 0 144 30 54 472 144 34
Binary 10010000 0 1101110 0 1100100 11000 101100 100111010 1100100 11100

Color Harmonies of #90006E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90006E

Black with #90006E

Text Example


Text Example

White with #90006E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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