#980060

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

Shades of Eggplant #980060

Tints of Eggplant #980060

Color information

#980060 (or 0x980060) is unknown color: approx Eggplant. HEX triplet: 98, 00 and 60. RGB value is (152,0,96). Sum of RGB (Red+Green+Blue) = 152+0+96=248 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.29% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 96 (37.89% from 255 or 38.71% from 248); Max value from RGB is 152 - color contains mainly: red. Hex color #980060 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980060 is #67FF9F. Grayscale: #383838. Windows color (decimal): -6815648 or 6291608. OLE color: 6291608.

HSL color Cylindrical-coordinate representation of color #980060: hue angle of 322.11º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #980060 is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.40.

Color convert

RGB152096-
CMYK010.370.40
HSL322.11º100%29.8%-
HSV(B)322.11º100%59.61%-
XYZ15.067.5211.72-
YUV56.39150.36196.19-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 61.29%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 96 (37.89% from 255) = 38.71%
R=61.29%
G=0%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.37
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152096010.370.40322.1110029.8
Hex980600642528142641e
Octal23001400144455050214436
Binary100110000110000001100100100101101000101000010110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980060; }

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

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

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

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

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

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

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

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