#990C6E

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

Shades of Eggplant #990C6E

Tints of Eggplant #990C6E

Color information

#990C6E (or 0x990C6E) is unknown color: approx Eggplant. HEX triplet: 99, 0C and 6E. RGB value is (153,12,110). Sum of RGB (Red+Green+Blue) = 153+12+110=275 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.64% from 275); Green value is 12 (5.08% from 255 or 4.36% from 275); Blue value is 110 (43.36% from 255 or 40% from 275); Max value from RGB is 153 - color contains mainly: red. Hex color #990C6E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990C6E is #66F391. Grayscale: #414141. Windows color (decimal): -6747026 or 7212185. OLE color: 7212185.

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

Color convert

RGB15312110-
CMYK00.920.280.4
HSL318.3º85.45%32.35%-
HSV(B)318.3º92.16%60%-
XYZ16.088.1615.48-
YUV65.33153.21190.53-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 55.64%
GREEN value IS 12 (5.08% from 255) = 4.36%
BLUE value IS 110 (43.36% from 255) = 40%
R=55.64%
G=4.36%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.28
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531211000.920.280.4318.385.4532.35
Hex99C6E05C1C2813e5520
Octal231141560134345047612540
Binary100110011100110111001011100111001010001001111101010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,12,110); }

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

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

 a { background-color: rgb(153,12,110); }

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

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

 span { border-color: rgb(153,12,110); }

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