#980663

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

Shades of Eggplant #980663

Tints of Eggplant #980663

Color information

#980663 (or 0x980663) is unknown color: approx Eggplant. HEX triplet: 98, 06 and 63. RGB value is (152,6,99). Sum of RGB (Red+Green+Blue) = 152+6+99=257 (34% of max value = 765). Red value is 152 (59.77% from 255 or 59.14% from 257); Green value is 6 (2.73% from 255 or 2.33% from 257); Blue value is 99 (39.06% from 255 or 38.52% from 257); Max value from RGB is 152 - color contains mainly: red. Hex color #980663 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980663 is #67F99C. Grayscale: #3C3C3C. Windows color (decimal): -6814109 or 6489752. OLE color: 6489752.

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

Color convert

RGB152699-
CMYK00.960.350.40
HSL321.78º92.41%30.98%-
HSV(B)321.78º96.05%59.61%-
XYZ15.277.7112.49-
YUV60.26149.87193.44-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 59.14%
GREEN value IS 6 (2.73% from 255) = 2.33%
BLUE value IS 99 (39.06% from 255) = 38.52%
R=59.14%
G=2.33%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.35
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15269900.960.350.40321.7892.4130.98
Hex9866306023281425c1f
Octal23061430140435050213437
Binary10011000110110001101100000100011101000101000010101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980663; }

 p { color: rgb(152,6,99); }

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

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

 a { background-color: rgb(152,6,99); }

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

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

 span { border-color: rgb(152,6,99); }

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