Html Css Color HEX #950879 Eggplant

📋 copy color: '#950879'

red 149 ◦ green 8 ◦ blue 121

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

Shades of Eggplant #950879

Tints of Eggplant #950879

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.88%

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

R = 53.6%
G = 2.88%
B = 43.53%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#950879 (or 0x950879) is known color: Eggplant. HEX triplet: 95, 08 and 79. RGB value is (149,8,121). Sum of RGB (Red+Green+Blue) = 149+8+121=278 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.60% from 278); Green value is 8 (3.52% from 255 or 2.88% from 278); Blue value is 121 (47.66% from 255 or 43.53% from 278); Max value from RGB is 149 - color contains mainly: red. Hex color #950879 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950879 is #6AF786. Grayscale: #3E3E3E. Windows color (decimal): -7010183 or 7932053. OLE color: 7932053.

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

Color convert

RGB 149 8 121 -
CMYK 0 0.95 0.19 0.42
HSL 311.91º 0.9% 0.31% -
HSV(B) 311.91º 0.95% 0.58% -
XYZ 15.93 7.94 18.78 -
YUV 63.04 160.71 189.31 -
System Red Green Blue C M Y K H S L
Decimal 149 8 121 0 0.95 0.19 0.42 311.91 0.9 0.31
Hex 95 8 79 0 5F 13 2A 138 5A 1F
Octal 225 10 171 0 137 23 52 470 132 37
Binary 10010101 1000 1111001 0 1011111 10011 101010 100111000 1011010 11111

Color Harmonies of #950879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950879

Black with #950879

Text Example


Text Example

White with #950879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950879; }

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

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

background-color css

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

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

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

border-color css

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

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

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