#98027B

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

Shades of Eggplant #98027B

Tints of Eggplant #98027B

Color information

#98027B (or 0x98027B) is unknown color: approx Eggplant. HEX triplet: 98, 02 and 7B. RGB value is (152,2,123). Sum of RGB (Red+Green+Blue) = 152+2+123=277 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.87% from 277); Green value is 2 (1.17% from 255 or 0.72% from 277); Blue value is 123 (48.44% from 255 or 44.40% from 277); Max value from RGB is 152 - color contains mainly: red. Hex color #98027B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98027B is #67FD84. Grayscale: #3C3C3C. Windows color (decimal): -6815109 or 8061592. OLE color: 8061592.

HSL color Cylindrical-coordinate representation of color #98027B: hue angle of 311.6º 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 #98027B is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB1522123-
CMYK00.990.190.40
HSL311.6º97.4%30.2%-
HSV(B)311.6º98.68%59.61%-
XYZ16.558.1519.44-
YUV60.64163.2193.16-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 54.87%
GREEN value IS 2 (1.17% from 255) = 0.72%
BLUE value IS 123 (48.44% from 255) = 44.40%
R=54.87%
G=0.72%
B=44.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.19
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152212300.990.190.40311.697.430.2
Hex9827B0631328138611e
Octal23021730143235047014136
Binary100110001011110110110001110011101000100111000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98027B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98027B; }

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

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

<style>
 a { background-color: #98027B; }

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

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

<style>
 span { border-color: #98027B; }

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

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