Html Css Color HEX #990371 Eggplant

📋 copy color: '#990371'

red 153 ◦ green 3 ◦ blue 113

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

Shades of Eggplant #990371

Tints of Eggplant #990371

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.12%

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

R = 56.88%
G = 1.12%
B = 42.01%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.26

 K value IS 0.4

RGB Variations

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

Color information

#990371 (or 0x990371) is known color: Eggplant. HEX triplet: 99, 03 and 71. RGB value is (153,3,113). Sum of RGB (Red+Green+Blue) = 153+3+113=269 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.88% from 269); Green value is 3 (1.56% from 255 or 1.12% from 269); Blue value is 113 (44.53% from 255 or 42.01% from 269); Max value from RGB is 153 - color contains mainly: red. Hex color #990371 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990371 is #66FC8E. Grayscale: #3C3C3C. Windows color (decimal): -6749327 or 7406489. OLE color: 7406489.

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

Color convert

RGB 153 3 113 -
CMYK 0 0.98 0.26 0.4
HSL 316º 0.96% 0.31% -
HSV(B) 316º 0.98% 0.6% -
XYZ 16.15 8.03 16.32 -
YUV 60.39 157.7 194.06 -
System Red Green Blue C M Y K H S L
Decimal 153 3 113 0 0.98 0.26 0.4 316 0.96 0.31
Hex 99 3 71 0 62 1A 28 13C 60 1F
Octal 231 3 161 0 142 32 50 474 140 37
Binary 10011001 11 1110001 0 1100010 11010 101000 100111100 1100000 11111

Color Harmonies of #990371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990371

Black with #990371

Text Example


Text Example

White with #990371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990371; }

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

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

background-color css

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

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

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

border-color css

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

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

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