Shades of Medium Purple #955CEC
Tints of Medium Purple #955CEC
RGB
CMYK
RGB Variations
Color information
#955CEC (or 0x955CEC) is known color: Medium Purple. HEX triplet: 95, 5C and EC. RGB value is (149,92,236). Sum of RGB (Red+Green+Blue) = 149+92+236=477 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.24% from 477); Green value is 92 (36.33% from 255 or 19.29% from 477); Blue value is 236 (92.58% from 255 or 49.48% from 477); Max value from RGB is 236 - color contains mainly: blue. Hex color #955CEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #955CEC is #6AA313. Grayscale: #7C7C7C. Windows color (decimal): -6988564 or 15490197. OLE color: 15490197.
HSL color Cylindrical-coordinate representation of color #955CEC: hue angle of 263.75º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #955CEC is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 92 | 236 | - |
| CMYK | 0.37 | 0.61 | 0 | 0.07 |
| HSL | 263.75º | 0.79% | 0.64% | - |
| HSV(B) | 263.75º | 0.61% | 0.93% | - |
| XYZ | 31.36 | 20.1 | 81.58 | - |
| YUV | 125.46 | 190.38 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 92 | 236 | 0.37 | 0.61 | 0 | 0.07 | 263.75 | 0.79 | 0.64 |
| Hex | 95 | 5C | EC | 25 | 3D | 0 | 7 | 108 | 4F | 40 |
| Octal | 225 | 134 | 354 | 45 | 75 | 0 | 7 | 410 | 117 | 100 |
| Binary | 10010101 | 1011100 | 11101100 | 100101 | 111101 | 0 | 111 | 100001000 | 1001111 | 1000000 |
Color Harmonies of #955CEC
Complementary color
Monochromatic Colors of #955CEC
Black with #955CEC
Text Example
Text Example
White with #955CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955CEC; }
p { color: rgb(149,92,236); }
H1.HeaderClassName
{
color: #955CEC;
}
.AnyTagClassName
{
color: #955CEC;
}
</style>
background-color css
<style>
a { background-color: #955CEC; }
a { background-color: rgb(149,92,236); }
div.DivClassName
{
background-color: #955CEC;
}
.BgClassName
{
background-color: #955CEC;
}
</style>
border-color css
<style>
span { border-color: #955CEC; }
span { border-color: rgb(149,92,236); }
td.TdClassName
{
border-color: #955CEC;
}
.TagClassName
{
border-color: #955CEC;
}
</style>