#98126B

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

Shades of Eggplant #98126B

Tints of Eggplant #98126B

Color information

#98126B (or 0x98126B) is unknown color: approx Eggplant. HEX triplet: 98, 12 and 6B. RGB value is (152,18,107). Sum of RGB (Red+Green+Blue) = 152+18+107=277 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.87% from 277); Green value is 18 (7.42% from 255 or 6.50% from 277); Blue value is 107 (42.19% from 255 or 38.63% from 277); Max value from RGB is 152 - color contains mainly: red. Hex color #98126B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98126B is #67ED94. Grayscale: #434343. Windows color (decimal): -6811029 or 7017112. OLE color: 7017112.

HSL color Cylindrical-coordinate representation of color #98126B: hue angle of 320.15º 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 #98126B is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB15218107-
CMYK00.880.300.40
HSL320.15º78.82%33.33%-
HSV(B)320.15º88.16%59.61%-
XYZ15.828.1714.65-
YUV68.21149.89187.76-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 54.87%
GREEN value IS 18 (7.42% from 255) = 6.50%
BLUE value IS 107 (42.19% from 255) = 38.63%
R=54.87%
G=6.50%
B=38.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521810700.880.300.40320.1578.8233.33
Hex98126B0581E281404f21
Octal230221530130365050011741
Binary1001100010010110101101011000111101010001010000001001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98126B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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