#90016C

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

Shades of Eggplant #90016C

Tints of Eggplant #90016C

Color information

#90016C (or 0x90016C) is unknown color: approx Eggplant. HEX triplet: 90, 01 and 6C. RGB value is (144,1,108). Sum of RGB (Red+Green+Blue) = 144+1+108=253 (33% of max value = 765). Red value is 144 (56.64% from 255 or 56.92% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 108 (42.58% from 255 or 42.69% from 253); Max value from RGB is 144 - color contains mainly: red. Hex color #90016C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90016C is #6FFE93. Grayscale: #373737. Windows color (decimal): -7339668 or 7078288. OLE color: 7078288.

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

Color convert

RGB1441108-
CMYK00.990.250.44
HSL315.1º98.62%28.43%-
HSV(B)315.1º99.31%56.47%-
XYZ14.227.0314.8-
YUV55.96157.38190.8-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 56.92%
GREEN value IS 1 (0.78% from 255) = 0.40%
BLUE value IS 108 (42.58% from 255) = 42.69%
R=56.92%
G=0.40%
B=42.69%

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
Decimal144110800.990.250.44315.198.6228.43
Hex9016C063192C13b631c
Octal22011540143315447314334
Binary10010000111011000110001111001101100100111011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90016C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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