#991274

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

Shades of Eggplant #991274

Tints of Eggplant #991274

Color information

#991274 (or 0x991274) is unknown color: approx Eggplant. HEX triplet: 99, 12 and 74. RGB value is (153,18,116). Sum of RGB (Red+Green+Blue) = 153+18+116=287 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.31% from 287); Green value is 18 (7.42% from 255 or 6.27% from 287); Blue value is 116 (45.70% from 255 or 40.42% from 287); Max value from RGB is 153 - color contains mainly: red. Hex color #991274 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991274 is #66ED8B. Grayscale: #454545. Windows color (decimal): -6745484 or 7606937. OLE color: 7606937.

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

Color convert

RGB15318116-
CMYK00.880.240.4
HSL316.44º78.95%33.53%-
HSV(B)316.44º88.24%60%-
XYZ16.518.4717.29-
YUV69.54154.23187.53-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.31%
GREEN value IS 18 (7.42% from 255) = 6.27%
BLUE value IS 116 (45.70% from 255) = 40.42%
R=53.31%
G=6.27%
B=40.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531811600.880.240.4316.4478.9533.53
Hex991274058182813c4f22
Octal231221640130305047411742
Binary1001100110010111010001011000110001010001001111001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991274; }

 p { color: rgb(153,18,116); }

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

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

 a { background-color: rgb(153,18,116); }

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

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

 span { border-color: rgb(153,18,116); }

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