Shades of Medium Purple #957FDC
Tints of Medium Purple #957FDC
RGB
CMYK
RGB Variations
Color information
#957FDC (or 0x957FDC) is known color: Medium Purple. HEX triplet: 95, 7F and DC. RGB value is (149,127,220). Sum of RGB (Red+Green+Blue) = 149+127+220=496 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.04% from 496); Green value is 127 (50% from 255 or 25.60% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #957FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957FDC is #6A8023. Grayscale: #8F8F8F. Windows color (decimal): -6979620 or 14450581. OLE color: 14450581.
HSL color Cylindrical-coordinate representation of color #957FDC: hue angle of 254.19º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #957FDC is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 127 | 220 | - |
| CMYK | 0.32 | 0.42 | 0 | 0.14 |
| HSL | 254.19º | 0.57% | 0.68% | - |
| HSV(B) | 254.19º | 0.42% | 0.86% | - |
| XYZ | 32.9 | 26.74 | 71.14 | - |
| YUV | 144.18 | 170.79 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 127 | 220 | 0.32 | 0.42 | 0 | 0.14 | 254.19 | 0.57 | 0.68 |
| Hex | 95 | 7F | DC | 20 | 2A | 0 | E | FE | 39 | 44 |
| Octal | 225 | 177 | 334 | 40 | 52 | 0 | 16 | 376 | 71 | 104 |
| Binary | 10010101 | 1111111 | 11011100 | 100000 | 101010 | 0 | 1110 | 11111110 | 111001 | 1000100 |
Color Harmonies of #957FDC
Complementary color
Monochromatic Colors of #957FDC
Black with #957FDC
Text Example
Text Example
White with #957FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957FDC; }
p { color: rgb(149,127,220); }
H1.HeaderClassName
{
color: #957FDC;
}
.AnyTagClassName
{
color: #957FDC;
}
</style>
background-color css
<style>
a { background-color: #957FDC; }
a { background-color: rgb(149,127,220); }
div.DivClassName
{
background-color: #957FDC;
}
.BgClassName
{
background-color: #957FDC;
}
</style>
border-color css
<style>
span { border-color: #957FDC; }
span { border-color: rgb(149,127,220); }
td.TdClassName
{
border-color: #957FDC;
}
.TagClassName
{
border-color: #957FDC;
}
</style>