Html Css Color HEX #990D78 Eggplant

📋 copy color: '#990D78'

red 153 ◦ green 13 ◦ blue 120

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

Shades of Eggplant #990D78

Tints of Eggplant #990D78

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.55%

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

R = 53.5%
G = 4.55%
B = 41.96%

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

#990D78 (or 0x990D78) is known color: Eggplant. HEX triplet: 99, 0D and 78. RGB value is (153,13,120). Sum of RGB (Red+Green+Blue) = 153+13+120=286 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.50% from 286); Green value is 13 (5.47% from 255 or 4.55% from 286); Blue value is 120 (47.27% from 255 or 41.96% from 286); Max value from RGB is 153 - color contains mainly: red. Hex color #990D78 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990D78 is #66F287. Grayscale: #424242. Windows color (decimal): -6746760 or 7867801. OLE color: 7867801.

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

Color convert

RGB 153 13 120 -
CMYK 0 0.92 0.22 0.4
HSL 314.14º 0.84% 0.33% -
HSV(B) 314.14º 0.92% 0.6% -
XYZ 16.67 8.42 18.52 -
YUV 67.06 157.88 189.3 -
System Red Green Blue C M Y K H S L
Decimal 153 13 120 0 0.92 0.22 0.4 314.14 0.84 0.33
Hex 99 D 78 0 5C 16 28 13A 54 21
Octal 231 15 170 0 134 26 50 472 124 41
Binary 10011001 1101 1111000 0 1011100 10110 101000 100111010 1010100 100001

Color Harmonies of #990D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990D78

Black with #990D78

Text Example


Text Example

White with #990D78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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