#990062

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

Shades of Eggplant #990062

Tints of Eggplant #990062

Color information

#990062 (or 0x990062) is unknown color: approx Eggplant. HEX triplet: 99, 00 and 62. RGB value is (153,0,98). Sum of RGB (Red+Green+Blue) = 153+0+98=251 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.96% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 98 (38.67% from 255 or 39.04% from 251); Max value from RGB is 153 - color contains mainly: red. Hex color #990062 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990062 is #66FF9D. Grayscale: #383838. Windows color (decimal): -6750110 or 6422681. OLE color: 6422681.

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

Color convert

RGB153098-
CMYK010.360.4
HSL321.57º100%30%-
HSV(B)321.57º100%60%-
XYZ15.347.6512.22-
YUV56.92151.19196.53-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 60.96%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 98 (38.67% from 255) = 39.04%
R=60.96%
G=0%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.36
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153098010.360.4321.5710030
Hex990620642428142641e
Octal23101420144445050214436
Binary100110010110001001100100100100101000101000010110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990062; }

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

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

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

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

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

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

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

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