#980161

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

Shades of Eggplant #980161

Tints of Eggplant #980161

Color information

#980161 (or 0x980161) is unknown color: approx Eggplant. HEX triplet: 98, 01 and 61. RGB value is (152,1,97). Sum of RGB (Red+Green+Blue) = 152+1+97=250 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.8% from 250); Green value is 1 (0.78% from 255 or 0.4% from 250); Blue value is 97 (38.28% from 255 or 38.8% from 250); Max value from RGB is 152 - color contains mainly: red. Hex color #980161 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980161 is #67FE9E. Grayscale: #383838. Windows color (decimal): -6815391 or 6357400. OLE color: 6357400.

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

Color convert

RGB152197-
CMYK00.990.360.40
HSL321.85º98.69%30%-
HSV(B)321.85º99.34%59.61%-
XYZ15.127.5611.97-
YUV57.09150.53195.69-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 60.8%
GREEN value IS 1 (0.78% from 255) = 0.4%
BLUE value IS 97 (38.28% from 255) = 38.8%
R=60.8%
G=0.4%
B=38.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.36
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15219700.990.360.40321.8598.6930
Hex981610632428142631e
Octal23011410143445050214336
Binary100110001110000101100011100100101000101000010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980161; }

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

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

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

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

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

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

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

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