Shades of Medium Purple #9270E6
Tints of Medium Purple #9270E6
RGB
CMYK
RGB Variations
Color information
#9270E6 (or 0x9270E6) is known color: Medium Purple. HEX triplet: 92, 70 and E6. RGB value is (146,112,230). Sum of RGB (Red+Green+Blue) = 146+112+230=488 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.92% from 488); Green value is 112 (44.14% from 255 or 22.95% from 488); Blue value is 230 (90.23% from 255 or 47.13% from 488); Max value from RGB is 230 - color contains mainly: blue. Hex color #9270E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9270E6 is #6D8F19. Grayscale: #878787. Windows color (decimal): -7180058 or 15102098. OLE color: 15102098.
HSL color Cylindrical-coordinate representation of color #9270E6: hue angle of 257.29º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9270E6 is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 146 | 112 | 230 | - |
| CMYK | 0.37 | 0.51 | 0 | 0.10 |
| HSL | 257.29º | 0.7% | 0.67% | - |
| HSV(B) | 257.29º | 0.51% | 0.9% | - |
| XYZ | 31.93 | 23.41 | 77.7 | - |
| YUV | 135.62 | 181.26 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 112 | 230 | 0.37 | 0.51 | 0 | 0.10 | 257.29 | 0.7 | 0.67 |
| Hex | 92 | 70 | E6 | 25 | 33 | 0 | A | 101 | 46 | 43 |
| Octal | 222 | 160 | 346 | 45 | 63 | 0 | 12 | 401 | 106 | 103 |
| Binary | 10010010 | 1110000 | 11100110 | 100101 | 110011 | 0 | 1010 | 100000001 | 1000110 | 1000011 |
Color Harmonies of #9270E6
Complementary color
Monochromatic Colors of #9270E6
Black with #9270E6
Text Example
Text Example
White with #9270E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9270E6; }
p { color: rgb(146,112,230); }
H1.HeaderClassName
{
color: #9270E6;
}
.AnyTagClassName
{
color: #9270E6;
}
</style>
background-color css
<style>
a { background-color: #9270E6; }
a { background-color: rgb(146,112,230); }
div.DivClassName
{
background-color: #9270E6;
}
.BgClassName
{
background-color: #9270E6;
}
</style>
border-color css
<style>
span { border-color: #9270E6; }
span { border-color: rgb(146,112,230); }
td.TdClassName
{
border-color: #9270E6;
}
.TagClassName
{
border-color: #9270E6;
}
</style>