Shades of Medium Purple #956CDF
Tints of Medium Purple #956CDF
RGB
CMYK
RGB Variations
Color information
#956CDF (or 0x956CDF) is known color: Medium Purple. HEX triplet: 95, 6C and DF. RGB value is (149,108,223). Sum of RGB (Red+Green+Blue) = 149+108+223=480 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.04% from 480); Green value is 108 (42.58% from 255 or 22.5% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 223 - color contains mainly: blue. Hex color #956CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956CDF is #6A9320. Grayscale: #848484. Windows color (decimal): -6984481 or 14642325. OLE color: 14642325.
HSL color Cylindrical-coordinate representation of color #956CDF: hue angle of 261.39º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #956CDF is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 108 | 223 | - |
| CMYK | 0.33 | 0.52 | 0 | 0.13 |
| HSL | 261.39º | 0.64% | 0.65% | - |
| HSV(B) | 261.39º | 0.52% | 0.87% | - |
| XYZ | 31.08 | 22.44 | 72.51 | - |
| YUV | 133.37 | 178.58 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 108 | 223 | 0.33 | 0.52 | 0 | 0.13 | 261.39 | 0.64 | 0.65 |
| Hex | 95 | 6C | DF | 21 | 34 | 0 | D | 105 | 40 | 41 |
| Octal | 225 | 154 | 337 | 41 | 64 | 0 | 15 | 405 | 100 | 101 |
| Binary | 10010101 | 1101100 | 11011111 | 100001 | 110100 | 0 | 1101 | 100000101 | 1000000 | 1000001 |
Color Harmonies of #956CDF
Complementary color
Monochromatic Colors of #956CDF
Black with #956CDF
Text Example
Text Example
White with #956CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956CDF; }
p { color: rgb(149,108,223); }
H1.HeaderClassName
{
color: #956CDF;
}
.AnyTagClassName
{
color: #956CDF;
}
</style>
background-color css
<style>
a { background-color: #956CDF; }
a { background-color: rgb(149,108,223); }
div.DivClassName
{
background-color: #956CDF;
}
.BgClassName
{
background-color: #956CDF;
}
</style>
border-color css
<style>
span { border-color: #956CDF; }
span { border-color: rgb(149,108,223); }
td.TdClassName
{
border-color: #956CDF;
}
.TagClassName
{
border-color: #956CDF;
}
</style>