Shades of Medium Purple #954FEC
Tints of Medium Purple #954FEC
RGB
CMYK
RGB Variations
Color information
#954FEC (or 0x954FEC) is known color: Medium Purple. HEX triplet: 95, 4F and EC. RGB value is (149,79,236). Sum of RGB (Red+Green+Blue) = 149+79+236=464 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.11% from 464); Green value is 79 (31.25% from 255 or 17.03% from 464); Blue value is 236 (92.58% from 255 or 50.86% from 464); Max value from RGB is 236 - color contains mainly: blue. Hex color #954FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #954FEC is #6AB013. Grayscale: #757575. Windows color (decimal): -6991892 or 15486869. OLE color: 15486869.
HSL color Cylindrical-coordinate representation of color #954FEC: hue angle of 266.75º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #954FEC is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 79 | 236 | - |
| CMYK | 0.37 | 0.67 | 0 | 0.07 |
| HSL | 266.75º | 0.81% | 0.62% | - |
| HSV(B) | 266.75º | 0.67% | 0.93% | - |
| XYZ | 30.33 | 18.04 | 81.24 | - |
| YUV | 117.83 | 194.69 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 79 | 236 | 0.37 | 0.67 | 0 | 0.07 | 266.75 | 0.81 | 0.62 |
| Hex | 95 | 4F | EC | 25 | 43 | 0 | 7 | 10B | 51 | 3E |
| Octal | 225 | 117 | 354 | 45 | 103 | 0 | 7 | 413 | 121 | 76 |
| Binary | 10010101 | 1001111 | 11101100 | 100101 | 1000011 | 0 | 111 | 100001011 | 1010001 | 111110 |
Color Harmonies of #954FEC
Complementary color
Monochromatic Colors of #954FEC
Black with #954FEC
Text Example
Text Example
White with #954FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954FEC; }
p { color: rgb(149,79,236); }
H1.HeaderClassName
{
color: #954FEC;
}
.AnyTagClassName
{
color: #954FEC;
}
</style>
background-color css
<style>
a { background-color: #954FEC; }
a { background-color: rgb(149,79,236); }
div.DivClassName
{
background-color: #954FEC;
}
.BgClassName
{
background-color: #954FEC;
}
</style>
border-color css
<style>
span { border-color: #954FEC; }
span { border-color: rgb(149,79,236); }
td.TdClassName
{
border-color: #954FEC;
}
.TagClassName
{
border-color: #954FEC;
}
</style>