#980F65

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

Shades of Eggplant #980F65

Tints of Eggplant #980F65

Color information

#980F65 (or 0x980F65) is unknown color: approx Eggplant. HEX triplet: 98, 0F and 65. RGB value is (152,15,101). Sum of RGB (Red+Green+Blue) = 152+15+101=268 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.72% from 268); Green value is 15 (6.25% from 255 or 5.60% from 268); Blue value is 101 (39.84% from 255 or 37.69% from 268); Max value from RGB is 152 - color contains mainly: red. Hex color #980F65 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980F65 is #67F09A. Grayscale: #414141. Windows color (decimal): -6811803 or 6623128. OLE color: 6623128.

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

Color convert

RGB15215101-
CMYK00.900.340.40
HSL322.34º82.04%32.75%-
HSV(B)322.34º90.13%59.61%-
XYZ15.477.9613.03-
YUV65.77147.89189.51-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 56.72%
GREEN value IS 15 (6.25% from 255) = 5.60%
BLUE value IS 101 (39.84% from 255) = 37.69%
R=56.72%
G=5.60%
B=37.69%

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
Decimal1521510100.900.340.40322.3482.0432.75
Hex98F6505A22281425221
Octal230171450132425050212241
Binary1001100011111100101010110101000101010001010000101010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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