Html Css Color HEX #990778 Eggplant

📋 copy color: '#990778'

red 153 ◦ green 7 ◦ blue 120

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

Shades of Eggplant #990778

Tints of Eggplant #990778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 42.86%

R = 54.64%
G = 2.5%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#990778 (or 0x990778) is known color: Eggplant. HEX triplet: 99, 07 and 78. RGB value is (153,7,120). Sum of RGB (Red+Green+Blue) = 153+7+120=280 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.64% from 280); Green value is 7 (3.12% from 255 or 2.5% from 280); Blue value is 120 (47.27% from 255 or 42.86% from 280); Max value from RGB is 153 - color contains mainly: red. Hex color #990778 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990778 is #66F887. Grayscale: #3F3F3F. Windows color (decimal): -6748296 or 7866265. OLE color: 7866265.

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

Color convert

RGB 153 7 120 -
CMYK 0 0.95 0.22 0.4
HSL 313.56º 0.91% 0.31% -
HSV(B) 313.56º 0.95% 0.6% -
XYZ 16.6 8.28 18.49 -
YUV 63.54 159.87 191.81 -
System Red Green Blue C M Y K H S L
Decimal 153 7 120 0 0.95 0.22 0.4 313.56 0.91 0.31
Hex 99 7 78 0 5F 16 28 13A 5B 1F
Octal 231 7 170 0 137 26 50 472 133 37
Binary 10011001 111 1111000 0 1011111 10110 101000 100111010 1011011 11111

Color Harmonies of #990778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990778

Black with #990778

Text Example


Text Example

White with #990778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990778; }

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

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

background-color css

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

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

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

border-color css

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

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

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