#980762

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

Shades of Eggplant #980762

Tints of Eggplant #980762

Color information

#980762 (or 0x980762) is unknown color: approx Eggplant. HEX triplet: 98, 07 and 62. RGB value is (152,7,98). Sum of RGB (Red+Green+Blue) = 152+7+98=257 (34% of max value = 765). Red value is 152 (59.77% from 255 or 59.14% from 257); Green value is 7 (3.12% from 255 or 2.72% from 257); Blue value is 98 (38.67% from 255 or 38.13% from 257); Max value from RGB is 152 - color contains mainly: red. Hex color #980762 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980762 is #67F89D. Grayscale: #3C3C3C. Windows color (decimal): -6813854 or 6424472. OLE color: 6424472.

HSL color Cylindrical-coordinate representation of color #980762: hue angle of 322.34º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #980762 is Cyan = 0, Magento = 0.95, Yellow = 0.36 and Black (K on CMYK) = 0.40.

Color convert

RGB152798-
CMYK00.950.360.40
HSL322.34º91.19%31.18%-
HSV(B)322.34º95.39%59.61%-
XYZ15.237.7112.24-
YUV60.73149.04193.1-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 59.14%
GREEN value IS 7 (3.12% from 255) = 2.72%
BLUE value IS 98 (38.67% from 255) = 38.13%
R=59.14%
G=2.72%
B=38.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.36
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15279800.950.360.40322.3491.1931.18
Hex9876205F24281425b1f
Octal23071420137445050213337
Binary10011000111110001001011111100100101000101000010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980762; }

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

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

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

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

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

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

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

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