#98056C

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

Shades of Eggplant #98056C

Tints of Eggplant #98056C

Color information

#98056C (or 0x98056C) is unknown color: approx Eggplant. HEX triplet: 98, 05 and 6C. RGB value is (152,5,108). Sum of RGB (Red+Green+Blue) = 152+5+108=265 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.36% from 265); Green value is 5 (2.34% from 255 or 1.89% from 265); Blue value is 108 (42.58% from 255 or 40.75% from 265); Max value from RGB is 152 - color contains mainly: red. Hex color #98056C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98056C is #67FA93. Grayscale: #3C3C3C. Windows color (decimal): -6814356 or 7079320. OLE color: 7079320.

HSL color Cylindrical-coordinate representation of color #98056C: hue angle of 317.96º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #98056C is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB1525108-
CMYK00.970.290.40
HSL317.96º93.63%30.78%-
HSV(B)317.96º96.71%59.61%-
XYZ15.717.8714.88-
YUV60.7154.7193.12-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 57.36%
GREEN value IS 5 (2.34% from 255) = 1.89%
BLUE value IS 108 (42.58% from 255) = 40.75%
R=57.36%
G=1.89%
B=40.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.29
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152510800.970.290.40317.9693.6330.78
Hex9856C0611D2813e5e1f
Octal23051540141355047613637
Binary1001100010111011000110000111101101000100111110101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98056C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98056C; }

 p { color: rgb(152,5,108); }

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

<style>
 a { background-color: #98056C; }

 a { background-color: rgb(152,5,108); }

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

<style>
 span { border-color: #98056C; }

 span { border-color: rgb(152,5,108); }

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