Html Css Color HEX #950575 Eggplant

📋 copy color: '#950575'

red 149 ◦ green 5 ◦ blue 117

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

Shades of Eggplant #950575

Tints of Eggplant #950575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 43.17%

R = 54.98%
G = 1.85%
B = 43.17%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#950575 (or 0x950575) is known color: Eggplant. HEX triplet: 95, 05 and 75. RGB value is (149,5,117). Sum of RGB (Red+Green+Blue) = 149+5+117=271 (35% of max value = 765). Red value is 149 (58.59% from 255 or 54.98% from 271); Green value is 5 (2.34% from 255 or 1.85% from 271); Blue value is 117 (46.09% from 255 or 43.17% from 271); Max value from RGB is 149 - color contains mainly: red. Hex color #950575 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950575 is #6AFA8A. Grayscale: #3C3C3C. Windows color (decimal): -7010955 or 7669141. OLE color: 7669141.

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

Color convert

RGB 149 5 117 -
CMYK 0 0.97 0.21 0.42
HSL 313.33º 0.94% 0.3% -
HSV(B) 313.33º 0.97% 0.58% -
XYZ 15.66 7.78 17.51 -
YUV 60.82 159.71 190.89 -
System Red Green Blue C M Y K H S L
Decimal 149 5 117 0 0.97 0.21 0.42 313.33 0.94 0.3
Hex 95 5 75 0 61 15 2A 139 5E 1E
Octal 225 5 165 0 141 25 52 471 136 36
Binary 10010101 101 1110101 0 1100001 10101 101010 100111001 1011110 11110

Color Harmonies of #950575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950575

Black with #950575

Text Example


Text Example

White with #950575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950575; }

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

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

background-color css

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

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

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

border-color css

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

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

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