Html Css Color HEX #990C73 Eggplant

📋 copy color: '#990C73'

red 153 ◦ green 12 ◦ blue 115

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

Shades of Eggplant #990C73

Tints of Eggplant #990C73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 41.07%

R = 54.64%
G = 4.29%
B = 41.07%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.25

 K value IS 0.4

RGB Variations

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

Color information

#990C73 (or 0x990C73) is known color: Eggplant. HEX triplet: 99, 0C and 73. RGB value is (153,12,115). Sum of RGB (Red+Green+Blue) = 153+12+115=280 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.64% from 280); Green value is 12 (5.08% from 255 or 4.29% from 280); Blue value is 115 (45.31% from 255 or 41.07% from 280); Max value from RGB is 153 - color contains mainly: red. Hex color #990C73 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990C73 is #66F38C. Grayscale: #414141. Windows color (decimal): -6747021 or 7539865. OLE color: 7539865.

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

Color convert

RGB 153 12 115 -
CMYK 0 0.92 0.25 0.4
HSL 316.17º 0.85% 0.32% -
HSV(B) 316.17º 0.92% 0.6% -
XYZ 16.36 8.27 16.95 -
YUV 65.9 155.71 190.12 -
System Red Green Blue C M Y K H S L
Decimal 153 12 115 0 0.92 0.25 0.4 316.17 0.85 0.32
Hex 99 C 73 0 5C 19 28 13C 55 20
Octal 231 14 163 0 134 31 50 474 125 40
Binary 10011001 1100 1110011 0 1011100 11001 101000 100111100 1010101 100000

Color Harmonies of #990C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990C73

Black with #990C73

Text Example


Text Example

White with #990C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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