Shades of Medium Purple #9275EC
Tints of Medium Purple #9275EC
RGB
CMYK
RGB Variations
Color information
#9275EC (or 0x9275EC) is known color: Medium Purple. HEX triplet: 92, 75 and EC. RGB value is (146,117,236). Sum of RGB (Red+Green+Blue) = 146+117+236=499 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.26% from 499); Green value is 117 (46.09% from 255 or 23.45% from 499); Blue value is 236 (92.58% from 255 or 47.29% from 499); Max value from RGB is 236 - color contains mainly: blue. Hex color #9275EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9275EC is #6D8A13. Grayscale: #8A8A8A. Windows color (decimal): -7178772 or 15496594. OLE color: 15496594.
HSL color Cylindrical-coordinate representation of color #9275EC: hue angle of 254.62º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9275EC is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 117 | 236 | - |
| CMYK | 0.38 | 0.50 | 0 | 0.07 |
| HSL | 254.62º | 0.76% | 0.69% | - |
| HSV(B) | 254.62º | 0.5% | 0.93% | - |
| XYZ | 33.36 | 24.89 | 82.4 | - |
| YUV | 139.24 | 182.61 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 117 | 236 | 0.38 | 0.50 | 0 | 0.07 | 254.62 | 0.76 | 0.69 |
| Hex | 92 | 75 | EC | 26 | 32 | 0 | 7 | FF | 4C | 45 |
| Octal | 222 | 165 | 354 | 46 | 62 | 0 | 7 | 377 | 114 | 105 |
| Binary | 10010010 | 1110101 | 11101100 | 100110 | 110010 | 0 | 111 | 11111111 | 1001100 | 1000101 |
Color Harmonies of #9275EC
Complementary color
Monochromatic Colors of #9275EC
Black with #9275EC
Text Example
Text Example
White with #9275EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9275EC; }
p { color: rgb(146,117,236); }
H1.HeaderClassName
{
color: #9275EC;
}
.AnyTagClassName
{
color: #9275EC;
}
</style>
background-color css
<style>
a { background-color: #9275EC; }
a { background-color: rgb(146,117,236); }
div.DivClassName
{
background-color: #9275EC;
}
.BgClassName
{
background-color: #9275EC;
}
</style>
border-color css
<style>
span { border-color: #9275EC; }
span { border-color: rgb(146,117,236); }
td.TdClassName
{
border-color: #9275EC;
}
.TagClassName
{
border-color: #9275EC;
}
</style>