Shades of Medium Purple #955DEC
Tints of Medium Purple #955DEC
RGB
CMYK
RGB Variations
Color information
#955DEC (or 0x955DEC) is known color: Medium Purple. HEX triplet: 95, 5D and EC. RGB value is (149,93,236). Sum of RGB (Red+Green+Blue) = 149+93+236=478 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.17% from 478); Green value is 93 (36.72% from 255 or 19.46% from 478); Blue value is 236 (92.58% from 255 or 49.37% from 478); Max value from RGB is 236 - color contains mainly: blue. Hex color #955DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #955DEC is #6AA213. Grayscale: #7D7D7D. Windows color (decimal): -6988308 or 15490453. OLE color: 15490453.
HSL color Cylindrical-coordinate representation of color #955DEC: hue angle of 263.5º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #955DEC is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 93 | 236 | - |
| CMYK | 0.37 | 0.61 | 0 | 0.07 |
| HSL | 263.5º | 0.79% | 0.65% | - |
| HSV(B) | 263.5º | 0.61% | 0.93% | - |
| XYZ | 31.45 | 20.27 | 81.61 | - |
| YUV | 126.05 | 190.05 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 93 | 236 | 0.37 | 0.61 | 0 | 0.07 | 263.5 | 0.79 | 0.65 |
| Hex | 95 | 5D | EC | 25 | 3D | 0 | 7 | 107 | 4F | 41 |
| Octal | 225 | 135 | 354 | 45 | 75 | 0 | 7 | 407 | 117 | 101 |
| Binary | 10010101 | 1011101 | 11101100 | 100101 | 111101 | 0 | 111 | 100000111 | 1001111 | 1000001 |
Color Harmonies of #955DEC
Complementary color
Monochromatic Colors of #955DEC
Black with #955DEC
Text Example
Text Example
White with #955DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955DEC; }
p { color: rgb(149,93,236); }
H1.HeaderClassName
{
color: #955DEC;
}
.AnyTagClassName
{
color: #955DEC;
}
</style>
background-color css
<style>
a { background-color: #955DEC; }
a { background-color: rgb(149,93,236); }
div.DivClassName
{
background-color: #955DEC;
}
.BgClassName
{
background-color: #955DEC;
}
</style>
border-color css
<style>
span { border-color: #955DEC; }
span { border-color: rgb(149,93,236); }
td.TdClassName
{
border-color: #955DEC;
}
.TagClassName
{
border-color: #955DEC;
}
</style>