Html Css Color HEX #950577 Eggplant

📋 copy color: '#950577'

red 149 ◦ green 5 ◦ blue 119

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

Shades of Eggplant #950577

Tints of Eggplant #950577

RGB

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

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

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

R = 54.58%
G = 1.83%
B = 43.59%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#950577 (or 0x950577) is known color: Eggplant. HEX triplet: 95, 05 and 77. RGB value is (149,5,119). Sum of RGB (Red+Green+Blue) = 149+5+119=273 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.58% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 119 (46.88% from 255 or 43.59% from 273); Max value from RGB is 149 - color contains mainly: red. Hex color #950577 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950577 is #6AFA88. Grayscale: #3C3C3C. Windows color (decimal): -7010953 or 7800213. OLE color: 7800213.

HSL color Cylindrical-coordinate representation of color #950577: hue angle of 312.5º 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 #950577 is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 5 119 -
CMYK 0 0.97 0.20 0.42
HSL 312.5º 0.94% 0.3% -
HSV(B) 312.5º 0.97% 0.58% -
XYZ 15.78 7.83 18.13 -
YUV 61.05 160.71 190.73 -
System Red Green Blue C M Y K H S L
Decimal 149 5 119 0 0.97 0.20 0.42 312.5 0.94 0.3
Hex 95 5 77 0 61 14 2A 138 5E 1E
Octal 225 5 167 0 141 24 52 470 136 36
Binary 10010101 101 1110111 0 1100001 10100 101010 100111000 1011110 11110

Color Harmonies of #950577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950577

Black with #950577

Text Example


Text Example

White with #950577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950577; }

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

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

background-color css

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

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

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

border-color css

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

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

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