Shades of Medium Purple #9554ED
Tints of Medium Purple #9554ED
RGB
CMYK
RGB Variations
Color information
#9554ED (or 0x9554ED) is known color: Medium Purple. HEX triplet: 95, 54 and ED. RGB value is (149,84,237). Sum of RGB (Red+Green+Blue) = 149+84+237=470 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.70% from 470); Green value is 84 (33.20% from 255 or 17.87% from 470); Blue value is 237 (92.97% from 255 or 50.43% from 470); Max value from RGB is 237 - color contains mainly: blue. Hex color #9554ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9554ED is #6AAB12. Grayscale: #787878. Windows color (decimal): -6990611 or 15553685. OLE color: 15553685.
HSL color Cylindrical-coordinate representation of color #9554ED: hue angle of 265.49º 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 #9554ED is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 84 | 237 | - |
| CMYK | 0.37 | 0.65 | 0 | 0.07 |
| HSL | 265.49º | 0.81% | 0.63% | - |
| HSV(B) | 265.49º | 0.65% | 0.93% | - |
| XYZ | 30.85 | 18.84 | 82.13 | - |
| YUV | 120.88 | 193.53 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 84 | 237 | 0.37 | 0.65 | 0 | 0.07 | 265.49 | 0.81 | 0.63 |
| Hex | 95 | 54 | ED | 25 | 41 | 0 | 7 | 109 | 51 | 3F |
| Octal | 225 | 124 | 355 | 45 | 101 | 0 | 7 | 411 | 121 | 77 |
| Binary | 10010101 | 1010100 | 11101101 | 100101 | 1000001 | 0 | 111 | 100001001 | 1010001 | 111111 |
Color Harmonies of #9554ED
Complementary color
Monochromatic Colors of #9554ED
Black with #9554ED
Text Example
Text Example
White with #9554ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9554ED; }
p { color: rgb(149,84,237); }
H1.HeaderClassName
{
color: #9554ED;
}
.AnyTagClassName
{
color: #9554ED;
}
</style>
background-color css
<style>
a { background-color: #9554ED; }
a { background-color: rgb(149,84,237); }
div.DivClassName
{
background-color: #9554ED;
}
.BgClassName
{
background-color: #9554ED;
}
</style>
border-color css
<style>
span { border-color: #9554ED; }
span { border-color: rgb(149,84,237); }
td.TdClassName
{
border-color: #9554ED;
}
.TagClassName
{
border-color: #9554ED;
}
</style>