#980874

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

Shades of Eggplant #980874

Tints of Eggplant #980874

Color information

#980874 (or 0x980874) is unknown color: approx Eggplant. HEX triplet: 98, 08 and 74. RGB value is (152,8,116). Sum of RGB (Red+Green+Blue) = 152+8+116=276 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.07% from 276); Green value is 8 (3.52% from 255 or 2.90% from 276); Blue value is 116 (45.70% from 255 or 42.03% from 276); Max value from RGB is 152 - color contains mainly: red. Hex color #980874 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980874 is #67F78B. Grayscale: #3F3F3F. Windows color (decimal): -6813580 or 7604376. OLE color: 7604376.

HSL color Cylindrical-coordinate representation of color #980874: hue angle of 315º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #980874 is Cyan = 0, Magento = 0.95, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB1528116-
CMYK00.950.240.40
HSL315º90%31.37%-
HSV(B)315º94.74%59.61%-
XYZ16.198.1117.24-
YUV63.37157.71191.22-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 55.07%
GREEN value IS 8 (3.52% from 255) = 2.90%
BLUE value IS 116 (45.70% from 255) = 42.03%
R=55.07%
G=2.90%
B=42.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.24
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152811600.950.240.403159031.37
Hex9887405F182813b5a1f
Octal230101640137305047313237
Binary10011000100011101000101111111000101000100111011101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980874; }

 p { color: rgb(152,8,116); }

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

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

 a { background-color: rgb(152,8,116); }

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

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

 span { border-color: rgb(152,8,116); }

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