Shades of Medium Purple #9451EC
Tints of Medium Purple #9451EC
RGB
CMYK
RGB Variations
Color information
#9451EC (or 0x9451EC) is known color: Medium Purple. HEX triplet: 94, 51 and EC. RGB value is (148,81,236). Sum of RGB (Red+Green+Blue) = 148+81+236=465 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.83% from 465); Green value is 81 (32.03% from 255 or 17.42% from 465); Blue value is 236 (92.58% from 255 or 50.75% from 465); Max value from RGB is 236 - color contains mainly: blue. Hex color #9451EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9451EC is #6BAE13. Grayscale: #767676. Windows color (decimal): -7056916 or 15487380. OLE color: 15487380.
HSL color Cylindrical-coordinate representation of color #9451EC: hue angle of 265.94º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9451EC is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 81 | 236 | - |
| CMYK | 0.37 | 0.66 | 0 | 0.07 |
| HSL | 265.94º | 0.8% | 0.62% | - |
| HSV(B) | 265.94º | 0.66% | 0.93% | - |
| XYZ | 30.3 | 18.24 | 81.28 | - |
| YUV | 118.7 | 194.2 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 81 | 236 | 0.37 | 0.66 | 0 | 0.07 | 265.94 | 0.8 | 0.62 |
| Hex | 94 | 51 | EC | 25 | 42 | 0 | 7 | 10A | 50 | 3E |
| Octal | 224 | 121 | 354 | 45 | 102 | 0 | 7 | 412 | 120 | 76 |
| Binary | 10010100 | 1010001 | 11101100 | 100101 | 1000010 | 0 | 111 | 100001010 | 1010000 | 111110 |
Color Harmonies of #9451EC
Complementary color
Monochromatic Colors of #9451EC
Black with #9451EC
Text Example
Text Example
White with #9451EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9451EC; }
p { color: rgb(148,81,236); }
H1.HeaderClassName
{
color: #9451EC;
}
.AnyTagClassName
{
color: #9451EC;
}
</style>
background-color css
<style>
a { background-color: #9451EC; }
a { background-color: rgb(148,81,236); }
div.DivClassName
{
background-color: #9451EC;
}
.BgClassName
{
background-color: #9451EC;
}
</style>
border-color css
<style>
span { border-color: #9451EC; }
span { border-color: rgb(148,81,236); }
td.TdClassName
{
border-color: #9451EC;
}
.TagClassName
{
border-color: #9451EC;
}
</style>