Html Css Color HEX #990978 Eggplant

📋 copy color: '#990978'

red 153 ◦ green 9 ◦ blue 120

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

Shades of Eggplant #990978

Tints of Eggplant #990978

RGB

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

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

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

R = 54.26%
G = 3.19%
B = 42.55%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#990978 (or 0x990978) is known color: Eggplant. HEX triplet: 99, 09 and 78. RGB value is (153,9,120). Sum of RGB (Red+Green+Blue) = 153+9+120=282 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.26% from 282); Green value is 9 (3.91% from 255 or 3.19% from 282); Blue value is 120 (47.27% from 255 or 42.55% from 282); Max value from RGB is 153 - color contains mainly: red. Hex color #990978 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990978 is #66F687. Grayscale: #404040. Windows color (decimal): -6747784 or 7866777. OLE color: 7866777.

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

Color convert

RGB 153 9 120 -
CMYK 0 0.94 0.22 0.4
HSL 313.75º 0.89% 0.32% -
HSV(B) 313.75º 0.94% 0.6% -
XYZ 16.62 8.32 18.5 -
YUV 64.71 159.21 190.97 -
System Red Green Blue C M Y K H S L
Decimal 153 9 120 0 0.94 0.22 0.4 313.75 0.89 0.32
Hex 99 9 78 0 5E 16 28 13A 59 20
Octal 231 11 170 0 136 26 50 472 131 40
Binary 10011001 1001 1111000 0 1011110 10110 101000 100111010 1011001 100000

Color Harmonies of #990978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990978

Black with #990978

Text Example


Text Example

White with #990978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990978; }

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

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

background-color css

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

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

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

border-color css

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

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

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