#98126A

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

Shades of Eggplant #98126A

Tints of Eggplant #98126A

Color information

#98126A (or 0x98126A) is unknown color: approx Eggplant. HEX triplet: 98, 12 and 6A. RGB value is (152,18,106). Sum of RGB (Red+Green+Blue) = 152+18+106=276 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.07% from 276); Green value is 18 (7.42% from 255 or 6.52% from 276); Blue value is 106 (41.80% from 255 or 38.41% from 276); Max value from RGB is 152 - color contains mainly: red. Hex color #98126A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98126A is #67ED95. Grayscale: #434343. Windows color (decimal): -6811030 or 6951576. OLE color: 6951576.

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

Color convert

RGB15218106-
CMYK00.880.300.40
HSL320.6º78.82%33.33%-
HSV(B)320.6º88.16%59.61%-
XYZ15.778.1514.38-
YUV68.1149.39187.84-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 55.07%
GREEN value IS 18 (7.42% from 255) = 6.52%
BLUE value IS 106 (41.80% from 255) = 38.41%
R=55.07%
G=6.52%
B=38.41%

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
Decimal1521810600.880.300.40320.678.8233.33
Hex98126A0581E281414f21
Octal230221520130365050111741
Binary1001100010010110101001011000111101010001010000011001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98126A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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