Html Css Color HEX #990878 Eggplant

📋 copy color: '#990878'

red 153 ◦ green 8 ◦ blue 120

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

Shades of Eggplant #990878

Tints of Eggplant #990878

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.85%

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

R = 54.45%
G = 2.85%
B = 42.7%

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

#990878 (or 0x990878) is known color: Eggplant. HEX triplet: 99, 08 and 78. RGB value is (153,8,120). Sum of RGB (Red+Green+Blue) = 153+8+120=281 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.45% from 281); Green value is 8 (3.52% from 255 or 2.85% from 281); Blue value is 120 (47.27% from 255 or 42.70% from 281); Max value from RGB is 153 - color contains mainly: red. Hex color #990878 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990878 is #66F787. Grayscale: #3F3F3F. Windows color (decimal): -6748040 or 7866521. OLE color: 7866521.

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

Color convert

RGB 153 8 120 -
CMYK 0 0.95 0.22 0.4
HSL 313.66º 0.9% 0.32% -
HSV(B) 313.66º 0.95% 0.6% -
XYZ 16.61 8.3 18.5 -
YUV 64.12 159.54 191.39 -
System Red Green Blue C M Y K H S L
Decimal 153 8 120 0 0.95 0.22 0.4 313.66 0.9 0.32
Hex 99 8 78 0 5F 16 28 13A 5A 20
Octal 231 10 170 0 137 26 50 472 132 40
Binary 10011001 1000 1111000 0 1011111 10110 101000 100111010 1011010 100000

Color Harmonies of #990878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990878

Black with #990878

Text Example


Text Example

White with #990878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990878; }

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

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

background-color css

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

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

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

border-color css

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

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

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