Shades of Medium Purple #9278ED
Tints of Medium Purple #9278ED
RGB
CMYK
RGB Variations
Color information
#9278ED (or 0x9278ED) is known color: Medium Purple. HEX triplet: 92, 78 and ED. RGB value is (146,120,237). Sum of RGB (Red+Green+Blue) = 146+120+237=503 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.03% from 503); Green value is 120 (47.27% from 255 or 23.86% from 503); Blue value is 237 (92.97% from 255 or 47.12% from 503); Max value from RGB is 237 - color contains mainly: blue. Hex color #9278ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9278ED is #6D8712. Grayscale: #8C8C8C. Windows color (decimal): -7178003 or 15562898. OLE color: 15562898.
HSL color Cylindrical-coordinate representation of color #9278ED: hue angle of 253.33º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9278ED is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 120 | 237 | - |
| CMYK | 0.38 | 0.49 | 0 | 0.07 |
| HSL | 253.33º | 0.76% | 0.7% | - |
| HSV(B) | 253.33º | 0.49% | 0.93% | - |
| XYZ | 33.86 | 25.66 | 83.29 | - |
| YUV | 141.11 | 182.11 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 120 | 237 | 0.38 | 0.49 | 0 | 0.07 | 253.33 | 0.76 | 0.7 |
| Hex | 92 | 78 | ED | 26 | 31 | 0 | 7 | FD | 4C | 46 |
| Octal | 222 | 170 | 355 | 46 | 61 | 0 | 7 | 375 | 114 | 106 |
| Binary | 10010010 | 1111000 | 11101101 | 100110 | 110001 | 0 | 111 | 11111101 | 1001100 | 1000110 |
Color Harmonies of #9278ED
Complementary color
Monochromatic Colors of #9278ED
Black with #9278ED
Text Example
Text Example
White with #9278ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9278ED; }
p { color: rgb(146,120,237); }
H1.HeaderClassName
{
color: #9278ED;
}
.AnyTagClassName
{
color: #9278ED;
}
</style>
background-color css
<style>
a { background-color: #9278ED; }
a { background-color: rgb(146,120,237); }
div.DivClassName
{
background-color: #9278ED;
}
.BgClassName
{
background-color: #9278ED;
}
</style>
border-color css
<style>
span { border-color: #9278ED; }
span { border-color: rgb(146,120,237); }
td.TdClassName
{
border-color: #9278ED;
}
.TagClassName
{
border-color: #9278ED;
}
</style>