Html Css Color HEX #990773 Eggplant

📋 copy color: '#990773'

red 153 ◦ green 7 ◦ blue 115

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

Shades of Eggplant #990773

Tints of Eggplant #990773

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.55%

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

R = 55.64%
G = 2.55%
B = 41.82%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.25

 K value IS 0.4

RGB Variations

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

Color information

#990773 (or 0x990773) is known color: Eggplant. HEX triplet: 99, 07 and 73. RGB value is (153,7,115). Sum of RGB (Red+Green+Blue) = 153+7+115=275 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.64% from 275); Green value is 7 (3.12% from 255 or 2.55% from 275); Blue value is 115 (45.31% from 255 or 41.82% from 275); Max value from RGB is 153 - color contains mainly: red. Hex color #990773 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990773 is #66F88C. Grayscale: #3E3E3E. Windows color (decimal): -6748301 or 7538585. OLE color: 7538585.

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

Color convert

RGB 153 7 115 -
CMYK 0 0.95 0.25 0.4
HSL 315.62º 0.91% 0.31% -
HSV(B) 315.62º 0.95% 0.6% -
XYZ 16.31 8.16 16.94 -
YUV 62.97 157.37 192.22 -
System Red Green Blue C M Y K H S L
Decimal 153 7 115 0 0.95 0.25 0.4 315.62 0.91 0.31
Hex 99 7 73 0 5F 19 28 13C 5B 1F
Octal 231 7 163 0 137 31 50 474 133 37
Binary 10011001 111 1110011 0 1011111 11001 101000 100111100 1011011 11111

Color Harmonies of #990773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990773

Black with #990773

Text Example


Text Example

White with #990773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990773; }

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

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

background-color css

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

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

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

border-color css

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

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

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