#980E69

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

Shades of Eggplant #980E69

Tints of Eggplant #980E69

Color information

#980E69 (or 0x980E69) is unknown color: approx Eggplant. HEX triplet: 98, 0E and 69. RGB value is (152,14,105). Sum of RGB (Red+Green+Blue) = 152+14+105=271 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.09% from 271); Green value is 14 (5.86% from 255 or 5.17% from 271); Blue value is 105 (41.41% from 255 or 38.75% from 271); Max value from RGB is 152 - color contains mainly: red. Hex color #980E69 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980E69 is #67F196. Grayscale: #414141. Windows color (decimal): -6812055 or 6885016. OLE color: 6885016.

HSL color Cylindrical-coordinate representation of color #980E69: hue angle of 320.43º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #980E69 is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.40.

Color convert

RGB15214105-
CMYK00.910.310.40
HSL320.43º83.13%32.55%-
HSV(B)320.43º90.79%59.61%-
XYZ15.668.0114.09-
YUV65.64150.22189.6-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 56.09%
GREEN value IS 14 (5.86% from 255) = 5.17%
BLUE value IS 105 (41.41% from 255) = 38.75%
R=56.09%
G=5.17%
B=38.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.31
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521410500.910.310.40320.4383.1332.55
Hex98E6905B1F281405321
Octal230161510133375050012341
Binary100110001110110100101011011111111010001010000001010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,14,105); }

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

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

 a { background-color: rgb(152,14,105); }

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

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

 span { border-color: rgb(152,14,105); }

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