Shades of Medium Purple #956DDF
Tints of Medium Purple #956DDF
RGB
CMYK
RGB Variations
Color information
#956DDF (or 0x956DDF) is known color: Medium Purple. HEX triplet: 95, 6D and DF. RGB value is (149,109,223). Sum of RGB (Red+Green+Blue) = 149+109+223=481 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.98% from 481); Green value is 109 (42.97% from 255 or 22.66% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: blue. Hex color #956DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956DDF is #6A9220. Grayscale: #858585. Windows color (decimal): -6984225 or 14642581. OLE color: 14642581.
HSL color Cylindrical-coordinate representation of color #956DDF: hue angle of 261.05º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #956DDF is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 109 | 223 | - |
| CMYK | 0.33 | 0.51 | 0 | 0.13 |
| HSL | 261.05º | 0.64% | 0.65% | - |
| HSV(B) | 261.05º | 0.51% | 0.87% | - |
| XYZ | 31.18 | 22.65 | 72.54 | - |
| YUV | 133.96 | 178.25 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 109 | 223 | 0.33 | 0.51 | 0 | 0.13 | 261.05 | 0.64 | 0.65 |
| Hex | 95 | 6D | DF | 21 | 33 | 0 | D | 105 | 40 | 41 |
| Octal | 225 | 155 | 337 | 41 | 63 | 0 | 15 | 405 | 100 | 101 |
| Binary | 10010101 | 1101101 | 11011111 | 100001 | 110011 | 0 | 1101 | 100000101 | 1000000 | 1000001 |
Color Harmonies of #956DDF
Complementary color
Monochromatic Colors of #956DDF
Black with #956DDF
Text Example
Text Example
White with #956DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956DDF; }
p { color: rgb(149,109,223); }
H1.HeaderClassName
{
color: #956DDF;
}
.AnyTagClassName
{
color: #956DDF;
}
</style>
background-color css
<style>
a { background-color: #956DDF; }
a { background-color: rgb(149,109,223); }
div.DivClassName
{
background-color: #956DDF;
}
.BgClassName
{
background-color: #956DDF;
}
</style>
border-color css
<style>
span { border-color: #956DDF; }
span { border-color: rgb(149,109,223); }
td.TdClassName
{
border-color: #956DDF;
}
.TagClassName
{
border-color: #956DDF;
}
</style>