Shades of Medium Purple #955EEC
Tints of Medium Purple #955EEC
RGB
CMYK
RGB Variations
Color information
#955EEC (or 0x955EEC) is known color: Medium Purple. HEX triplet: 95, 5E and EC. RGB value is (149,94,236). Sum of RGB (Red+Green+Blue) = 149+94+236=479 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.11% from 479); Green value is 94 (37.11% from 255 or 19.62% from 479); Blue value is 236 (92.58% from 255 or 49.27% from 479); Max value from RGB is 236 - color contains mainly: blue. Hex color #955EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #955EEC is #6AA113. Grayscale: #7E7E7E. Windows color (decimal): -6988052 or 15490709. OLE color: 15490709.
HSL color Cylindrical-coordinate representation of color #955EEC: hue angle of 263.24º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #955EEC is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 94 | 236 | - |
| CMYK | 0.37 | 0.60 | 0 | 0.07 |
| HSL | 263.24º | 0.79% | 0.65% | - |
| HSV(B) | 263.24º | 0.6% | 0.93% | - |
| XYZ | 31.54 | 20.45 | 81.64 | - |
| YUV | 126.63 | 189.72 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 94 | 236 | 0.37 | 0.60 | 0 | 0.07 | 263.24 | 0.79 | 0.65 |
| Hex | 95 | 5E | EC | 25 | 3C | 0 | 7 | 107 | 4F | 41 |
| Octal | 225 | 136 | 354 | 45 | 74 | 0 | 7 | 407 | 117 | 101 |
| Binary | 10010101 | 1011110 | 11101100 | 100101 | 111100 | 0 | 111 | 100000111 | 1001111 | 1000001 |
Color Harmonies of #955EEC
Complementary color
Monochromatic Colors of #955EEC
Black with #955EEC
Text Example
Text Example
White with #955EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955EEC; }
p { color: rgb(149,94,236); }
H1.HeaderClassName
{
color: #955EEC;
}
.AnyTagClassName
{
color: #955EEC;
}
</style>
background-color css
<style>
a { background-color: #955EEC; }
a { background-color: rgb(149,94,236); }
div.DivClassName
{
background-color: #955EEC;
}
.BgClassName
{
background-color: #955EEC;
}
</style>
border-color css
<style>
span { border-color: #955EEC; }
span { border-color: rgb(149,94,236); }
td.TdClassName
{
border-color: #955EEC;
}
.TagClassName
{
border-color: #955EEC;
}
</style>