Shades of Medium Purple #9551ED
Tints of Medium Purple #9551ED
RGB
CMYK
RGB Variations
Color information
#9551ED (or 0x9551ED) is known color: Medium Purple. HEX triplet: 95, 51 and ED. RGB value is (149,81,237). Sum of RGB (Red+Green+Blue) = 149+81+237=467 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.91% from 467); Green value is 81 (32.03% from 255 or 17.34% from 467); Blue value is 237 (92.97% from 255 or 50.75% from 467); Max value from RGB is 237 - color contains mainly: blue. Hex color #9551ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9551ED is #6AAE12. Grayscale: #767676. Windows color (decimal): -6991379 or 15552917. OLE color: 15552917.
HSL color Cylindrical-coordinate representation of color #9551ED: hue angle of 266.15º degrees, saturation: 0.81, 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 #9551ED is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 81 | 237 | - |
| CMYK | 0.37 | 0.66 | 0 | 0.07 |
| HSL | 266.15º | 0.81% | 0.62% | - |
| HSV(B) | 266.15º | 0.66% | 0.93% | - |
| XYZ | 30.62 | 18.39 | 82.06 | - |
| YUV | 119.12 | 194.53 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 81 | 237 | 0.37 | 0.66 | 0 | 0.07 | 266.15 | 0.81 | 0.62 |
| Hex | 95 | 51 | ED | 25 | 42 | 0 | 7 | 10A | 51 | 3E |
| Octal | 225 | 121 | 355 | 45 | 102 | 0 | 7 | 412 | 121 | 76 |
| Binary | 10010101 | 1010001 | 11101101 | 100101 | 1000010 | 0 | 111 | 100001010 | 1010001 | 111110 |
Color Harmonies of #9551ED
Complementary color
Monochromatic Colors of #9551ED
Black with #9551ED
Text Example
Text Example
White with #9551ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9551ED; }
p { color: rgb(149,81,237); }
H1.HeaderClassName
{
color: #9551ED;
}
.AnyTagClassName
{
color: #9551ED;
}
</style>
background-color css
<style>
a { background-color: #9551ED; }
a { background-color: rgb(149,81,237); }
div.DivClassName
{
background-color: #9551ED;
}
.BgClassName
{
background-color: #9551ED;
}
</style>
border-color css
<style>
span { border-color: #9551ED; }
span { border-color: rgb(149,81,237); }
td.TdClassName
{
border-color: #9551ED;
}
.TagClassName
{
border-color: #9551ED;
}
</style>