Shades of Medium Purple #9354EA
Tints of Medium Purple #9354EA
RGB
CMYK
RGB Variations
Color information
#9354EA (or 0x9354EA) is known color: Medium Purple. HEX triplet: 93, 54 and EA. RGB value is (147,84,234). Sum of RGB (Red+Green+Blue) = 147+84+234=465 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.61% from 465); Green value is 84 (33.20% from 255 or 18.06% from 465); Blue value is 234 (91.80% from 255 or 50.32% from 465); Max value from RGB is 234 - color contains mainly: blue. Hex color #9354EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9354EA is #6CAB15. Grayscale: #777777. Windows color (decimal): -7121686 or 15357075. OLE color: 15357075.
HSL color Cylindrical-coordinate representation of color #9354EA: hue angle of 265.2º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9354EA is Cyan = 0.37, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 147 | 84 | 234 | - |
| CMYK | 0.37 | 0.64 | 0 | 0.08 |
| HSL | 265.2º | 0.78% | 0.62% | - |
| HSV(B) | 265.2º | 0.64% | 0.92% | - |
| XYZ | 30.05 | 18.48 | 79.83 | - |
| YUV | 119.94 | 192.37 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 84 | 234 | 0.37 | 0.64 | 0 | 0.08 | 265.2 | 0.78 | 0.62 |
| Hex | 93 | 54 | EA | 25 | 40 | 0 | 8 | 109 | 4E | 3E |
| Octal | 223 | 124 | 352 | 45 | 100 | 0 | 10 | 411 | 116 | 76 |
| Binary | 10010011 | 1010100 | 11101010 | 100101 | 1000000 | 0 | 1000 | 100001001 | 1001110 | 111110 |
Color Harmonies of #9354EA
Complementary color
Monochromatic Colors of #9354EA
Black with #9354EA
Text Example
Text Example
White with #9354EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9354EA; }
p { color: rgb(147,84,234); }
H1.HeaderClassName
{
color: #9354EA;
}
.AnyTagClassName
{
color: #9354EA;
}
</style>
background-color css
<style>
a { background-color: #9354EA; }
a { background-color: rgb(147,84,234); }
div.DivClassName
{
background-color: #9354EA;
}
.BgClassName
{
background-color: #9354EA;
}
</style>
border-color css
<style>
span { border-color: #9354EA; }
span { border-color: rgb(147,84,234); }
td.TdClassName
{
border-color: #9354EA;
}
.TagClassName
{
border-color: #9354EA;
}
</style>