Html Css Color HEX #990472 Eggplant

📋 copy color: '#990472'

red 153 ◦ green 4 ◦ blue 114

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

Shades of Eggplant #990472

Tints of Eggplant #990472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 42.07%

R = 56.46%
G = 1.48%
B = 42.07%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.25

 K value IS 0.4

RGB Variations

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

Color information

#990472 (or 0x990472) is known color: Eggplant. HEX triplet: 99, 04 and 72. RGB value is (153,4,114). Sum of RGB (Red+Green+Blue) = 153+4+114=271 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.46% from 271); Green value is 4 (1.95% from 255 or 1.48% from 271); Blue value is 114 (44.92% from 255 or 42.07% from 271); Max value from RGB is 153 - color contains mainly: red. Hex color #990472 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990472 is #66FB8D. Grayscale: #3C3C3C. Windows color (decimal): -6749070 or 7472281. OLE color: 7472281.

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

Color convert

RGB 153 4 114 -
CMYK 0 0.97 0.25 0.4
HSL 315.7º 0.95% 0.31% -
HSV(B) 315.7º 0.97% 0.6% -
XYZ 16.22 8.07 16.62 -
YUV 61.09 157.86 193.56 -
System Red Green Blue C M Y K H S L
Decimal 153 4 114 0 0.97 0.25 0.4 315.7 0.95 0.31
Hex 99 4 72 0 61 19 28 13C 5F 1F
Octal 231 4 162 0 141 31 50 474 137 37
Binary 10011001 100 1110010 0 1100001 11001 101000 100111100 1011111 11111

Color Harmonies of #990472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990472

Black with #990472

Text Example


Text Example

White with #990472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990472; }

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

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

background-color css

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

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

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

border-color css

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

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

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