Html Css Color HEX #950579 Eggplant

📋 copy color: '#950579'

red 149 ◦ green 5 ◦ blue 121

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

Shades of Eggplant #950579

Tints of Eggplant #950579

RGB

 RED value IS 149 (58.59% from 255) = 54.18%

 GREEN value IS 5 (2.34% from 255) = 1.82%

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

R = 54.18%
G = 1.82%
B = 44%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#950579 (or 0x950579) is known color: Eggplant. HEX triplet: 95, 05 and 79. RGB value is (149,5,121). Sum of RGB (Red+Green+Blue) = 149+5+121=275 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.18% from 275); Green value is 5 (2.34% from 255 or 1.82% from 275); Blue value is 121 (47.66% from 255 or 44% from 275); Max value from RGB is 149 - color contains mainly: red. Hex color #950579 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950579 is #6AFA86. Grayscale: #3C3C3C. Windows color (decimal): -7010951 or 7931285. OLE color: 7931285.

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

Color convert

RGB 149 5 121 -
CMYK 0 0.97 0.19 0.42
HSL 311.67º 0.94% 0.3% -
HSV(B) 311.67º 0.97% 0.58% -
XYZ 15.9 7.88 18.77 -
YUV 61.28 161.71 190.57 -
System Red Green Blue C M Y K H S L
Decimal 149 5 121 0 0.97 0.19 0.42 311.67 0.94 0.3
Hex 95 5 79 0 61 13 2A 138 5E 1E
Octal 225 5 171 0 141 23 52 470 136 36
Binary 10010101 101 1111001 0 1100001 10011 101010 100111000 1011110 11110

Color Harmonies of #950579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950579

Black with #950579

Text Example


Text Example

White with #950579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950579; }

 p { color: rgb(149,5,121); }

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

background-color css

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

 a { background-color: rgb(149,5,121); }

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

border-color css

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

 span { border-color: rgb(149,5,121); }

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