Html Css Color HEX #990078 Eggplant

📋 copy color: '#990078'

red 153 ◦ green 0 ◦ blue 120

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

Shades of Eggplant #990078

Tints of Eggplant #990078

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 56.04%
G = 0%
B = 43.96%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#990078 (or 0x990078) is known color: Eggplant. HEX triplet: 99, 00 and 78. RGB value is (153,0,120). Sum of RGB (Red+Green+Blue) = 153+0+120=273 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.04% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 120 (47.27% from 255 or 43.96% from 273); Max value from RGB is 153 - color contains mainly: red. Hex color #990078 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990078 is #66FF87. Grayscale: #3B3B3B. Windows color (decimal): -6750088 or 7864473. OLE color: 7864473.

HSL color Cylindrical-coordinate representation of color #990078: hue angle of 312.94º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #990078 is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 0 120 -
CMYK 0 1 0.22 0.4
HSL 312.94º 1% 0.3% -
HSV(B) 312.94º 1% 0.6% -
XYZ 16.53 8.13 18.47 -
YUV 59.43 162.19 194.74 -
System Red Green Blue C M Y K H S L
Decimal 153 0 120 0 1 0.22 0.4 312.94 1 0.3
Hex 99 0 78 0 64 16 28 139 64 1E
Octal 231 0 170 0 144 26 50 471 144 36
Binary 10011001 0 1111000 0 1100100 10110 101000 100111001 1100100 11110

Color Harmonies of #990078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990078

Black with #990078

Text Example


Text Example

White with #990078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990078; }

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

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

background-color css

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

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

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

border-color css

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

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

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