Html Css Color HEX #990679 Eggplant

📋 copy color: '#990679'

red 153 ◦ green 6 ◦ blue 121

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

Shades of Eggplant #990679

Tints of Eggplant #990679

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.14%

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

R = 54.64%
G = 2.14%
B = 43.21%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.21

 K value IS 0.4

RGB Variations

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

Color information

#990679 (or 0x990679) is known color: Eggplant. HEX triplet: 99, 06 and 79. RGB value is (153,6,121). Sum of RGB (Red+Green+Blue) = 153+6+121=280 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.64% from 280); Green value is 6 (2.73% from 255 or 2.14% from 280); Blue value is 121 (47.66% from 255 or 43.21% from 280); Max value from RGB is 153 - color contains mainly: red. Hex color #990679 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990679 is #66F986. Grayscale: #3E3E3E. Windows color (decimal): -6748551 or 7931545. OLE color: 7931545.

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

Color convert

RGB 153 6 121 -
CMYK 0 0.96 0.21 0.4
HSL 313.06º 0.92% 0.31% -
HSV(B) 313.06º 0.96% 0.6% -
XYZ 16.65 8.28 18.81 -
YUV 63.06 160.7 192.15 -
System Red Green Blue C M Y K H S L
Decimal 153 6 121 0 0.96 0.21 0.4 313.06 0.92 0.31
Hex 99 6 79 0 60 15 28 139 5C 1F
Octal 231 6 171 0 140 25 50 471 134 37
Binary 10011001 110 1111001 0 1100000 10101 101000 100111001 1011100 11111

Color Harmonies of #990679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990679

Black with #990679

Text Example


Text Example

White with #990679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990679; }

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

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

background-color css

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

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

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

border-color css

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

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

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