#90026C

Color #90026C Eggplant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eggplant #90026C

Tints of Eggplant #90026C

Color information

#90026C (or 0x90026C) is unknown color: approx Eggplant. HEX triplet: 90, 02 and 6C. RGB value is (144,2,108). Sum of RGB (Red+Green+Blue) = 144+2+108=254 (33% of max value = 765). Red value is 144 (56.64% from 255 or 56.69% from 254); Green value is 2 (1.17% from 255 or 0.79% from 254); Blue value is 108 (42.58% from 255 or 42.52% from 254); Max value from RGB is 144 - color contains mainly: red. Hex color #90026C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90026C is #6FFD93. Grayscale: #383838. Windows color (decimal): -7339412 or 7078544. OLE color: 7078544.

HSL color Cylindrical-coordinate representation of color #90026C: hue angle of 315.21º 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 #90026C is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB1442108-
CMYK00.990.250.44
HSL315.21º97.26%28.63%-
HSV(B)315.21º98.61%56.47%-
XYZ14.237.0614.8-
YUV56.54157.04190.38-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 56.69%
GREEN value IS 2 (1.17% from 255) = 0.79%
BLUE value IS 108 (42.58% from 255) = 42.52%
R=56.69%
G=0.79%
B=42.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144210800.990.250.44315.2197.2628.63
Hex9026C063192C13b611d
Octal22021540143315447314135
Binary100100001011011000110001111001101100100111011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90026C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90026C; }

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

 H1.HeaderClassName
 {
   color: #90026C;
 }
 .AnyTagClassName
 {
   color: #90026C;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #90026C;
 }
 .BgClassName
 {
   background-color: #90026C;
 }
</style>
border-color css

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

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

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