Shades of Medium Purple #956DEC
Tints of Medium Purple #956DEC
RGB
CMYK
RGB Variations
Color information
#956DEC (or 0x956DEC) is known color: Medium Purple. HEX triplet: 95, 6D and EC. RGB value is (149,109,236). Sum of RGB (Red+Green+Blue) = 149+109+236=494 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.16% from 494); Green value is 109 (42.97% from 255 or 22.06% from 494); Blue value is 236 (92.58% from 255 or 47.77% from 494); Max value from RGB is 236 - color contains mainly: blue. Hex color #956DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #956DEC is #6A9213. Grayscale: #868686. Windows color (decimal): -6984212 or 15494549. OLE color: 15494549.
HSL color Cylindrical-coordinate representation of color #956DEC: hue angle of 258.9º degrees, saturation: 0.77, 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 #956DEC is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 109 | 236 | - |
| CMYK | 0.37 | 0.54 | 0 | 0.07 |
| HSL | 258.9º | 0.77% | 0.68% | - |
| HSV(B) | 258.9º | 0.54% | 0.93% | - |
| XYZ | 33 | 23.38 | 82.13 | - |
| YUV | 135.44 | 184.75 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 109 | 236 | 0.37 | 0.54 | 0 | 0.07 | 258.9 | 0.77 | 0.68 |
| Hex | 95 | 6D | EC | 25 | 36 | 0 | 7 | 103 | 4D | 44 |
| Octal | 225 | 155 | 354 | 45 | 66 | 0 | 7 | 403 | 115 | 104 |
| Binary | 10010101 | 1101101 | 11101100 | 100101 | 110110 | 0 | 111 | 100000011 | 1001101 | 1000100 |
Color Harmonies of #956DEC
Complementary color
Monochromatic Colors of #956DEC
Black with #956DEC
Text Example
Text Example
White with #956DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956DEC; }
p { color: rgb(149,109,236); }
H1.HeaderClassName
{
color: #956DEC;
}
.AnyTagClassName
{
color: #956DEC;
}
</style>
background-color css
<style>
a { background-color: #956DEC; }
a { background-color: rgb(149,109,236); }
div.DivClassName
{
background-color: #956DEC;
}
.BgClassName
{
background-color: #956DEC;
}
</style>
border-color css
<style>
span { border-color: #956DEC; }
span { border-color: rgb(149,109,236); }
td.TdClassName
{
border-color: #956DEC;
}
.TagClassName
{
border-color: #956DEC;
}
</style>