#990A6A

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

Shades of Eggplant #990A6A

Tints of Eggplant #990A6A

Color information

#990A6A (or 0x990A6A) is unknown color: approx Eggplant. HEX triplet: 99, 0A and 6A. RGB value is (153,10,106). Sum of RGB (Red+Green+Blue) = 153+10+106=269 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.88% from 269); Green value is 10 (4.30% from 255 or 3.72% from 269); Blue value is 106 (41.80% from 255 or 39.41% from 269); Max value from RGB is 153 - color contains mainly: red. Hex color #990A6A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990A6A is #66F595. Grayscale: #3F3F3F. Windows color (decimal): -6747542 or 6949529. OLE color: 6949529.

HSL color Cylindrical-coordinate representation of color #990A6A: hue angle of 319.72º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #990A6A is Cyan = 0, Magento = 0.93, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB15310106-
CMYK00.930.310.4
HSL319.72º87.73%31.96%-
HSV(B)319.72º93.46%60%-
XYZ15.858.0314.35-
YUV63.7151.88191.69-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 56.88%
GREEN value IS 10 (4.30% from 255) = 3.72%
BLUE value IS 106 (41.80% from 255) = 39.41%
R=56.88%
G=3.72%
B=39.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531010600.930.310.4319.7287.7331.96
Hex99A6A05D1F281405820
Octal231121520135375050013040
Binary100110011010110101001011101111111010001010000001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990A6A; }

 p { color: rgb(153,10,106); }

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

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

 a { background-color: rgb(153,10,106); }

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

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

 span { border-color: rgb(153,10,106); }

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