#98057C

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

Shades of Eggplant #98057C

Tints of Eggplant #98057C

Color information

#98057C (or 0x98057C) is unknown color: approx Eggplant. HEX triplet: 98, 05 and 7C. RGB value is (152,5,124). Sum of RGB (Red+Green+Blue) = 152+5+124=281 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.09% from 281); Green value is 5 (2.34% from 255 or 1.78% from 281); Blue value is 124 (48.83% from 255 or 44.13% from 281); Max value from RGB is 152 - color contains mainly: red. Hex color #98057C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98057C is #67FA83. Grayscale: #3E3E3E. Windows color (decimal): -6814340 or 8127896. OLE color: 8127896.

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

Color convert

RGB1525124-
CMYK00.970.180.40
HSL311.43º93.63%30.78%-
HSV(B)311.43º96.71%59.61%-
XYZ16.648.2419.78-
YUV62.52162.7191.82-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 54.09%
GREEN value IS 5 (2.34% from 255) = 1.78%
BLUE value IS 124 (48.83% from 255) = 44.13%
R=54.09%
G=1.78%
B=44.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152512400.970.180.40311.4393.6330.78
Hex9857C06112281375e1f
Octal23051740141225046713637
Binary1001100010111111000110000110010101000100110111101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98057C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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