#980F66

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

Shades of Eggplant #980F66

Tints of Eggplant #980F66

Color information

#980F66 (or 0x980F66) is unknown color: approx Eggplant. HEX triplet: 98, 0F and 66. RGB value is (152,15,102). Sum of RGB (Red+Green+Blue) = 152+15+102=269 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.51% from 269); Green value is 15 (6.25% from 255 or 5.58% from 269); Blue value is 102 (40.23% from 255 or 37.92% from 269); Max value from RGB is 152 - color contains mainly: red. Hex color #980F66 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980F66 is #67F099. Grayscale: #414141. Windows color (decimal): -6811802 or 6688664. OLE color: 6688664.

HSL color Cylindrical-coordinate representation of color #980F66: hue angle of 321.9º 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 #980F66 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.40.

Color convert

RGB15215102-
CMYK00.900.330.40
HSL321.9º82.04%32.75%-
HSV(B)321.9º90.13%59.61%-
XYZ15.527.9813.29-
YUV65.88148.39189.43-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 56.51%
GREEN value IS 15 (6.25% from 255) = 5.58%
BLUE value IS 102 (40.23% from 255) = 37.92%
R=56.51%
G=5.58%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.33
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521510200.900.330.40321.982.0432.75
Hex98F6605A21281425221
Octal230171460132415050212241
Binary1001100011111100110010110101000011010001010000101010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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