Shades of Medium Purple #9276E7
Tints of Medium Purple #9276E7
RGB
CMYK
RGB Variations
Color information
#9276E7 (or 0x9276E7) is known color: Medium Purple. HEX triplet: 92, 76 and E7. RGB value is (146,118,231). Sum of RGB (Red+Green+Blue) = 146+118+231=495 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.49% from 495); Green value is 118 (46.48% from 255 or 23.84% from 495); Blue value is 231 (90.62% from 255 or 46.67% from 495); Max value from RGB is 231 - color contains mainly: blue. Hex color #9276E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9276E7 is #6D8918. Grayscale: #8A8A8A. Windows color (decimal): -7178521 or 15169170. OLE color: 15169170.
HSL color Cylindrical-coordinate representation of color #9276E7: hue angle of 254.87º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9276E7 is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 146 | 118 | 231 | - |
| CMYK | 0.37 | 0.49 | 0 | 0.09 |
| HSL | 254.87º | 0.7% | 0.68% | - |
| HSV(B) | 254.87º | 0.49% | 0.91% | - |
| XYZ | 32.76 | 24.84 | 78.67 | - |
| YUV | 139.25 | 179.78 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 118 | 231 | 0.37 | 0.49 | 0 | 0.09 | 254.87 | 0.7 | 0.68 |
| Hex | 92 | 76 | E7 | 25 | 31 | 0 | 9 | FF | 46 | 44 |
| Octal | 222 | 166 | 347 | 45 | 61 | 0 | 11 | 377 | 106 | 104 |
| Binary | 10010010 | 1110110 | 11100111 | 100101 | 110001 | 0 | 1001 | 11111111 | 1000110 | 1000100 |
Color Harmonies of #9276E7
Complementary color
Monochromatic Colors of #9276E7
Black with #9276E7
Text Example
Text Example
White with #9276E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9276E7; }
p { color: rgb(146,118,231); }
H1.HeaderClassName
{
color: #9276E7;
}
.AnyTagClassName
{
color: #9276E7;
}
</style>
background-color css
<style>
a { background-color: #9276E7; }
a { background-color: rgb(146,118,231); }
div.DivClassName
{
background-color: #9276E7;
}
.BgClassName
{
background-color: #9276E7;
}
</style>
border-color css
<style>
span { border-color: #9276E7; }
span { border-color: rgb(146,118,231); }
td.TdClassName
{
border-color: #9276E7;
}
.TagClassName
{
border-color: #9276E7;
}
</style>