Html Css Color HEX #990177 Eggplant

📋 copy color: '#990177'

red 153 ◦ green 1 ◦ blue 119

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

Shades of Eggplant #990177

Tints of Eggplant #990177

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

 BLUE value IS 119 (46.88% from 255) = 43.59%

R = 56.04%
G = 0.37%
B = 43.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#990177 (or 0x990177) is known color: Eggplant. HEX triplet: 99, 01 and 77. RGB value is (153,1,119). Sum of RGB (Red+Green+Blue) = 153+1+119=273 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.04% from 273); Green value is 1 (0.78% from 255 or 0.37% from 273); Blue value is 119 (46.88% from 255 or 43.59% from 273); Max value from RGB is 153 - color contains mainly: red. Hex color #990177 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990177 is #66FE88. Grayscale: #3B3B3B. Windows color (decimal): -6749833 or 7799193. OLE color: 7799193.

HSL color Cylindrical-coordinate representation of color #990177: hue angle of 313.42º degrees, saturation: 0.99, 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 #990177 is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 1 119 -
CMYK 0 0.99 0.22 0.4
HSL 313.42º 0.99% 0.3% -
HSV(B) 313.42º 0.99% 0.6% -
XYZ 16.48 8.13 18.15 -
YUV 59.9 161.36 194.41 -
System Red Green Blue C M Y K H S L
Decimal 153 1 119 0 0.99 0.22 0.4 313.42 0.99 0.3
Hex 99 1 77 0 63 16 28 139 63 1E
Octal 231 1 167 0 143 26 50 471 143 36
Binary 10011001 1 1110111 0 1100011 10110 101000 100111001 1100011 11110

Color Harmonies of #990177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990177

Black with #990177

Text Example


Text Example

White with #990177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990177; }

 p { color: rgb(153,1,119); }

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

background-color css

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

 a { background-color: rgb(153,1,119); }

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

border-color css

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

 span { border-color: rgb(153,1,119); }

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