Html Css Color HEX #990479 Eggplant

📋 copy color: '#990479'

red 153 ◦ green 4 ◦ blue 121

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

Shades of Eggplant #990479

Tints of Eggplant #990479

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.44%

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

R = 55.04%
G = 1.44%
B = 43.53%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.21

 K value IS 0.4

RGB Variations

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

Color information

#990479 (or 0x990479) is known color: Eggplant. HEX triplet: 99, 04 and 79. RGB value is (153,4,121). Sum of RGB (Red+Green+Blue) = 153+4+121=278 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.04% from 278); Green value is 4 (1.95% from 255 or 1.44% from 278); Blue value is 121 (47.66% from 255 or 43.53% from 278); Max value from RGB is 153 - color contains mainly: red. Hex color #990479 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990479 is #66FB86. Grayscale: #3D3D3D. Windows color (decimal): -6749063 or 7931033. OLE color: 7931033.

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

Color convert

RGB 153 4 121 -
CMYK 0 0.97 0.21 0.4
HSL 312.89º 0.95% 0.31% -
HSV(B) 312.89º 0.97% 0.6% -
XYZ 16.63 8.24 18.8 -
YUV 61.89 161.36 192.99 -
System Red Green Blue C M Y K H S L
Decimal 153 4 121 0 0.97 0.21 0.4 312.89 0.95 0.31
Hex 99 4 79 0 61 15 28 139 5F 1F
Octal 231 4 171 0 141 25 50 471 137 37
Binary 10011001 100 1111001 0 1100001 10101 101000 100111001 1011111 11111

Color Harmonies of #990479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990479

Black with #990479

Text Example


Text Example

White with #990479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990479; }

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

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

background-color css

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

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

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

border-color css

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

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

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