#980F64

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

Shades of Eggplant #980F64

Tints of Eggplant #980F64

Color information

#980F64 (or 0x980F64) is unknown color: approx Eggplant. HEX triplet: 98, 0F and 64. RGB value is (152,15,100). Sum of RGB (Red+Green+Blue) = 152+15+100=267 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.93% from 267); Green value is 15 (6.25% from 255 or 5.62% from 267); Blue value is 100 (39.45% from 255 or 37.45% from 267); Max value from RGB is 152 - color contains mainly: red. Hex color #980F64 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980F64 is #67F09B. Grayscale: #414141. Windows color (decimal): -6811804 or 6557592. OLE color: 6557592.

HSL color Cylindrical-coordinate representation of color #980F64: hue angle of 322.77º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #980F64 is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB15215100-
CMYK00.900.340.40
HSL322.77º82.04%32.75%-
HSV(B)322.77º90.13%59.61%-
XYZ15.427.9412.78-
YUV65.65147.39189.59-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 56.93%
GREEN value IS 15 (6.25% from 255) = 5.62%
BLUE value IS 100 (39.45% from 255) = 37.45%
R=56.93%
G=5.62%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.34
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521510000.900.340.40322.7782.0432.75
Hex98F6405A22281435221
Octal230171440132425050312241
Binary1001100011111100100010110101000101010001010000111010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,15,100); }

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

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

 a { background-color: rgb(152,15,100); }

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

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

 span { border-color: rgb(152,15,100); }

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