Shades of Medium Purple #9275E6
Tints of Medium Purple #9275E6
RGB
CMYK
RGB Variations
Color information
#9275E6 (or 0x9275E6) is known color: Medium Purple. HEX triplet: 92, 75 and E6. RGB value is (146,117,230). Sum of RGB (Red+Green+Blue) = 146+117+230=493 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.61% from 493); Green value is 117 (46.09% from 255 or 23.73% from 493); Blue value is 230 (90.23% from 255 or 46.65% from 493); Max value from RGB is 230 - color contains mainly: blue. Hex color #9275E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9275E6 is #6D8A19. Grayscale: #8A8A8A. Windows color (decimal): -7178778 or 15103378. OLE color: 15103378.
HSL color Cylindrical-coordinate representation of color #9275E6: hue angle of 255.4º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9275E6 is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 146 | 117 | 230 | - |
| CMYK | 0.37 | 0.49 | 0 | 0.10 |
| HSL | 255.4º | 0.69% | 0.68% | - |
| HSV(B) | 255.4º | 0.49% | 0.9% | - |
| XYZ | 32.5 | 24.55 | 77.89 | - |
| YUV | 138.55 | 179.61 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 117 | 230 | 0.37 | 0.49 | 0 | 0.10 | 255.4 | 0.69 | 0.68 |
| Hex | 92 | 75 | E6 | 25 | 31 | 0 | A | FF | 45 | 44 |
| Octal | 222 | 165 | 346 | 45 | 61 | 0 | 12 | 377 | 105 | 104 |
| Binary | 10010010 | 1110101 | 11100110 | 100101 | 110001 | 0 | 1010 | 11111111 | 1000101 | 1000100 |
Color Harmonies of #9275E6
Complementary color
Monochromatic Colors of #9275E6
Black with #9275E6
Text Example
Text Example
White with #9275E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9275E6; }
p { color: rgb(146,117,230); }
H1.HeaderClassName
{
color: #9275E6;
}
.AnyTagClassName
{
color: #9275E6;
}
</style>
background-color css
<style>
a { background-color: #9275E6; }
a { background-color: rgb(146,117,230); }
div.DivClassName
{
background-color: #9275E6;
}
.BgClassName
{
background-color: #9275E6;
}
</style>
border-color css
<style>
span { border-color: #9275E6; }
span { border-color: rgb(146,117,230); }
td.TdClassName
{
border-color: #9275E6;
}
.TagClassName
{
border-color: #9275E6;
}
</style>