Html Css Color HEX #990276 Eggplant

📋 copy color: '#990276'

red 153 ◦ green 2 ◦ blue 118

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

Shades of Eggplant #990276

Tints of Eggplant #990276

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.73%

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

R = 56.04%
G = 0.73%
B = 43.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.23

 K value IS 0.4

RGB Variations

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

Color information

#990276 (or 0x990276) is known color: Eggplant. HEX triplet: 99, 02 and 76. RGB value is (153,2,118). Sum of RGB (Red+Green+Blue) = 153+2+118=273 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.04% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 118 (46.48% from 255 or 43.22% from 273); Max value from RGB is 153 - color contains mainly: red. Hex color #990276 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990276 is #66FD89. Grayscale: #3C3C3C. Windows color (decimal): -6749578 or 7733913. OLE color: 7733913.

HSL color Cylindrical-coordinate representation of color #990276: hue angle of 313.91º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #990276 is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 2 118 -
CMYK 0 0.99 0.23 0.4
HSL 313.91º 0.97% 0.3% -
HSV(B) 313.91º 0.99% 0.6% -
XYZ 16.43 8.12 17.84 -
YUV 60.37 160.53 194.07 -
System Red Green Blue C M Y K H S L
Decimal 153 2 118 0 0.99 0.23 0.4 313.91 0.97 0.3
Hex 99 2 76 0 63 17 28 13A 61 1E
Octal 231 2 166 0 143 27 50 472 141 36
Binary 10011001 10 1110110 0 1100011 10111 101000 100111010 1100001 11110

Color Harmonies of #990276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990276

Black with #990276

Text Example


Text Example

White with #990276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990276; }

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

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

background-color css

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

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

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

border-color css

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

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

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