#980D69

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

Shades of Eggplant #980D69

Tints of Eggplant #980D69

Color information

#980D69 (or 0x980D69) is unknown color: approx Eggplant. HEX triplet: 98, 0D and 69. RGB value is (152,13,105). Sum of RGB (Red+Green+Blue) = 152+13+105=270 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.30% from 270); Green value is 13 (5.47% from 255 or 4.81% from 270); Blue value is 105 (41.41% from 255 or 38.89% from 270); Max value from RGB is 152 - color contains mainly: red. Hex color #980D69 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980D69 is #67F296. Grayscale: #404040. Windows color (decimal): -6812311 or 6884760. OLE color: 6884760.

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

Color convert

RGB15213105-
CMYK00.910.310.40
HSL320.29º84.24%32.35%-
HSV(B)320.29º91.45%59.61%-
XYZ15.647.9814.08-
YUV65.05150.55190.02-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 56.30%
GREEN value IS 13 (5.47% from 255) = 4.81%
BLUE value IS 105 (41.41% from 255) = 38.89%
R=56.30%
G=4.81%
B=38.89%

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
Decimal1521310500.910.310.40320.2984.2432.35
Hex98D6905B1F281405420
Octal230151510133375050012440
Binary100110001101110100101011011111111010001010000001010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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