Html Css Color HEX #990A76 Eggplant

📋 copy color: '#990A76'

red 153 ◦ green 10 ◦ blue 118

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

Shades of Eggplant #990A76

Tints of Eggplant #990A76

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.56%

 BLUE value IS 118 (46.48% from 255) = 41.99%

R = 54.45%
G = 3.56%
B = 41.99%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.23

 K value IS 0.4

RGB Variations

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

Color information

#990A76 (or 0x990A76) is known color: Eggplant. HEX triplet: 99, 0A and 76. RGB value is (153,10,118). Sum of RGB (Red+Green+Blue) = 153+10+118=281 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.45% from 281); Green value is 10 (4.30% from 255 or 3.56% from 281); Blue value is 118 (46.48% from 255 or 41.99% from 281); Max value from RGB is 153 - color contains mainly: red. Hex color #990A76 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990A76 is #66F589. Grayscale: #404040. Windows color (decimal): -6747530 or 7735961. OLE color: 7735961.

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

Color convert

RGB 153 10 118 -
CMYK 0 0.93 0.23 0.4
HSL 314.69º 0.88% 0.32% -
HSV(B) 314.69º 0.93% 0.6% -
XYZ 16.52 8.3 17.87 -
YUV 65.07 157.88 190.72 -
System Red Green Blue C M Y K H S L
Decimal 153 10 118 0 0.93 0.23 0.4 314.69 0.88 0.32
Hex 99 A 76 0 5D 17 28 13B 58 20
Octal 231 12 166 0 135 27 50 473 130 40
Binary 10011001 1010 1110110 0 1011101 10111 101000 100111011 1011000 100000

Color Harmonies of #990A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990A76

Black with #990A76

Text Example


Text Example

White with #990A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,10,118); }

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

background-color css

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

 a { background-color: rgb(153,10,118); }

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

border-color css

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

 span { border-color: rgb(153,10,118); }

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