#991068

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

Shades of Eggplant #991068

Tints of Eggplant #991068

Color information

#991068 (or 0x991068) is unknown color: approx Eggplant. HEX triplet: 99, 10 and 68. RGB value is (153,16,104). Sum of RGB (Red+Green+Blue) = 153+16+104=273 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.04% from 273); Green value is 16 (6.64% from 255 or 5.86% from 273); Blue value is 104 (41.02% from 255 or 38.10% from 273); Max value from RGB is 153 - color contains mainly: red. Hex color #991068 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991068 is #66EF97. Grayscale: #424242. Windows color (decimal): -6746008 or 6819993. OLE color: 6819993.

HSL color Cylindrical-coordinate representation of color #991068: hue angle of 321.46º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #991068 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.4.

Color convert

RGB15316104-
CMYK00.900.320.4
HSL321.46º81.07%33.14%-
HSV(B)321.46º89.54%60%-
XYZ15.828.1413.83-
YUV66.99148.89189.34-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 56.04%
GREEN value IS 16 (6.64% from 255) = 5.86%
BLUE value IS 104 (41.02% from 255) = 38.10%
R=56.04%
G=5.86%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.32
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531610400.900.320.4321.4681.0733.14
Hex99106805A20281415121
Octal231201500132405050112141
Binary10011001100001101000010110101000001010001010000011010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991068; }

 p { color: rgb(153,16,104); }

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

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

 a { background-color: rgb(153,16,104); }

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

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

 span { border-color: rgb(153,16,104); }

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