Html Css Color HEX #990779 Eggplant

📋 copy color: '#990779'

red 153 ◦ green 7 ◦ blue 121

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

Shades of Eggplant #990779

Tints of Eggplant #990779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 43.06%

R = 54.45%
G = 2.49%
B = 43.06%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.21

 K value IS 0.4

RGB Variations

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

Color information

#990779 (or 0x990779) is known color: Eggplant. HEX triplet: 99, 07 and 79. RGB value is (153,7,121). Sum of RGB (Red+Green+Blue) = 153+7+121=281 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.45% from 281); Green value is 7 (3.12% from 255 or 2.49% from 281); Blue value is 121 (47.66% from 255 or 43.06% from 281); Max value from RGB is 153 - color contains mainly: red. Hex color #990779 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990779 is #66F886. Grayscale: #3F3F3F. Windows color (decimal): -6748295 or 7931801. OLE color: 7931801.

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

Color convert

RGB 153 7 121 -
CMYK 0 0.95 0.21 0.4
HSL 313.15º 0.91% 0.31% -
HSV(B) 313.15º 0.95% 0.6% -
XYZ 16.66 8.3 18.81 -
YUV 63.65 160.37 191.73 -
System Red Green Blue C M Y K H S L
Decimal 153 7 121 0 0.95 0.21 0.4 313.15 0.91 0.31
Hex 99 7 79 0 5F 15 28 139 5B 1F
Octal 231 7 171 0 137 25 50 471 133 37
Binary 10011001 111 1111001 0 1011111 10101 101000 100111001 1011011 11111

Color Harmonies of #990779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990779

Black with #990779

Text Example


Text Example

White with #990779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990779; }

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

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

background-color css

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

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

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

border-color css

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

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

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