#98116E

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

Shades of Eggplant #98116E

Tints of Eggplant #98116E

Color information

#98116E (or 0x98116E) is unknown color: approx Eggplant. HEX triplet: 98, 11 and 6E. RGB value is (152,17,110). Sum of RGB (Red+Green+Blue) = 152+17+110=279 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.48% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 110 (43.36% from 255 or 39.43% from 279); Max value from RGB is 152 - color contains mainly: red. Hex color #98116E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98116E is #67EE91. Grayscale: #434343. Windows color (decimal): -6811282 or 7213464. OLE color: 7213464.

HSL color Cylindrical-coordinate representation of color #98116E: hue angle of 318.67º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #98116E is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB15217110-
CMYK00.890.280.40
HSL318.67º79.88%33.14%-
HSV(B)318.67º88.82%59.61%-
XYZ15.968.215.49-
YUV67.97151.73187.94-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 54.48%
GREEN value IS 17 (7.03% from 255) = 6.09%
BLUE value IS 110 (43.36% from 255) = 39.43%
R=54.48%
G=6.09%
B=39.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521711000.890.280.40318.6779.8833.14
Hex98116E0591C2813f5021
Octal230211560131345047712041
Binary1001100010001110111001011001111001010001001111111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98116E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98116E; }

 p { color: rgb(152,17,110); }

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

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

 a { background-color: rgb(152,17,110); }

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

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

 span { border-color: rgb(152,17,110); }

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