#980359

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

Shades of Eggplant #980359

Tints of Eggplant #980359

Color information

#980359 (or 0x980359) is unknown color: approx Eggplant. HEX triplet: 98, 03 and 59. RGB value is (152,3,89). Sum of RGB (Red+Green+Blue) = 152+3+89=244 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.30% from 244); Green value is 3 (1.56% from 255 or 1.23% from 244); Blue value is 89 (35.16% from 255 or 36.48% from 244); Max value from RGB is 152 - color contains mainly: red. Hex color #980359 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980359 is #67FCA6. Grayscale: #393939. Windows color (decimal): -6814887 or 5833624. OLE color: 5833624.

HSL color Cylindrical-coordinate representation of color #980359: hue angle of 325.37º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #980359 is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB152389-
CMYK00.980.410.40
HSL325.37º96.13%30.39%-
HSV(B)325.37º98.03%59.61%-
XYZ14.787.4610.11-
YUV57.36145.86195.51-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 62.30%
GREEN value IS 3 (1.56% from 255) = 1.23%
BLUE value IS 89 (35.16% from 255) = 36.48%
R=62.30%
G=1.23%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15238900.980.410.40325.3796.1330.39
Hex983590622928145601e
Octal23031310142515050514036
Binary1001100011101100101100010101001101000101000101110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980359; }

 p { color: rgb(152,3,89); }

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

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

 a { background-color: rgb(152,3,89); }

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

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

 span { border-color: rgb(152,3,89); }

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