Shades of Medium Purple #9271EF
Tints of Medium Purple #9271EF
RGB
CMYK
RGB Variations
Color information
#9271EF (or 0x9271EF) is known color: Medium Purple. HEX triplet: 92, 71 and EF. RGB value is (146,113,239). Sum of RGB (Red+Green+Blue) = 146+113+239=498 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.32% from 498); Green value is 113 (44.53% from 255 or 22.69% from 498); Blue value is 239 (93.75% from 255 or 47.99% from 498); Max value from RGB is 239 - color contains mainly: blue. Hex color #9271EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9271EF is #6D8E10. Grayscale: #888888. Windows color (decimal): -7179793 or 15692178. OLE color: 15692178.
HSL color Cylindrical-coordinate representation of color #9271EF: hue angle of 255.71º 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 #9271EF is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 146 | 113 | 239 | - |
| CMYK | 0.39 | 0.53 | 0 | 0.06 |
| HSL | 255.71º | 0.8% | 0.69% | - |
| HSV(B) | 255.71º | 0.53% | 0.94% | - |
| XYZ | 33.34 | 24.15 | 84.57 | - |
| YUV | 137.23 | 185.43 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 113 | 239 | 0.39 | 0.53 | 0 | 0.06 | 255.71 | 0.8 | 0.69 |
| Hex | 92 | 71 | EF | 27 | 35 | 0 | 6 | 100 | 50 | 45 |
| Octal | 222 | 161 | 357 | 47 | 65 | 0 | 6 | 400 | 120 | 105 |
| Binary | 10010010 | 1110001 | 11101111 | 100111 | 110101 | 0 | 110 | 100000000 | 1010000 | 1000101 |
Color Harmonies of #9271EF
Complementary color
Monochromatic Colors of #9271EF
Black with #9271EF
Text Example
Text Example
White with #9271EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9271EF; }
p { color: rgb(146,113,239); }
H1.HeaderClassName
{
color: #9271EF;
}
.AnyTagClassName
{
color: #9271EF;
}
</style>
background-color css
<style>
a { background-color: #9271EF; }
a { background-color: rgb(146,113,239); }
div.DivClassName
{
background-color: #9271EF;
}
.BgClassName
{
background-color: #9271EF;
}
</style>
border-color css
<style>
span { border-color: #9271EF; }
span { border-color: rgb(146,113,239); }
td.TdClassName
{
border-color: #9271EF;
}
.TagClassName
{
border-color: #9271EF;
}
</style>