Html Css Color HEX #990973 Eggplant

📋 copy color: '#990973'

red 153 ◦ green 9 ◦ blue 115

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

Shades of Eggplant #990973

Tints of Eggplant #990973

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.25%

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

R = 55.23%
G = 3.25%
B = 41.52%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.25

 K value IS 0.4

RGB Variations

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

Color information

#990973 (or 0x990973) is known color: Eggplant. HEX triplet: 99, 09 and 73. RGB value is (153,9,115). Sum of RGB (Red+Green+Blue) = 153+9+115=277 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.23% from 277); Green value is 9 (3.91% from 255 or 3.25% from 277); Blue value is 115 (45.31% from 255 or 41.52% from 277); Max value from RGB is 153 - color contains mainly: red. Hex color #990973 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990973 is #66F68C. Grayscale: #3F3F3F. Windows color (decimal): -6747789 or 7539097. OLE color: 7539097.

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

Color convert

RGB 153 9 115 -
CMYK 0 0.94 0.25 0.4
HSL 315.83º 0.89% 0.32% -
HSV(B) 315.83º 0.94% 0.6% -
XYZ 16.33 8.21 16.94 -
YUV 64.14 156.71 191.38 -
System Red Green Blue C M Y K H S L
Decimal 153 9 115 0 0.94 0.25 0.4 315.83 0.89 0.32
Hex 99 9 73 0 5E 19 28 13C 59 20
Octal 231 11 163 0 136 31 50 474 131 40
Binary 10011001 1001 1110011 0 1011110 11001 101000 100111100 1011001 100000

Color Harmonies of #990973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990973

Black with #990973

Text Example


Text Example

White with #990973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990973; }

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

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

background-color css

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

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

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

border-color css

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

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

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