#990162

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

Shades of Eggplant #990162

Tints of Eggplant #990162

Color information

#990162 (or 0x990162) is unknown color: approx Eggplant. HEX triplet: 99, 01 and 62. RGB value is (153,1,98). Sum of RGB (Red+Green+Blue) = 153+1+98=252 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.71% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 98 (38.67% from 255 or 38.89% from 252); Max value from RGB is 153 - color contains mainly: red. Hex color #990162 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990162 is #66FE9D. Grayscale: #393939. Windows color (decimal): -6749854 or 6422937. OLE color: 6422937.

HSL color Cylindrical-coordinate representation of color #990162: hue angle of 321.71º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #990162 is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.4.

Color convert

RGB153198-
CMYK00.990.360.4
HSL321.71º98.7%30.2%-
HSV(B)321.71º99.35%60%-
XYZ15.357.6812.23-
YUV57.51150.86196.11-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 60.71%
GREEN value IS 1 (0.78% from 255) = 0.40%
BLUE value IS 98 (38.67% from 255) = 38.89%
R=60.71%
G=0.40%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.36
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15319800.990.360.4321.7198.730.2
Hex991620632428142631e
Octal23111420143445050214336
Binary100110011110001001100011100100101000101000010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990162; }

 p { color: rgb(153,1,98); }

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

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

 a { background-color: rgb(153,1,98); }

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

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

 span { border-color: rgb(153,1,98); }

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