Shades of Medium Purple #956CED
Tints of Medium Purple #956CED
RGB
CMYK
RGB Variations
Color information
#956CED (or 0x956CED) is known color: Medium Purple. HEX triplet: 95, 6C and ED. RGB value is (149,108,237). Sum of RGB (Red+Green+Blue) = 149+108+237=494 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.16% from 494); Green value is 108 (42.58% from 255 or 21.86% from 494); Blue value is 237 (92.97% from 255 or 47.98% from 494); Max value from RGB is 237 - color contains mainly: blue. Hex color #956CED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #956CED is #6A9312. Grayscale: #868686. Windows color (decimal): -6984467 or 15559829. OLE color: 15559829.
HSL color Cylindrical-coordinate representation of color #956CED: hue angle of 259.07º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #956CED is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 108 | 237 | - |
| CMYK | 0.37 | 0.54 | 0 | 0.07 |
| HSL | 259.07º | 0.78% | 0.68% | - |
| HSV(B) | 259.07º | 0.54% | 0.93% | - |
| XYZ | 33.04 | 23.23 | 82.86 | - |
| YUV | 134.97 | 185.58 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 108 | 237 | 0.37 | 0.54 | 0 | 0.07 | 259.07 | 0.78 | 0.68 |
| Hex | 95 | 6C | ED | 25 | 36 | 0 | 7 | 103 | 4E | 44 |
| Octal | 225 | 154 | 355 | 45 | 66 | 0 | 7 | 403 | 116 | 104 |
| Binary | 10010101 | 1101100 | 11101101 | 100101 | 110110 | 0 | 111 | 100000011 | 1001110 | 1000100 |
Color Harmonies of #956CED
Complementary color
Monochromatic Colors of #956CED
Black with #956CED
Text Example
Text Example
White with #956CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956CED; }
p { color: rgb(149,108,237); }
H1.HeaderClassName
{
color: #956CED;
}
.AnyTagClassName
{
color: #956CED;
}
</style>
background-color css
<style>
a { background-color: #956CED; }
a { background-color: rgb(149,108,237); }
div.DivClassName
{
background-color: #956CED;
}
.BgClassName
{
background-color: #956CED;
}
</style>
border-color css
<style>
span { border-color: #956CED; }
span { border-color: rgb(149,108,237); }
td.TdClassName
{
border-color: #956CED;
}
.TagClassName
{
border-color: #956CED;
}
</style>