Shades of Medium Purple #9352E8
Tints of Medium Purple #9352E8
RGB
CMYK
RGB Variations
Color information
#9352E8 (or 0x9352E8) is known color: Medium Purple. HEX triplet: 93, 52 and E8. RGB value is (147,82,232). Sum of RGB (Red+Green+Blue) = 147+82+232=461 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.89% from 461); Green value is 82 (32.42% from 255 or 17.79% from 461); Blue value is 232 (91.02% from 255 or 50.33% from 461); Max value from RGB is 232 - color contains mainly: blue. Hex color #9352E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9352E8 is #6CAD17. Grayscale: #757575. Windows color (decimal): -7122200 or 15225491. OLE color: 15225491.
HSL color Cylindrical-coordinate representation of color #9352E8: hue angle of 266º 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 #9352E8 is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 147 | 82 | 232 | - |
| CMYK | 0.37 | 0.65 | 0 | 0.09 |
| HSL | 266º | 0.77% | 0.62% | - |
| HSV(B) | 266º | 0.65% | 0.91% | - |
| XYZ | 29.62 | 18.06 | 78.27 | - |
| YUV | 118.54 | 192.03 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 82 | 232 | 0.37 | 0.65 | 0 | 0.09 | 266 | 0.77 | 0.62 |
| Hex | 93 | 52 | E8 | 25 | 41 | 0 | 9 | 10A | 4D | 3E |
| Octal | 223 | 122 | 350 | 45 | 101 | 0 | 11 | 412 | 115 | 76 |
| Binary | 10010011 | 1010010 | 11101000 | 100101 | 1000001 | 0 | 1001 | 100001010 | 1001101 | 111110 |
Color Harmonies of #9352E8
Complementary color
Monochromatic Colors of #9352E8
Black with #9352E8
Text Example
Text Example
White with #9352E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9352E8; }
p { color: rgb(147,82,232); }
H1.HeaderClassName
{
color: #9352E8;
}
.AnyTagClassName
{
color: #9352E8;
}
</style>
background-color css
<style>
a { background-color: #9352E8; }
a { background-color: rgb(147,82,232); }
div.DivClassName
{
background-color: #9352E8;
}
.BgClassName
{
background-color: #9352E8;
}
</style>
border-color css
<style>
span { border-color: #9352E8; }
span { border-color: rgb(147,82,232); }
td.TdClassName
{
border-color: #9352E8;
}
.TagClassName
{
border-color: #9352E8;
}
</style>