Html Css Color HEX #991172 Eggplant

📋 copy color: '#991172'

red 153 ◦ green 17 ◦ blue 114

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

Shades of Eggplant #991172

Tints of Eggplant #991172

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.99%

 BLUE value IS 114 (44.92% from 255) = 40.14%

R = 53.87%
G = 5.99%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.25

 K value IS 0.4

RGB Variations

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

Color information

#991172 (or 0x991172) is known color: Eggplant. HEX triplet: 99, 11 and 72. RGB value is (153,17,114). Sum of RGB (Red+Green+Blue) = 153+17+114=284 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.87% from 284); Green value is 17 (7.03% from 255 or 5.99% from 284); Blue value is 114 (44.92% from 255 or 40.14% from 284); Max value from RGB is 153 - color contains mainly: red. Hex color #991172 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991172 is #66EE8D. Grayscale: #444444. Windows color (decimal): -6745742 or 7475609. OLE color: 7475609.

HSL color Cylindrical-coordinate representation of color #991172: hue angle of 317.21º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #991172 is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 17 114 -
CMYK 0 0.89 0.25 0.4
HSL 317.21º 0.8% 0.33% -
HSV(B) 317.21º 0.89% 0.6% -
XYZ 16.37 8.39 16.68 -
YUV 68.72 153.56 188.11 -
System Red Green Blue C M Y K H S L
Decimal 153 17 114 0 0.89 0.25 0.4 317.21 0.8 0.33
Hex 99 11 72 0 59 19 28 13D 50 21
Octal 231 21 162 0 131 31 50 475 120 41
Binary 10011001 10001 1110010 0 1011001 11001 101000 100111101 1010000 100001

Color Harmonies of #991172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991172

Black with #991172

Text Example


Text Example

White with #991172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991172; }

 p { color: rgb(153,17,114); }

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

background-color css

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

 a { background-color: rgb(153,17,114); }

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

border-color css

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

 span { border-color: rgb(153,17,114); }

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