Html Css Color HEX #990677 Eggplant

📋 copy color: '#990677'

red 153 ◦ green 6 ◦ blue 119

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

Shades of Eggplant #990677

Tints of Eggplant #990677

RGB

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

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

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

R = 55.04%
G = 2.16%
B = 42.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#990677 (or 0x990677) is known color: Eggplant. HEX triplet: 99, 06 and 77. RGB value is (153,6,119). Sum of RGB (Red+Green+Blue) = 153+6+119=278 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.04% from 278); Green value is 6 (2.73% from 255 or 2.16% from 278); Blue value is 119 (46.88% from 255 or 42.81% from 278); Max value from RGB is 153 - color contains mainly: red. Hex color #990677 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990677 is #66F988. Grayscale: #3E3E3E. Windows color (decimal): -6748553 or 7800473. OLE color: 7800473.

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

Color convert

RGB 153 6 119 -
CMYK 0 0.96 0.22 0.4
HSL 313.88º 0.92% 0.31% -
HSV(B) 313.88º 0.96% 0.6% -
XYZ 16.53 8.23 18.17 -
YUV 62.84 159.7 192.31 -
System Red Green Blue C M Y K H S L
Decimal 153 6 119 0 0.96 0.22 0.4 313.88 0.92 0.31
Hex 99 6 77 0 60 16 28 13A 5C 1F
Octal 231 6 167 0 140 26 50 472 134 37
Binary 10011001 110 1110111 0 1100000 10110 101000 100111010 1011100 11111

Color Harmonies of #990677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990677

Black with #990677

Text Example


Text Example

White with #990677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990677; }

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

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

background-color css

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

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

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

border-color css

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

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

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