#980272

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

Shades of Eggplant #980272

Tints of Eggplant #980272

Color information

#980272 (or 0x980272) is unknown color: approx Eggplant. HEX triplet: 98, 02 and 72. RGB value is (152,2,114). Sum of RGB (Red+Green+Blue) = 152+2+114=268 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.72% from 268); Green value is 2 (1.17% from 255 or 0.75% from 268); Blue value is 114 (44.92% from 255 or 42.54% from 268); Max value from RGB is 152 - color contains mainly: red. Hex color #980272 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980272 is #67FD8D. Grayscale: #3B3B3B. Windows color (decimal): -6815118 or 7471768. OLE color: 7471768.

HSL color Cylindrical-coordinate representation of color #980272: hue angle of 315.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 #980272 is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.40.

Color convert

RGB1522114-
CMYK00.990.250.40
HSL315.2º97.4%30.2%-
HSV(B)315.2º98.68%59.61%-
XYZ16.017.9316.61-
YUV59.62158.7193.89-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 56.72%
GREEN value IS 2 (1.17% from 255) = 0.75%
BLUE value IS 114 (44.92% from 255) = 42.54%
R=56.72%
G=0.75%
B=42.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.25
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152211400.990.250.40315.297.430.2
Hex98272063192813b611e
Octal23021620143315047314136
Binary100110001011100100110001111001101000100111011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980272; }

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

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

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

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

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

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

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

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