#98055E

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

Shades of Eggplant #98055E

Tints of Eggplant #98055E

Color information

#98055E (or 0x98055E) is unknown color: approx Eggplant. HEX triplet: 98, 05 and 5E. RGB value is (152,5,94). Sum of RGB (Red+Green+Blue) = 152+5+94=251 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.56% from 251); Green value is 5 (2.34% from 255 or 1.99% from 251); Blue value is 94 (37.11% from 255 or 37.45% from 251); Max value from RGB is 152 - color contains mainly: red. Hex color #98055E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98055E is #67FAA1. Grayscale: #3A3A3A. Windows color (decimal): -6814370 or 6161816. OLE color: 6161816.

HSL color Cylindrical-coordinate representation of color #98055E: hue angle of 323.67º 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 #98055E is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB152594-
CMYK00.970.380.40
HSL323.67º93.63%30.78%-
HSV(B)323.67º96.71%59.61%-
XYZ15.027.5911.26-
YUV59.1147.7194.26-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 60.56%
GREEN value IS 5 (2.34% from 255) = 1.99%
BLUE value IS 94 (37.11% from 255) = 37.45%
R=60.56%
G=1.99%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15259400.970.380.40323.6793.6330.78
Hex9855E06126281445e1f
Octal23051360141465050413637
Binary10011000101101111001100001100110101000101000100101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98055E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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