Shades of Medium Purple #9352E9
Tints of Medium Purple #9352E9
RGB
CMYK
RGB Variations
Color information
#9352E9 (or 0x9352E9) is known color: Medium Purple. HEX triplet: 93, 52 and E9. RGB value is (147,82,233). Sum of RGB (Red+Green+Blue) = 147+82+233=462 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.82% from 462); Green value is 82 (32.42% from 255 or 17.75% from 462); Blue value is 233 (91.41% from 255 or 50.43% from 462); Max value from RGB is 233 - color contains mainly: blue. Hex color #9352E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9352E9 is #6CAD16. Grayscale: #767676. Windows color (decimal): -7122199 or 15291027. OLE color: 15291027.
HSL color Cylindrical-coordinate representation of color #9352E9: hue angle of 265.83º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9352E9 is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 147 | 82 | 233 | - |
| CMYK | 0.37 | 0.65 | 0 | 0.09 |
| HSL | 265.83º | 0.77% | 0.62% | - |
| HSV(B) | 265.83º | 0.65% | 0.91% | - |
| XYZ | 29.76 | 18.12 | 79.02 | - |
| YUV | 118.65 | 192.53 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 82 | 233 | 0.37 | 0.65 | 0 | 0.09 | 265.83 | 0.77 | 0.62 |
| Hex | 93 | 52 | E9 | 25 | 41 | 0 | 9 | 10A | 4D | 3E |
| Octal | 223 | 122 | 351 | 45 | 101 | 0 | 11 | 412 | 115 | 76 |
| Binary | 10010011 | 1010010 | 11101001 | 100101 | 1000001 | 0 | 1001 | 100001010 | 1001101 | 111110 |
Color Harmonies of #9352E9
Complementary color
Monochromatic Colors of #9352E9
Black with #9352E9
Text Example
Text Example
White with #9352E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9352E9; }
p { color: rgb(147,82,233); }
H1.HeaderClassName
{
color: #9352E9;
}
.AnyTagClassName
{
color: #9352E9;
}
</style>
background-color css
<style>
a { background-color: #9352E9; }
a { background-color: rgb(147,82,233); }
div.DivClassName
{
background-color: #9352E9;
}
.BgClassName
{
background-color: #9352E9;
}
</style>
border-color css
<style>
span { border-color: #9352E9; }
span { border-color: rgb(147,82,233); }
td.TdClassName
{
border-color: #9352E9;
}
.TagClassName
{
border-color: #9352E9;
}
</style>