#980277

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

Shades of Eggplant #980277

Tints of Eggplant #980277

Color information

#980277 (or 0x980277) is unknown color: approx Eggplant. HEX triplet: 98, 02 and 77. RGB value is (152,2,119). Sum of RGB (Red+Green+Blue) = 152+2+119=273 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.68% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 119 (46.88% from 255 or 43.59% from 273); Max value from RGB is 152 - color contains mainly: red. Hex color #980277 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980277 is #67FD88. Grayscale: #3B3B3B. Windows color (decimal): -6815113 or 7799448. OLE color: 7799448.

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

Color convert

RGB1522119-
CMYK00.990.220.40
HSL313.2º97.4%30.2%-
HSV(B)313.2º98.68%59.61%-
XYZ16.38.0518.15-
YUV60.19161.2193.49-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 55.68%
GREEN value IS 2 (1.17% from 255) = 0.73%
BLUE value IS 119 (46.88% from 255) = 43.59%
R=55.68%
G=0.73%
B=43.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.22
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152211900.990.220.40313.297.430.2
Hex982770631628139611e
Octal23021670143265047114136
Binary100110001011101110110001110110101000100111001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980277; }

 p { color: rgb(152,2,119); }

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

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

 a { background-color: rgb(152,2,119); }

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

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

 span { border-color: rgb(152,2,119); }

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