Html Css Color HEX #990079 Eggplant

📋 copy color: '#990079'

red 153 ◦ green 0 ◦ blue 121

#990079
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eggplant #990079

Tints of Eggplant #990079

RGB

 RED value IS 153 (60.16% from 255) = 55.84%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 121 (47.66% from 255) = 44.16%

R = 55.84%
G = 0%
B = 44.16%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.21

 K value IS 0.4

RGB Variations

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

Color information

#990079 (or 0x990079) is known color: Eggplant. HEX triplet: 99, 00 and 79. RGB value is (153,0,121). Sum of RGB (Red+Green+Blue) = 153+0+121=274 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.84% from 274); Green value is 0 (0.39% from 255 or 0% from 274); Blue value is 121 (47.66% from 255 or 44.16% from 274); Max value from RGB is 153 - color contains mainly: red. Hex color #990079 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990079 is #66FF86. Grayscale: #3B3B3B. Windows color (decimal): -6750087 or 7930009. OLE color: 7930009.

HSL color Cylindrical-coordinate representation of color #990079: hue angle of 312.55º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #990079 is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 0 121 -
CMYK 0 1 0.21 0.4
HSL 312.55º 1% 0.3% -
HSV(B) 312.55º 1% 0.6% -
XYZ 16.59 8.15 18.79 -
YUV 59.54 162.69 194.66 -
System Red Green Blue C M Y K H S L
Decimal 153 0 121 0 1 0.21 0.4 312.55 1 0.3
Hex 99 0 79 0 64 15 28 139 64 1E
Octal 231 0 171 0 144 25 50 471 144 36
Binary 10011001 0 1111001 0 1100100 10101 101000 100111001 1100100 11110

Color Harmonies of #990079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990079

Black with #990079

Text Example


Text Example

White with #990079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990079; }

 p { color: rgb(153,0,121); }

 H1.HeaderClassName
 {
   color: #990079;
 }
 .AnyTagClassName
 {
   color: #990079;
 }
</style>

background-color css

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

 a { background-color: rgb(153,0,121); }

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

border-color css

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

 span { border-color: rgb(153,0,121); }

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