Html Css Color HEX #990571 Eggplant

📋 copy color: '#990571'

red 153 ◦ green 5 ◦ blue 113

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

Shades of Eggplant #990571

Tints of Eggplant #990571

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.85%

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

R = 56.46%
G = 1.85%
B = 41.7%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.26

 K value IS 0.4

RGB Variations

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

Color information

#990571 (or 0x990571) is known color: Eggplant. HEX triplet: 99, 05 and 71. RGB value is (153,5,113). Sum of RGB (Red+Green+Blue) = 153+5+113=271 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.46% from 271); Green value is 5 (2.34% from 255 or 1.85% from 271); Blue value is 113 (44.53% from 255 or 41.70% from 271); Max value from RGB is 153 - color contains mainly: red. Hex color #990571 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990571 is #66FA8E. Grayscale: #3D3D3D. Windows color (decimal): -6748815 or 7407001. OLE color: 7407001.

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

Color convert

RGB 153 5 113 -
CMYK 0 0.97 0.26 0.4
HSL 316.22º 0.94% 0.31% -
HSV(B) 316.22º 0.97% 0.6% -
XYZ 16.17 8.07 16.33 -
YUV 61.56 157.03 193.22 -
System Red Green Blue C M Y K H S L
Decimal 153 5 113 0 0.97 0.26 0.4 316.22 0.94 0.31
Hex 99 5 71 0 61 1A 28 13C 5E 1F
Octal 231 5 161 0 141 32 50 474 136 37
Binary 10011001 101 1110001 0 1100001 11010 101000 100111100 1011110 11111

Color Harmonies of #990571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990571

Black with #990571

Text Example


Text Example

White with #990571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990571; }

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

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

background-color css

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

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

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

border-color css

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

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

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