Html Css Color HEX #990377 Eggplant

📋 copy color: '#990377'

red 153 ◦ green 3 ◦ blue 119

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

Shades of Eggplant #990377

Tints of Eggplant #990377

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.09%

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

R = 55.64%
G = 1.09%
B = 43.27%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#990377 (or 0x990377) is known color: Eggplant. HEX triplet: 99, 03 and 77. RGB value is (153,3,119). Sum of RGB (Red+Green+Blue) = 153+3+119=275 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.64% from 275); Green value is 3 (1.56% from 255 or 1.09% from 275); Blue value is 119 (46.88% from 255 or 43.27% from 275); Max value from RGB is 153 - color contains mainly: red. Hex color #990377 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990377 is #66FC88. Grayscale: #3C3C3C. Windows color (decimal): -6749321 or 7799705. OLE color: 7799705.

HSL color Cylindrical-coordinate representation of color #990377: hue angle of 313.6º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #990377 is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 3 119 -
CMYK 0 0.98 0.22 0.4
HSL 313.6º 0.96% 0.31% -
HSV(B) 313.6º 0.98% 0.6% -
XYZ 16.5 8.17 18.16 -
YUV 61.07 160.7 193.57 -
System Red Green Blue C M Y K H S L
Decimal 153 3 119 0 0.98 0.22 0.4 313.6 0.96 0.31
Hex 99 3 77 0 62 16 28 13A 60 1F
Octal 231 3 167 0 142 26 50 472 140 37
Binary 10011001 11 1110111 0 1100010 10110 101000 100111010 1100000 11111

Color Harmonies of #990377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990377

Black with #990377

Text Example


Text Example

White with #990377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990377; }

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

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

background-color css

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

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

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

border-color css

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

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

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