Html Css Color HEX #930979 Eggplant

📋 copy color: '#930979'

red 147 ◦ green 9 ◦ blue 121

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

Shades of Eggplant #930979

Tints of Eggplant #930979

RGB

 RED value IS 147 (57.81% from 255) = 53.07%

 GREEN value IS 9 (3.91% from 255) = 3.25%

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

R = 53.07%
G = 3.25%
B = 43.68%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#930979 (or 0x930979) is known color: Eggplant. HEX triplet: 93, 09 and 79. RGB value is (147,9,121). Sum of RGB (Red+Green+Blue) = 147+9+121=277 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.07% from 277); Green value is 9 (3.91% from 255 or 3.25% from 277); Blue value is 121 (47.66% from 255 or 43.68% from 277); Max value from RGB is 147 - color contains mainly: red. Hex color #930979 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930979 is #6CF686. Grayscale: #3E3E3E. Windows color (decimal): -7140999 or 7932307. OLE color: 7932307.

HSL color Cylindrical-coordinate representation of color #930979: hue angle of 311.3º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #930979 is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 9 121 -
CMYK 0 0.94 0.18 0.42
HSL 311.3º 0.88% 0.31% -
HSV(B) 311.3º 0.94% 0.58% -
XYZ 15.58 7.78 18.77 -
YUV 63.03 160.72 187.89 -
System Red Green Blue C M Y K H S L
Decimal 147 9 121 0 0.94 0.18 0.42 311.3 0.88 0.31
Hex 93 9 79 0 5E 12 2A 137 58 1F
Octal 223 11 171 0 136 22 52 467 130 37
Binary 10010011 1001 1111001 0 1011110 10010 101010 100110111 1011000 11111

Color Harmonies of #930979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930979

Black with #930979

Text Example


Text Example

White with #930979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930979; }

 p { color: rgb(147,9,121); }

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

background-color css

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

 a { background-color: rgb(147,9,121); }

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

border-color css

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

 span { border-color: rgb(147,9,121); }

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