Html Css Color HEX #990C78 Eggplant

📋 copy color: '#990C78'

red 153 ◦ green 12 ◦ blue 120

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

Shades of Eggplant #990C78

Tints of Eggplant #990C78

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.21%

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

R = 53.68%
G = 4.21%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#990C78 (or 0x990C78) is known color: Eggplant. HEX triplet: 99, 0C and 78. RGB value is (153,12,120). Sum of RGB (Red+Green+Blue) = 153+12+120=285 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.68% from 285); Green value is 12 (5.08% from 255 or 4.21% from 285); Blue value is 120 (47.27% from 255 or 42.11% from 285); Max value from RGB is 153 - color contains mainly: red. Hex color #990C78 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990C78 is #66F387. Grayscale: #424242. Windows color (decimal): -6747016 or 7867545. OLE color: 7867545.

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

Color convert

RGB 153 12 120 -
CMYK 0 0.92 0.22 0.4
HSL 314.04º 0.85% 0.32% -
HSV(B) 314.04º 0.92% 0.6% -
XYZ 16.66 8.39 18.51 -
YUV 66.47 158.21 189.72 -
System Red Green Blue C M Y K H S L
Decimal 153 12 120 0 0.92 0.22 0.4 314.04 0.85 0.32
Hex 99 C 78 0 5C 16 28 13A 55 20
Octal 231 14 170 0 134 26 50 472 125 40
Binary 10011001 1100 1111000 0 1011100 10110 101000 100111010 1010101 100000

Color Harmonies of #990C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990C78

Black with #990C78

Text Example


Text Example

White with #990C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990C78; }

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

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

background-color css

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

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

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

border-color css

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

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

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