#990874

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

Shades of Eggplant #990874

Tints of Eggplant #990874

Color information

#990874 (or 0x990874) is unknown color: approx Eggplant. HEX triplet: 99, 08 and 74. RGB value is (153,8,116). Sum of RGB (Red+Green+Blue) = 153+8+116=277 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.23% from 277); Green value is 8 (3.52% from 255 or 2.89% from 277); Blue value is 116 (45.70% from 255 or 41.88% from 277); Max value from RGB is 153 - color contains mainly: red. Hex color #990874 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990874 is #66F78B. Grayscale: #3F3F3F. Windows color (decimal): -6748044 or 7604377. OLE color: 7604377.

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

Color convert

RGB1538116-
CMYK00.950.240.4
HSL315.31º90.06%31.57%-
HSV(B)315.31º94.77%60%-
XYZ16.388.2117.24-
YUV63.67157.54191.72-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 55.23%
GREEN value IS 8 (3.52% from 255) = 2.89%
BLUE value IS 116 (45.70% from 255) = 41.88%
R=55.23%
G=2.89%
B=41.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153811600.950.240.4315.3190.0631.57
Hex9987405F182813b5a20
Octal231101640137305047313240
Binary100110011000111010001011111110001010001001110111011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990874; }

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

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

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

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

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

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

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

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