Html Css Color HEX #990971 Eggplant

📋 copy color: '#990971'

red 153 ◦ green 9 ◦ blue 113

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

Shades of Eggplant #990971

Tints of Eggplant #990971

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.27%

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

R = 55.64%
G = 3.27%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.26

 K value IS 0.4

RGB Variations

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

Color information

#990971 (or 0x990971) is known color: Eggplant. HEX triplet: 99, 09 and 71. RGB value is (153,9,113). Sum of RGB (Red+Green+Blue) = 153+9+113=275 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.64% from 275); Green value is 9 (3.91% from 255 or 3.27% from 275); Blue value is 113 (44.53% from 255 or 41.09% from 275); Max value from RGB is 153 - color contains mainly: red. Hex color #990971 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990971 is #66F68E. Grayscale: #3F3F3F. Windows color (decimal): -6747791 or 7408025. OLE color: 7408025.

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

Color convert

RGB 153 9 113 -
CMYK 0 0.94 0.26 0.4
HSL 316.67º 0.89% 0.32% -
HSV(B) 316.67º 0.94% 0.6% -
XYZ 16.22 8.16 16.34 -
YUV 63.91 155.71 191.54 -
System Red Green Blue C M Y K H S L
Decimal 153 9 113 0 0.94 0.26 0.4 316.67 0.89 0.32
Hex 99 9 71 0 5E 1A 28 13D 59 20
Octal 231 11 161 0 136 32 50 475 131 40
Binary 10011001 1001 1110001 0 1011110 11010 101000 100111101 1011001 100000

Color Harmonies of #990971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990971

Black with #990971

Text Example


Text Example

White with #990971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990971; }

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

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

background-color css

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

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

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

border-color css

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

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

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