Shades of Medium Purple #9270EF
Tints of Medium Purple #9270EF
RGB
CMYK
RGB Variations
Color information
#9270EF (or 0x9270EF) is known color: Medium Purple. HEX triplet: 92, 70 and EF. RGB value is (146,112,239). Sum of RGB (Red+Green+Blue) = 146+112+239=497 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.38% from 497); Green value is 112 (44.14% from 255 or 22.54% from 497); Blue value is 239 (93.75% from 255 or 48.09% from 497); Max value from RGB is 239 - color contains mainly: blue. Hex color #9270EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9270EF is #6D8F10. Grayscale: #888888. Windows color (decimal): -7180049 or 15691922. OLE color: 15691922.
HSL color Cylindrical-coordinate representation of color #9270EF: hue angle of 256.06º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9270EF is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 146 | 112 | 239 | - |
| CMYK | 0.39 | 0.53 | 0 | 0.06 |
| HSL | 256.06º | 0.8% | 0.69% | - |
| HSV(B) | 256.06º | 0.53% | 0.94% | - |
| XYZ | 33.23 | 23.93 | 84.53 | - |
| YUV | 136.64 | 185.76 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 112 | 239 | 0.39 | 0.53 | 0 | 0.06 | 256.06 | 0.8 | 0.69 |
| Hex | 92 | 70 | EF | 27 | 35 | 0 | 6 | 100 | 50 | 45 |
| Octal | 222 | 160 | 357 | 47 | 65 | 0 | 6 | 400 | 120 | 105 |
| Binary | 10010010 | 1110000 | 11101111 | 100111 | 110101 | 0 | 110 | 100000000 | 1010000 | 1000101 |
Color Harmonies of #9270EF
Complementary color
Monochromatic Colors of #9270EF
Black with #9270EF
Text Example
Text Example
White with #9270EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9270EF; }
p { color: rgb(146,112,239); }
H1.HeaderClassName
{
color: #9270EF;
}
.AnyTagClassName
{
color: #9270EF;
}
</style>
background-color css
<style>
a { background-color: #9270EF; }
a { background-color: rgb(146,112,239); }
div.DivClassName
{
background-color: #9270EF;
}
.BgClassName
{
background-color: #9270EF;
}
</style>
border-color css
<style>
span { border-color: #9270EF; }
span { border-color: rgb(146,112,239); }
td.TdClassName
{
border-color: #9270EF;
}
.TagClassName
{
border-color: #9270EF;
}
</style>