Shades of Medium Purple #9351EF
Tints of Medium Purple #9351EF
RGB
CMYK
RGB Variations
Color information
#9351EF (or 0x9351EF) is known color: Medium Purple. HEX triplet: 93, 51 and EF. RGB value is (147,81,239). Sum of RGB (Red+Green+Blue) = 147+81+239=467 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.48% from 467); Green value is 81 (32.03% from 255 or 17.34% from 467); Blue value is 239 (93.75% from 255 or 51.18% from 467); Max value from RGB is 239 - color contains mainly: blue. Hex color #9351EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9351EF is #6CAE10. Grayscale: #767676. Windows color (decimal): -7122449 or 15683987. OLE color: 15683987.
HSL color Cylindrical-coordinate representation of color #9351EF: hue angle of 265.06º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9351EF is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 147 | 81 | 239 | - |
| CMYK | 0.38 | 0.66 | 0 | 0.06 |
| HSL | 265.06º | 0.83% | 0.63% | - |
| HSV(B) | 265.06º | 0.66% | 0.94% | - |
| XYZ | 30.56 | 18.32 | 83.59 | - |
| YUV | 118.75 | 195.87 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 81 | 239 | 0.38 | 0.66 | 0 | 0.06 | 265.06 | 0.83 | 0.63 |
| Hex | 93 | 51 | EF | 26 | 42 | 0 | 6 | 109 | 53 | 3F |
| Octal | 223 | 121 | 357 | 46 | 102 | 0 | 6 | 411 | 123 | 77 |
| Binary | 10010011 | 1010001 | 11101111 | 100110 | 1000010 | 0 | 110 | 100001001 | 1010011 | 111111 |
Color Harmonies of #9351EF
Complementary color
Monochromatic Colors of #9351EF
Black with #9351EF
Text Example
Text Example
White with #9351EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9351EF; }
p { color: rgb(147,81,239); }
H1.HeaderClassName
{
color: #9351EF;
}
.AnyTagClassName
{
color: #9351EF;
}
</style>
background-color css
<style>
a { background-color: #9351EF; }
a { background-color: rgb(147,81,239); }
div.DivClassName
{
background-color: #9351EF;
}
.BgClassName
{
background-color: #9351EF;
}
</style>
border-color css
<style>
span { border-color: #9351EF; }
span { border-color: rgb(147,81,239); }
td.TdClassName
{
border-color: #9351EF;
}
.TagClassName
{
border-color: #9351EF;
}
</style>