Html Css Color HEX #991371 Eggplant

📋 copy color: '#991371'

red 153 ◦ green 19 ◦ blue 113

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

Shades of Eggplant #991371

Tints of Eggplant #991371

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.67%

 BLUE value IS 113 (44.53% from 255) = 39.65%

R = 53.68%
G = 6.67%
B = 39.65%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.26

 K value IS 0.4

RGB Variations

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

Color information

#991371 (or 0x991371) is known color: Eggplant. HEX triplet: 99, 13 and 71. RGB value is (153,19,113). Sum of RGB (Red+Green+Blue) = 153+19+113=285 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.68% from 285); Green value is 19 (7.81% from 255 or 6.67% from 285); Blue value is 113 (44.53% from 255 or 39.65% from 285); Max value from RGB is 153 - color contains mainly: red. Hex color #991371 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991371 is #66EC8E. Grayscale: #454545. Windows color (decimal): -6745231 or 7410585. OLE color: 7410585.

HSL color Cylindrical-coordinate representation of color #991371: hue angle of 317.91º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #991371 is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 19 113 -
CMYK 0 0.88 0.26 0.4
HSL 317.91º 0.78% 0.34% -
HSV(B) 317.91º 0.88% 0.6% -
XYZ 16.35 8.43 16.39 -
YUV 69.78 152.39 187.36 -
System Red Green Blue C M Y K H S L
Decimal 153 19 113 0 0.88 0.26 0.4 317.91 0.78 0.34
Hex 99 13 71 0 58 1A 28 13E 4E 22
Octal 231 23 161 0 130 32 50 476 116 42
Binary 10011001 10011 1110001 0 1011000 11010 101000 100111110 1001110 100010

Color Harmonies of #991371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991371

Black with #991371

Text Example


Text Example

White with #991371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991371; }

 p { color: rgb(153,19,113); }

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

background-color css

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

 a { background-color: rgb(153,19,113); }

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

border-color css

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

 span { border-color: rgb(153,19,113); }

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