Shades of Medium Purple #9278E5
Tints of Medium Purple #9278E5
RGB
CMYK
RGB Variations
Color information
#9278E5 (or 0x9278E5) is known color: Medium Purple. HEX triplet: 92, 78 and E5. RGB value is (146,120,229). Sum of RGB (Red+Green+Blue) = 146+120+229=495 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.49% from 495); Green value is 120 (47.27% from 255 or 24.24% from 495); Blue value is 229 (89.84% from 255 or 46.26% from 495); Max value from RGB is 229 - color contains mainly: blue. Hex color #9278E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9278E5 is #6D871A. Grayscale: #8B8B8B. Windows color (decimal): -7178011 or 15038610. OLE color: 15038610.
HSL color Cylindrical-coordinate representation of color #9278E5: hue angle of 254.31º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9278E5 is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 146 | 120 | 229 | - |
| CMYK | 0.36 | 0.48 | 0 | 0.10 |
| HSL | 254.31º | 0.68% | 0.68% | - |
| HSV(B) | 254.31º | 0.48% | 0.9% | - |
| XYZ | 32.71 | 25.2 | 77.27 | - |
| YUV | 140.2 | 178.11 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 120 | 229 | 0.36 | 0.48 | 0 | 0.10 | 254.31 | 0.68 | 0.68 |
| Hex | 92 | 78 | E5 | 24 | 30 | 0 | A | FE | 44 | 44 |
| Octal | 222 | 170 | 345 | 44 | 60 | 0 | 12 | 376 | 104 | 104 |
| Binary | 10010010 | 1111000 | 11100101 | 100100 | 110000 | 0 | 1010 | 11111110 | 1000100 | 1000100 |
Color Harmonies of #9278E5
Complementary color
Monochromatic Colors of #9278E5
Black with #9278E5
Text Example
Text Example
White with #9278E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9278E5; }
p { color: rgb(146,120,229); }
H1.HeaderClassName
{
color: #9278E5;
}
.AnyTagClassName
{
color: #9278E5;
}
</style>
background-color css
<style>
a { background-color: #9278E5; }
a { background-color: rgb(146,120,229); }
div.DivClassName
{
background-color: #9278E5;
}
.BgClassName
{
background-color: #9278E5;
}
</style>
border-color css
<style>
span { border-color: #9278E5; }
span { border-color: rgb(146,120,229); }
td.TdClassName
{
border-color: #9278E5;
}
.TagClassName
{
border-color: #9278E5;
}
</style>