#980A63

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

Shades of Eggplant #980A63

Tints of Eggplant #980A63

Color information

#980A63 (or 0x980A63) is unknown color: approx Eggplant. HEX triplet: 98, 0A and 63. RGB value is (152,10,99). Sum of RGB (Red+Green+Blue) = 152+10+99=261 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.24% from 261); Green value is 10 (4.30% from 255 or 3.83% from 261); Blue value is 99 (39.06% from 255 or 37.93% from 261); Max value from RGB is 152 - color contains mainly: red. Hex color #980A63 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980A63 is #67F59C. Grayscale: #3E3E3E. Windows color (decimal): -6813085 or 6490776. OLE color: 6490776.

HSL color Cylindrical-coordinate representation of color #980A63: hue angle of 322.39º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #980A63 is Cyan = 0, Magento = 0.93, Yellow = 0.35 and Black (K on CMYK) = 0.40.

Color convert

RGB1521099-
CMYK00.930.350.40
HSL322.39º87.65%31.76%-
HSV(B)322.39º93.42%59.61%-
XYZ15.317.7912.5-
YUV62.6148.54191.76-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 58.24%
GREEN value IS 10 (4.30% from 255) = 3.83%
BLUE value IS 99 (39.06% from 255) = 37.93%
R=58.24%
G=3.83%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.35
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152109900.930.350.40322.3987.6531.76
Hex98A6305D23281425820
Octal230121430135435050213040
Binary1001100010101100011010111011000111010001010000101011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980A63; }

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

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

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

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

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

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

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

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