Shades of Medium Purple #9350E8
Tints of Medium Purple #9350E8
RGB
CMYK
RGB Variations
Color information
#9350E8 (or 0x9350E8) is known color: Medium Purple. HEX triplet: 93, 50 and E8. RGB value is (147,80,232). Sum of RGB (Red+Green+Blue) = 147+80+232=459 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.03% from 459); Green value is 80 (31.64% from 255 or 17.43% from 459); Blue value is 232 (91.02% from 255 or 50.54% from 459); Max value from RGB is 232 - color contains mainly: blue. Hex color #9350E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9350E8 is #6CAF17. Grayscale: #747474. Windows color (decimal): -7122712 or 15224979. OLE color: 15224979.
HSL color Cylindrical-coordinate representation of color #9350E8: hue angle of 266.45º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9350E8 is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 147 | 80 | 232 | - |
| CMYK | 0.37 | 0.66 | 0 | 0.09 |
| HSL | 266.45º | 0.77% | 0.61% | - |
| HSV(B) | 266.45º | 0.66% | 0.91% | - |
| XYZ | 29.47 | 17.77 | 78.22 | - |
| YUV | 117.36 | 192.7 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 80 | 232 | 0.37 | 0.66 | 0 | 0.09 | 266.45 | 0.77 | 0.61 |
| Hex | 93 | 50 | E8 | 25 | 42 | 0 | 9 | 10A | 4D | 3D |
| Octal | 223 | 120 | 350 | 45 | 102 | 0 | 11 | 412 | 115 | 75 |
| Binary | 10010011 | 1010000 | 11101000 | 100101 | 1000010 | 0 | 1001 | 100001010 | 1001101 | 111101 |
Color Harmonies of #9350E8
Complementary color
Monochromatic Colors of #9350E8
Black with #9350E8
Text Example
Text Example
White with #9350E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9350E8; }
p { color: rgb(147,80,232); }
H1.HeaderClassName
{
color: #9350E8;
}
.AnyTagClassName
{
color: #9350E8;
}
</style>
background-color css
<style>
a { background-color: #9350E8; }
a { background-color: rgb(147,80,232); }
div.DivClassName
{
background-color: #9350E8;
}
.BgClassName
{
background-color: #9350E8;
}
</style>
border-color css
<style>
span { border-color: #9350E8; }
span { border-color: rgb(147,80,232); }
td.TdClassName
{
border-color: #9350E8;
}
.TagClassName
{
border-color: #9350E8;
}
</style>