Html Css Color HEX #991173 Eggplant

📋 copy color: '#991173'

red 153 ◦ green 17 ◦ blue 115

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

Shades of Eggplant #991173

Tints of Eggplant #991173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 40.35%

R = 53.68%
G = 5.96%
B = 40.35%

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

#991173 (or 0x991173) is known color: Eggplant. HEX triplet: 99, 11 and 73. RGB value is (153,17,115). Sum of RGB (Red+Green+Blue) = 153+17+115=285 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.68% from 285); Green value is 17 (7.03% from 255 or 5.96% from 285); Blue value is 115 (45.31% from 255 or 40.35% from 285); Max value from RGB is 153 - color contains mainly: red. Hex color #991173 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991173 is #66EE8C. Grayscale: #444444. Windows color (decimal): -6745741 or 7541145. OLE color: 7541145.

HSL color Cylindrical-coordinate representation of color #991173: hue angle of 316.76º 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 #991173 is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 17 115 -
CMYK 0 0.89 0.25 0.4
HSL 316.76º 0.8% 0.33% -
HSV(B) 316.76º 0.89% 0.6% -
XYZ 16.43 8.41 16.98 -
YUV 68.84 154.06 188.03 -
System Red Green Blue C M Y K H S L
Decimal 153 17 115 0 0.89 0.25 0.4 316.76 0.8 0.33
Hex 99 11 73 0 59 19 28 13D 50 21
Octal 231 21 163 0 131 31 50 475 120 41
Binary 10011001 10001 1110011 0 1011001 11001 101000 100111101 1010000 100001

Color Harmonies of #991173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991173

Black with #991173

Text Example


Text Example

White with #991173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991173; }

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

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

background-color css

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

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

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

border-color css

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

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

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