Shades of Medium Purple #957FDF
Tints of Medium Purple #957FDF
RGB
CMYK
RGB Variations
Color information
#957FDF (or 0x957FDF) is known color: Medium Purple. HEX triplet: 95, 7F and DF. RGB value is (149,127,223). Sum of RGB (Red+Green+Blue) = 149+127+223=499 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.86% from 499); Green value is 127 (50% from 255 or 25.45% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #957FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957FDF is #6A8020. Grayscale: #909090. Windows color (decimal): -6979617 or 14647189. OLE color: 14647189.
HSL color Cylindrical-coordinate representation of color #957FDF: hue angle of 253.75º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #957FDF is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 127 | 223 | - |
| CMYK | 0.33 | 0.43 | 0 | 0.13 |
| HSL | 253.75º | 0.6% | 0.69% | - |
| HSV(B) | 253.75º | 0.43% | 0.87% | - |
| XYZ | 33.3 | 26.9 | 73.25 | - |
| YUV | 144.52 | 172.29 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 127 | 223 | 0.33 | 0.43 | 0 | 0.13 | 253.75 | 0.6 | 0.69 |
| Hex | 95 | 7F | DF | 21 | 2B | 0 | D | FE | 3C | 45 |
| Octal | 225 | 177 | 337 | 41 | 53 | 0 | 15 | 376 | 74 | 105 |
| Binary | 10010101 | 1111111 | 11011111 | 100001 | 101011 | 0 | 1101 | 11111110 | 111100 | 1000101 |
Color Harmonies of #957FDF
Complementary color
Monochromatic Colors of #957FDF
Black with #957FDF
Text Example
Text Example
White with #957FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957FDF; }
p { color: rgb(149,127,223); }
H1.HeaderClassName
{
color: #957FDF;
}
.AnyTagClassName
{
color: #957FDF;
}
</style>
background-color css
<style>
a { background-color: #957FDF; }
a { background-color: rgb(149,127,223); }
div.DivClassName
{
background-color: #957FDF;
}
.BgClassName
{
background-color: #957FDF;
}
</style>
border-color css
<style>
span { border-color: #957FDF; }
span { border-color: rgb(149,127,223); }
td.TdClassName
{
border-color: #957FDF;
}
.TagClassName
{
border-color: #957FDF;
}
</style>