Shades of Medium Purple #954FEB
Tints of Medium Purple #954FEB
RGB
CMYK
RGB Variations
Color information
#954FEB (or 0x954FEB) is known color: Medium Purple. HEX triplet: 95, 4F and EB. RGB value is (149,79,235). Sum of RGB (Red+Green+Blue) = 149+79+235=463 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.18% from 463); Green value is 79 (31.25% from 255 or 17.06% from 463); Blue value is 235 (92.19% from 255 or 50.76% from 463); Max value from RGB is 235 - color contains mainly: blue. Hex color #954FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #954FEB is #6AB014. Grayscale: #757575. Windows color (decimal): -6991893 or 15421333. OLE color: 15421333.
HSL color Cylindrical-coordinate representation of color #954FEB: hue angle of 266.92º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #954FEB is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 149 | 79 | 235 | - |
| CMYK | 0.37 | 0.66 | 0 | 0.08 |
| HSL | 266.92º | 0.8% | 0.62% | - |
| HSV(B) | 266.92º | 0.66% | 0.92% | - |
| XYZ | 30.19 | 17.98 | 80.48 | - |
| YUV | 117.71 | 194.19 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 79 | 235 | 0.37 | 0.66 | 0 | 0.08 | 266.92 | 0.8 | 0.62 |
| Hex | 95 | 4F | EB | 25 | 42 | 0 | 8 | 10B | 50 | 3E |
| Octal | 225 | 117 | 353 | 45 | 102 | 0 | 10 | 413 | 120 | 76 |
| Binary | 10010101 | 1001111 | 11101011 | 100101 | 1000010 | 0 | 1000 | 100001011 | 1010000 | 111110 |
Color Harmonies of #954FEB
Complementary color
Monochromatic Colors of #954FEB
Black with #954FEB
Text Example
Text Example
White with #954FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954FEB; }
p { color: rgb(149,79,235); }
H1.HeaderClassName
{
color: #954FEB;
}
.AnyTagClassName
{
color: #954FEB;
}
</style>
background-color css
<style>
a { background-color: #954FEB; }
a { background-color: rgb(149,79,235); }
div.DivClassName
{
background-color: #954FEB;
}
.BgClassName
{
background-color: #954FEB;
}
</style>
border-color css
<style>
span { border-color: #954FEB; }
span { border-color: rgb(149,79,235); }
td.TdClassName
{
border-color: #954FEB;
}
.TagClassName
{
border-color: #954FEB;
}
</style>