#98126E

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

Shades of Eggplant #98126E

Tints of Eggplant #98126E

Color information

#98126E (or 0x98126E) is unknown color: approx Eggplant. HEX triplet: 98, 12 and 6E. RGB value is (152,18,110). Sum of RGB (Red+Green+Blue) = 152+18+110=280 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.29% from 280); Green value is 18 (7.42% from 255 or 6.43% from 280); Blue value is 110 (43.36% from 255 or 39.29% from 280); Max value from RGB is 152 - color contains mainly: red. Hex color #98126E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98126E is #67ED91. Grayscale: #444444. Windows color (decimal): -6811026 or 7213720. OLE color: 7213720.

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

Color convert

RGB15218110-
CMYK00.880.280.40
HSL318.81º78.82%33.33%-
HSV(B)318.81º88.16%59.61%-
XYZ15.988.2315.5-
YUV68.55151.39187.52-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 54.29%
GREEN value IS 18 (7.42% from 255) = 6.43%
BLUE value IS 110 (43.36% from 255) = 39.29%
R=54.29%
G=6.43%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521811000.880.280.40318.8178.8233.33
Hex98126E0581C2813f4f21
Octal230221560130345047711741
Binary1001100010010110111001011000111001010001001111111001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98126E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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