Html Css Color HEX #990379 Eggplant

📋 copy color: '#990379'

red 153 ◦ green 3 ◦ blue 121

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

Shades of Eggplant #990379

Tints of Eggplant #990379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 43.68%

R = 55.23%
G = 1.08%
B = 43.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.21

 K value IS 0.4

RGB Variations

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

Color information

#990379 (or 0x990379) is known color: Eggplant. HEX triplet: 99, 03 and 79. RGB value is (153,3,121). Sum of RGB (Red+Green+Blue) = 153+3+121=277 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.23% from 277); Green value is 3 (1.56% from 255 or 1.08% from 277); Blue value is 121 (47.66% from 255 or 43.68% from 277); Max value from RGB is 153 - color contains mainly: red. Hex color #990379 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990379 is #66FC86. Grayscale: #3C3C3C. Windows color (decimal): -6749319 or 7930777. OLE color: 7930777.

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

Color convert

RGB 153 3 121 -
CMYK 0 0.98 0.21 0.4
HSL 312.8º 0.96% 0.31% -
HSV(B) 312.8º 0.98% 0.6% -
XYZ 16.62 8.22 18.8 -
YUV 61.3 161.7 193.41 -
System Red Green Blue C M Y K H S L
Decimal 153 3 121 0 0.98 0.21 0.4 312.8 0.96 0.31
Hex 99 3 79 0 62 15 28 139 60 1F
Octal 231 3 171 0 142 25 50 471 140 37
Binary 10011001 11 1111001 0 1100010 10101 101000 100111001 1100000 11111

Color Harmonies of #990379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990379

Black with #990379

Text Example


Text Example

White with #990379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990379; }

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

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

background-color css

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

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

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

border-color css

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

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

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