Html Css Color HEX #990573 Eggplant

📋 copy color: '#990573'

red 153 ◦ green 5 ◦ blue 115

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

Shades of Eggplant #990573

Tints of Eggplant #990573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 42.12%

R = 56.04%
G = 1.83%
B = 42.12%

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

#990573 (or 0x990573) is known color: Eggplant. HEX triplet: 99, 05 and 73. RGB value is (153,5,115). Sum of RGB (Red+Green+Blue) = 153+5+115=273 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.04% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 115 (45.31% from 255 or 42.12% from 273); Max value from RGB is 153 - color contains mainly: red. Hex color #990573 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990573 is #66FA8C. Grayscale: #3D3D3D. Windows color (decimal): -6748813 or 7538073. OLE color: 7538073.

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

Color convert

RGB 153 5 115 -
CMYK 0 0.97 0.25 0.4
HSL 315.41º 0.94% 0.31% -
HSV(B) 315.41º 0.97% 0.6% -
XYZ 16.29 8.12 16.93 -
YUV 61.79 158.03 193.06 -
System Red Green Blue C M Y K H S L
Decimal 153 5 115 0 0.97 0.25 0.4 315.41 0.94 0.31
Hex 99 5 73 0 61 19 28 13B 5E 1F
Octal 231 5 163 0 141 31 50 473 136 37
Binary 10011001 101 1110011 0 1100001 11001 101000 100111011 1011110 11111

Color Harmonies of #990573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990573

Black with #990573

Text Example


Text Example

White with #990573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990573; }

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

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

background-color css

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

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

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

border-color css

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

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

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