Shades of Medium Purple #954FEA
Tints of Medium Purple #954FEA
RGB
CMYK
RGB Variations
Color information
#954FEA (or 0x954FEA) is known color: Medium Purple. HEX triplet: 95, 4F and EA. RGB value is (149,79,234). Sum of RGB (Red+Green+Blue) = 149+79+234=462 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.25% from 462); Green value is 79 (31.25% from 255 or 17.10% from 462); Blue value is 234 (91.80% from 255 or 50.65% from 462); Max value from RGB is 234 - color contains mainly: blue. Hex color #954FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #954FEA is #6AB015. Grayscale: #757575. Windows color (decimal): -6991894 or 15355797. OLE color: 15355797.
HSL color Cylindrical-coordinate representation of color #954FEA: hue angle of 267.1º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #954FEA is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 149 | 79 | 234 | - |
| CMYK | 0.36 | 0.66 | 0 | 0.08 |
| HSL | 267.1º | 0.79% | 0.61% | - |
| HSV(B) | 267.1º | 0.66% | 0.92% | - |
| XYZ | 30.04 | 17.92 | 79.72 | - |
| YUV | 117.6 | 193.69 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 79 | 234 | 0.36 | 0.66 | 0 | 0.08 | 267.1 | 0.79 | 0.61 |
| Hex | 95 | 4F | EA | 24 | 42 | 0 | 8 | 10B | 4F | 3D |
| Octal | 225 | 117 | 352 | 44 | 102 | 0 | 10 | 413 | 117 | 75 |
| Binary | 10010101 | 1001111 | 11101010 | 100100 | 1000010 | 0 | 1000 | 100001011 | 1001111 | 111101 |
Color Harmonies of #954FEA
Complementary color
Monochromatic Colors of #954FEA
Black with #954FEA
Text Example
Text Example
White with #954FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954FEA; }
p { color: rgb(149,79,234); }
H1.HeaderClassName
{
color: #954FEA;
}
.AnyTagClassName
{
color: #954FEA;
}
</style>
background-color css
<style>
a { background-color: #954FEA; }
a { background-color: rgb(149,79,234); }
div.DivClassName
{
background-color: #954FEA;
}
.BgClassName
{
background-color: #954FEA;
}
</style>
border-color css
<style>
span { border-color: #954FEA; }
span { border-color: rgb(149,79,234); }
td.TdClassName
{
border-color: #954FEA;
}
.TagClassName
{
border-color: #954FEA;
}
</style>