Shades of Medium Purple #9052ED
Tints of Medium Purple #9052ED
RGB
CMYK
RGB Variations
Color information
#9052ED (or 0x9052ED) is known color: Medium Purple. HEX triplet: 90, 52 and ED. RGB value is (144,82,237). Sum of RGB (Red+Green+Blue) = 144+82+237=463 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.10% from 463); Green value is 82 (32.42% from 255 or 17.71% from 463); Blue value is 237 (92.97% from 255 or 51.19% from 463); Max value from RGB is 237 - color contains mainly: blue. Hex color #9052ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9052ED is #6FAD12. Grayscale: #757575. Windows color (decimal): -7318803 or 15553168. OLE color: 15553168.
HSL color Cylindrical-coordinate representation of color #9052ED: hue angle of 264º 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 #9052ED is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 82 | 237 | - |
| CMYK | 0.39 | 0.65 | 0 | 0.07 |
| HSL | 264º | 0.81% | 0.63% | - |
| HSV(B) | 264º | 0.65% | 0.93% | - |
| XYZ | 29.8 | 18.08 | 82.04 | - |
| YUV | 118.21 | 195.04 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 82 | 237 | 0.39 | 0.65 | 0 | 0.07 | 264 | 0.81 | 0.63 |
| Hex | 90 | 52 | ED | 27 | 41 | 0 | 7 | 108 | 51 | 3F |
| Octal | 220 | 122 | 355 | 47 | 101 | 0 | 7 | 410 | 121 | 77 |
| Binary | 10010000 | 1010010 | 11101101 | 100111 | 1000001 | 0 | 111 | 100001000 | 1010001 | 111111 |
Color Harmonies of #9052ED
Complementary color
Monochromatic Colors of #9052ED
Black with #9052ED
Text Example
Text Example
White with #9052ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9052ED; }
p { color: rgb(144,82,237); }
H1.HeaderClassName
{
color: #9052ED;
}
.AnyTagClassName
{
color: #9052ED;
}
</style>
background-color css
<style>
a { background-color: #9052ED; }
a { background-color: rgb(144,82,237); }
div.DivClassName
{
background-color: #9052ED;
}
.BgClassName
{
background-color: #9052ED;
}
</style>
border-color css
<style>
span { border-color: #9052ED; }
span { border-color: rgb(144,82,237); }
td.TdClassName
{
border-color: #9052ED;
}
.TagClassName
{
border-color: #9052ED;
}
</style>