Shades of Medium Purple #9271EB
Tints of Medium Purple #9271EB
RGB
CMYK
RGB Variations
Color information
#9271EB (or 0x9271EB) is known color: Medium Purple. HEX triplet: 92, 71 and EB. RGB value is (146,113,235). Sum of RGB (Red+Green+Blue) = 146+113+235=494 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.55% from 494); Green value is 113 (44.53% from 255 or 22.87% from 494); Blue value is 235 (92.19% from 255 or 47.57% from 494); Max value from RGB is 235 - color contains mainly: blue. Hex color #9271EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9271EB is #6D8E14. Grayscale: #888888. Windows color (decimal): -7179797 or 15430034. OLE color: 15430034.
HSL color Cylindrical-coordinate representation of color #9271EB: hue angle of 256.23º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9271EB is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 146 | 113 | 235 | - |
| CMYK | 0.38 | 0.52 | 0 | 0.08 |
| HSL | 256.23º | 0.75% | 0.68% | - |
| HSV(B) | 256.23º | 0.52% | 0.92% | - |
| XYZ | 32.75 | 23.92 | 81.49 | - |
| YUV | 136.78 | 183.43 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 113 | 235 | 0.38 | 0.52 | 0 | 0.08 | 256.23 | 0.75 | 0.68 |
| Hex | 92 | 71 | EB | 26 | 34 | 0 | 8 | 100 | 4B | 44 |
| Octal | 222 | 161 | 353 | 46 | 64 | 0 | 10 | 400 | 113 | 104 |
| Binary | 10010010 | 1110001 | 11101011 | 100110 | 110100 | 0 | 1000 | 100000000 | 1001011 | 1000100 |
Color Harmonies of #9271EB
Complementary color
Monochromatic Colors of #9271EB
Black with #9271EB
Text Example
Text Example
White with #9271EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9271EB; }
p { color: rgb(146,113,235); }
H1.HeaderClassName
{
color: #9271EB;
}
.AnyTagClassName
{
color: #9271EB;
}
</style>
background-color css
<style>
a { background-color: #9271EB; }
a { background-color: rgb(146,113,235); }
div.DivClassName
{
background-color: #9271EB;
}
.BgClassName
{
background-color: #9271EB;
}
</style>
border-color css
<style>
span { border-color: #9271EB; }
span { border-color: rgb(146,113,235); }
td.TdClassName
{
border-color: #9271EB;
}
.TagClassName
{
border-color: #9271EB;
}
</style>