Html Css Color HEX #990277 Eggplant

📋 copy color: '#990277'

red 153 ◦ green 2 ◦ blue 119

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

Shades of Eggplant #990277

Tints of Eggplant #990277

RGB

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

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

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

R = 55.84%
G = 0.73%
B = 43.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#990277 (or 0x990277) is known color: Eggplant. HEX triplet: 99, 02 and 77. RGB value is (153,2,119). Sum of RGB (Red+Green+Blue) = 153+2+119=274 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.84% from 274); Green value is 2 (1.17% from 255 or 0.73% from 274); Blue value is 119 (46.88% from 255 or 43.43% from 274); Max value from RGB is 153 - color contains mainly: red. Hex color #990277 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990277 is #66FD88. Grayscale: #3C3C3C. Windows color (decimal): -6749577 or 7799449. OLE color: 7799449.

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

Color convert

RGB 153 2 119 -
CMYK 0 0.99 0.22 0.4
HSL 313.51º 0.97% 0.3% -
HSV(B) 313.51º 0.99% 0.6% -
XYZ 16.49 8.15 18.16 -
YUV 60.49 161.03 193.99 -
System Red Green Blue C M Y K H S L
Decimal 153 2 119 0 0.99 0.22 0.4 313.51 0.97 0.3
Hex 99 2 77 0 63 16 28 13A 61 1E
Octal 231 2 167 0 143 26 50 472 141 36
Binary 10011001 10 1110111 0 1100011 10110 101000 100111010 1100001 11110

Color Harmonies of #990277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990277

Black with #990277

Text Example


Text Example

White with #990277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990277; }

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

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

background-color css

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

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

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

border-color css

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

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

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