#980062

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

Shades of Eggplant #980062

Tints of Eggplant #980062

Color information

#980062 (or 0x980062) is unknown color: approx Eggplant. HEX triplet: 98, 00 and 62. RGB value is (152,0,98). Sum of RGB (Red+Green+Blue) = 152+0+98=250 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.8% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 98 (38.67% from 255 or 39.2% from 250); Max value from RGB is 152 - color contains mainly: red. Hex color #980062 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980062 is #67FF9D. Grayscale: #383838. Windows color (decimal): -6815646 or 6422680. OLE color: 6422680.

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

Color convert

RGB152098-
CMYK010.360.40
HSL321.32º100%29.8%-
HSV(B)321.32º100%59.61%-
XYZ15.157.5612.22-
YUV56.62151.36196.03-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 60.8%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 98 (38.67% from 255) = 39.2%
R=60.8%
G=0%
B=39.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.36
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152098010.360.40321.3210029.8
Hex980620642428141641e
Octal23001420144445050114436
Binary100110000110001001100100100100101000101000001110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980062; }

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

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

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

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

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

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

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

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