#98036E

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

Shades of Eggplant #98036E

Tints of Eggplant #98036E

Color information

#98036E (or 0x98036E) is unknown color: approx Eggplant. HEX triplet: 98, 03 and 6E. RGB value is (152,3,110). Sum of RGB (Red+Green+Blue) = 152+3+110=265 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.36% from 265); Green value is 3 (1.56% from 255 or 1.13% from 265); Blue value is 110 (43.36% from 255 or 41.51% from 265); Max value from RGB is 152 - color contains mainly: red. Hex color #98036E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98036E is #67FC91. Grayscale: #3B3B3B. Windows color (decimal): -6814866 or 7209880. OLE color: 7209880.

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

Color convert

RGB1523110-
CMYK00.980.280.40
HSL316.91º96.13%30.39%-
HSV(B)316.91º98.03%59.61%-
XYZ15.87.8715.44-
YUV59.75156.36193.8-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 57.36%
GREEN value IS 3 (1.56% from 255) = 1.13%
BLUE value IS 110 (43.36% from 255) = 41.51%
R=57.36%
G=1.13%
B=41.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152311000.980.280.40316.9196.1330.39
Hex9836E0621C2813d601e
Octal23031560142345047514036
Binary100110001111011100110001011100101000100111101110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98036E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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