Shades of Medium Purple #9154ED
Tints of Medium Purple #9154ED
RGB
CMYK
RGB Variations
Color information
#9154ED (or 0x9154ED) is known color: Medium Purple. HEX triplet: 91, 54 and ED. RGB value is (145,84,237). Sum of RGB (Red+Green+Blue) = 145+84+237=466 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.12% from 466); Green value is 84 (33.20% from 255 or 18.03% from 466); Blue value is 237 (92.97% from 255 or 50.86% from 466); Max value from RGB is 237 - color contains mainly: blue. Hex color #9154ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9154ED is #6EAB12. Grayscale: #777777. Windows color (decimal): -7252755 or 15553681. OLE color: 15553681.
HSL color Cylindrical-coordinate representation of color #9154ED: hue angle of 263.92º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9154ED is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 84 | 237 | - |
| CMYK | 0.39 | 0.65 | 0 | 0.07 |
| HSL | 263.92º | 0.81% | 0.63% | - |
| HSV(B) | 263.92º | 0.65% | 0.93% | - |
| XYZ | 30.13 | 18.47 | 82.1 | - |
| YUV | 119.68 | 194.21 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 84 | 237 | 0.39 | 0.65 | 0 | 0.07 | 263.92 | 0.81 | 0.63 |
| Hex | 91 | 54 | ED | 27 | 41 | 0 | 7 | 108 | 51 | 3F |
| Octal | 221 | 124 | 355 | 47 | 101 | 0 | 7 | 410 | 121 | 77 |
| Binary | 10010001 | 1010100 | 11101101 | 100111 | 1000001 | 0 | 111 | 100001000 | 1010001 | 111111 |
Color Harmonies of #9154ED
Complementary color
Monochromatic Colors of #9154ED
Black with #9154ED
Text Example
Text Example
White with #9154ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9154ED; }
p { color: rgb(145,84,237); }
H1.HeaderClassName
{
color: #9154ED;
}
.AnyTagClassName
{
color: #9154ED;
}
</style>
background-color css
<style>
a { background-color: #9154ED; }
a { background-color: rgb(145,84,237); }
div.DivClassName
{
background-color: #9154ED;
}
.BgClassName
{
background-color: #9154ED;
}
</style>
border-color css
<style>
span { border-color: #9154ED; }
span { border-color: rgb(145,84,237); }
td.TdClassName
{
border-color: #9154ED;
}
.TagClassName
{
border-color: #9154ED;
}
</style>