#980258

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

Shades of Eggplant #980258

Tints of Eggplant #980258

Color information

#980258 (or 0x980258) is unknown color: approx Eggplant. HEX triplet: 98, 02 and 58. RGB value is (152,2,88). Sum of RGB (Red+Green+Blue) = 152+2+88=242 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.81% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 88 (34.77% from 255 or 36.36% from 242); Max value from RGB is 152 - color contains mainly: red. Hex color #980258 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980258 is #67FDA7. Grayscale: #383838. Windows color (decimal): -6815144 or 5767832. OLE color: 5767832.

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

Color convert

RGB152288-
CMYK00.990.420.40
HSL325.6º97.4%30.2%-
HSV(B)325.6º98.68%59.61%-
XYZ14.737.429.89-
YUV56.65145.7196.01-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 62.81%
GREEN value IS 2 (1.17% from 255) = 0.83%
BLUE value IS 88 (34.77% from 255) = 36.36%
R=62.81%
G=0.83%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.42
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15228800.990.420.40325.697.430.2
Hex982580632A28146611e
Octal23021300143525050614136
Binary1001100010101100001100011101010101000101000110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980258; }

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

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

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

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

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

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

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

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