Html Css Color HEX #940979 Eggplant

📋 copy color: '#940979'

red 148 ◦ green 9 ◦ blue 121

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

Shades of Eggplant #940979

Tints of Eggplant #940979

RGB

 RED value IS 148 (58.2% from 255) = 53.24%

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

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

R = 53.24%
G = 3.24%
B = 43.53%

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

#940979 (or 0x940979) is known color: Eggplant. HEX triplet: 94, 09 and 79. RGB value is (148,9,121). Sum of RGB (Red+Green+Blue) = 148+9+121=278 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.24% from 278); Green value is 9 (3.91% from 255 or 3.24% from 278); Blue value is 121 (47.66% from 255 or 43.53% from 278); Max value from RGB is 148 - color contains mainly: red. Hex color #940979 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940979 is #6BF686. Grayscale: #3F3F3F. Windows color (decimal): -7075463 or 7932308. OLE color: 7932308.

HSL color Cylindrical-coordinate representation of color #940979: hue angle of 311.65º degrees, saturation: 0.89, 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 #940979 is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 9 121 -
CMYK 0 0.94 0.18 0.42
HSL 311.65º 0.89% 0.31% -
HSV(B) 311.65º 0.94% 0.58% -
XYZ 15.76 7.87 18.78 -
YUV 63.33 160.55 188.39 -
System Red Green Blue C M Y K H S L
Decimal 148 9 121 0 0.94 0.18 0.42 311.65 0.89 0.31
Hex 94 9 79 0 5E 12 2A 138 59 1F
Octal 224 11 171 0 136 22 52 470 131 37
Binary 10010100 1001 1111001 0 1011110 10010 101010 100111000 1011001 11111

Color Harmonies of #940979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940979

Black with #940979

Text Example


Text Example

White with #940979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940979; }

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

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

background-color css

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

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

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

border-color css

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

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

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