Shades of Medium Purple #9251ED
Tints of Medium Purple #9251ED
RGB
CMYK
RGB Variations
Color information
#9251ED (or 0x9251ED) is known color: Medium Purple. HEX triplet: 92, 51 and ED. RGB value is (146,81,237). Sum of RGB (Red+Green+Blue) = 146+81+237=464 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.47% from 464); Green value is 81 (32.03% from 255 or 17.46% from 464); Blue value is 237 (92.97% from 255 or 51.08% from 464); Max value from RGB is 237 - color contains mainly: blue. Hex color #9251ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9251ED is #6DAE12. Grayscale: #757575. Windows color (decimal): -7187987 or 15552914. OLE color: 15552914.
HSL color Cylindrical-coordinate representation of color #9251ED: hue angle of 265º 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 #9251ED is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 81 | 237 | - |
| CMYK | 0.38 | 0.66 | 0 | 0.07 |
| HSL | 265º | 0.81% | 0.62% | - |
| HSV(B) | 265º | 0.66% | 0.93% | - |
| XYZ | 30.08 | 18.11 | 82.03 | - |
| YUV | 118.22 | 195.03 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 81 | 237 | 0.38 | 0.66 | 0 | 0.07 | 265 | 0.81 | 0.62 |
| Hex | 92 | 51 | ED | 26 | 42 | 0 | 7 | 109 | 51 | 3E |
| Octal | 222 | 121 | 355 | 46 | 102 | 0 | 7 | 411 | 121 | 76 |
| Binary | 10010010 | 1010001 | 11101101 | 100110 | 1000010 | 0 | 111 | 100001001 | 1010001 | 111110 |
Color Harmonies of #9251ED
Complementary color
Monochromatic Colors of #9251ED
Black with #9251ED
Text Example
Text Example
White with #9251ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9251ED; }
p { color: rgb(146,81,237); }
H1.HeaderClassName
{
color: #9251ED;
}
.AnyTagClassName
{
color: #9251ED;
}
</style>
background-color css
<style>
a { background-color: #9251ED; }
a { background-color: rgb(146,81,237); }
div.DivClassName
{
background-color: #9251ED;
}
.BgClassName
{
background-color: #9251ED;
}
</style>
border-color css
<style>
span { border-color: #9251ED; }
span { border-color: rgb(146,81,237); }
td.TdClassName
{
border-color: #9251ED;
}
.TagClassName
{
border-color: #9251ED;
}
</style>