#990665

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

Shades of Eggplant #990665

Tints of Eggplant #990665

Color information

#990665 (or 0x990665) is unknown color: approx Eggplant. HEX triplet: 99, 06 and 65. RGB value is (153,6,101). Sum of RGB (Red+Green+Blue) = 153+6+101=260 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.85% from 260); Green value is 6 (2.73% from 255 or 2.31% from 260); Blue value is 101 (39.84% from 255 or 38.85% from 260); Max value from RGB is 153 - color contains mainly: red. Hex color #990665 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990665 is #66F99A. Grayscale: #3C3C3C. Windows color (decimal): -6748571 or 6620825. OLE color: 6620825.

HSL color Cylindrical-coordinate representation of color #990665: hue angle of 321.22º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #990665 is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.4.

Color convert

RGB1536101-
CMYK00.960.340.4
HSL321.22º92.45%31.18%-
HSV(B)321.22º96.08%60%-
XYZ15.557.8413.01-
YUV60.78150.7193.78-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 58.85%
GREEN value IS 6 (2.73% from 255) = 2.31%
BLUE value IS 101 (39.84% from 255) = 38.85%
R=58.85%
G=2.31%
B=38.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.34
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153610100.960.340.4321.2292.4531.18
Hex9966506022281415c1f
Octal23161450140425050113437
Binary10011001110110010101100000100010101000101000001101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990665; }

 p { color: rgb(153,6,101); }

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

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

 a { background-color: rgb(153,6,101); }

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

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

 span { border-color: rgb(153,6,101); }

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