Shades of Medium Purple #9356E8
Tints of Medium Purple #9356E8
RGB
CMYK
RGB Variations
Color information
#9356E8 (or 0x9356E8) is known color: Medium Purple. HEX triplet: 93, 56 and E8. RGB value is (147,86,232). Sum of RGB (Red+Green+Blue) = 147+86+232=465 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.61% from 465); Green value is 86 (33.98% from 255 or 18.49% from 465); Blue value is 232 (91.02% from 255 or 49.89% from 465); Max value from RGB is 232 - color contains mainly: blue. Hex color #9356E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9356E8 is #6CA917. Grayscale: #787878. Windows color (decimal): -7121176 or 15226515. OLE color: 15226515.
HSL color Cylindrical-coordinate representation of color #9356E8: hue angle of 265.07º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9356E8 is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 147 | 86 | 232 | - |
| CMYK | 0.37 | 0.63 | 0 | 0.09 |
| HSL | 265.07º | 0.76% | 0.62% | - |
| HSV(B) | 265.07º | 0.63% | 0.91% | - |
| XYZ | 29.93 | 18.68 | 78.37 | - |
| YUV | 120.88 | 190.71 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 86 | 232 | 0.37 | 0.63 | 0 | 0.09 | 265.07 | 0.76 | 0.62 |
| Hex | 93 | 56 | E8 | 25 | 3F | 0 | 9 | 109 | 4C | 3E |
| Octal | 223 | 126 | 350 | 45 | 77 | 0 | 11 | 411 | 114 | 76 |
| Binary | 10010011 | 1010110 | 11101000 | 100101 | 111111 | 0 | 1001 | 100001001 | 1001100 | 111110 |
Color Harmonies of #9356E8
Complementary color
Monochromatic Colors of #9356E8
Black with #9356E8
Text Example
Text Example
White with #9356E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9356E8; }
p { color: rgb(147,86,232); }
H1.HeaderClassName
{
color: #9356E8;
}
.AnyTagClassName
{
color: #9356E8;
}
</style>
background-color css
<style>
a { background-color: #9356E8; }
a { background-color: rgb(147,86,232); }
div.DivClassName
{
background-color: #9356E8;
}
.BgClassName
{
background-color: #9356E8;
}
</style>
border-color css
<style>
span { border-color: #9356E8; }
span { border-color: rgb(147,86,232); }
td.TdClassName
{
border-color: #9356E8;
}
.TagClassName
{
border-color: #9356E8;
}
</style>