Html Css Color HEX #990C77 Eggplant

📋 copy color: '#990C77'

red 153 ◦ green 12 ◦ blue 119

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

Shades of Eggplant #990C77

Tints of Eggplant #990C77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 41.9%

R = 53.87%
G = 4.23%
B = 41.9%

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

#990C77 (or 0x990C77) is known color: Eggplant. HEX triplet: 99, 0C and 77. RGB value is (153,12,119). Sum of RGB (Red+Green+Blue) = 153+12+119=284 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.87% from 284); Green value is 12 (5.08% from 255 or 4.23% from 284); Blue value is 119 (46.88% from 255 or 41.90% from 284); Max value from RGB is 153 - color contains mainly: red. Hex color #990C77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990C77 is #66F388. Grayscale: #424242. Windows color (decimal): -6747017 or 7802009. OLE color: 7802009.

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

Color convert

RGB 153 12 119 -
CMYK 0 0.92 0.22 0.4
HSL 314.47º 0.85% 0.32% -
HSV(B) 314.47º 0.92% 0.6% -
XYZ 16.6 8.37 18.19 -
YUV 66.36 157.71 189.8 -
System Red Green Blue C M Y K H S L
Decimal 153 12 119 0 0.92 0.22 0.4 314.47 0.85 0.32
Hex 99 C 77 0 5C 16 28 13A 55 20
Octal 231 14 167 0 134 26 50 472 125 40
Binary 10011001 1100 1110111 0 1011100 10110 101000 100111010 1010101 100000

Color Harmonies of #990C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990C77

Black with #990C77

Text Example


Text Example

White with #990C77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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