#98166E

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

Shades of Eggplant #98166E

Tints of Eggplant #98166E

Color information

#98166E (or 0x98166E) is unknown color: approx Eggplant. HEX triplet: 98, 16 and 6E. RGB value is (152,22,110). Sum of RGB (Red+Green+Blue) = 152+22+110=284 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.52% from 284); Green value is 22 (8.98% from 255 or 7.75% from 284); Blue value is 110 (43.36% from 255 or 38.73% from 284); Max value from RGB is 152 - color contains mainly: red. Hex color #98166E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98166E is #67E991. Grayscale: #464646. Windows color (decimal): -6810002 or 7214744. OLE color: 7214744.

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

Color convert

RGB15222110-
CMYK00.860.280.40
HSL319.38º74.71%34.12%-
HSV(B)319.38º85.53%59.61%-
XYZ16.058.3815.52-
YUV70.9150.07185.84-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 53.52%
GREEN value IS 22 (8.98% from 255) = 7.75%
BLUE value IS 110 (43.36% from 255) = 38.73%
R=53.52%
G=7.75%
B=38.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1522211000.860.280.40319.3874.7134.12
Hex98166E0561C2813f4b22
Octal230261560126345047711342
Binary1001100010110110111001010110111001010001001111111001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98166E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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