#98026E

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

Shades of Eggplant #98026E

Tints of Eggplant #98026E

Color information

#98026E (or 0x98026E) is unknown color: approx Eggplant. HEX triplet: 98, 02 and 6E. RGB value is (152,2,110). Sum of RGB (Red+Green+Blue) = 152+2+110=264 (34% of max value = 765). Red value is 152 (59.77% from 255 or 57.58% from 264); Green value is 2 (1.17% from 255 or 0.76% from 264); Blue value is 110 (43.36% from 255 or 41.67% from 264); Max value from RGB is 152 - color contains mainly: red. Hex color #98026E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98026E is #67FD91. Grayscale: #3A3A3A. Windows color (decimal): -6815122 or 7209624. OLE color: 7209624.

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

Color convert

RGB1522110-
CMYK00.990.280.40
HSL316.8º97.4%30.2%-
HSV(B)316.8º98.68%59.61%-
XYZ15.797.8415.43-
YUV59.16156.7194.22-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 57.58%
GREEN value IS 2 (1.17% from 255) = 0.76%
BLUE value IS 110 (43.36% from 255) = 41.67%
R=57.58%
G=0.76%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152211000.990.280.40316.897.430.2
Hex9826E0631C2813d611e
Octal23021560143345047514136
Binary100110001011011100110001111100101000100111101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98026E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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