Html Css Color HEX #990471 Eggplant

📋 copy color: '#990471'

red 153 ◦ green 4 ◦ blue 113

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

Shades of Eggplant #990471

Tints of Eggplant #990471

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.48%

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

R = 56.67%
G = 1.48%
B = 41.85%

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

#990471 (or 0x990471) is known color: Eggplant. HEX triplet: 99, 04 and 71. RGB value is (153,4,113). Sum of RGB (Red+Green+Blue) = 153+4+113=270 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.67% from 270); Green value is 4 (1.95% from 255 or 1.48% from 270); Blue value is 113 (44.53% from 255 or 41.85% from 270); Max value from RGB is 153 - color contains mainly: red. Hex color #990471 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990471 is #66FB8E. Grayscale: #3C3C3C. Windows color (decimal): -6749071 or 7406745. OLE color: 7406745.

HSL color Cylindrical-coordinate representation of color #990471: hue angle of 316.11º degrees, saturation: 0.95, 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 #990471 is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 4 113 -
CMYK 0 0.97 0.26 0.4
HSL 316.11º 0.95% 0.31% -
HSV(B) 316.11º 0.97% 0.6% -
XYZ 16.16 8.05 16.33 -
YUV 60.98 157.36 193.64 -
System Red Green Blue C M Y K H S L
Decimal 153 4 113 0 0.97 0.26 0.4 316.11 0.95 0.31
Hex 99 4 71 0 61 1A 28 13C 5F 1F
Octal 231 4 161 0 141 32 50 474 137 37
Binary 10011001 100 1110001 0 1100001 11010 101000 100111100 1011111 11111

Color Harmonies of #990471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990471

Black with #990471

Text Example


Text Example

White with #990471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990471; }

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

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

background-color css

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

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

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

border-color css

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

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

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