#980160

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

Shades of Eggplant #980160

Tints of Eggplant #980160

Color information

#980160 (or 0x980160) is unknown color: approx Eggplant. HEX triplet: 98, 01 and 60. RGB value is (152,1,96). Sum of RGB (Red+Green+Blue) = 152+1+96=249 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.04% from 249); Green value is 1 (0.78% from 255 or 0.40% from 249); Blue value is 96 (37.89% from 255 or 38.55% from 249); Max value from RGB is 152 - color contains mainly: red. Hex color #980160 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980160 is #67FE9F. Grayscale: #383838. Windows color (decimal): -6815392 or 6291864. OLE color: 6291864.

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

Color convert

RGB152196-
CMYK00.990.370.40
HSL322.25º98.69%30%-
HSV(B)322.25º99.34%59.61%-
XYZ15.077.5411.73-
YUV56.98150.03195.78-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 61.04%
GREEN value IS 1 (0.78% from 255) = 0.40%
BLUE value IS 96 (37.89% from 255) = 38.55%
R=61.04%
G=0.40%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.37
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15219600.990.370.40322.2598.6930
Hex981600632528142631e
Octal23011400143455050214336
Binary100110001110000001100011100101101000101000010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980160; }

 p { color: rgb(152,1,96); }

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

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

 a { background-color: rgb(152,1,96); }

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

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

 span { border-color: rgb(152,1,96); }

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