Shades of Medium Purple #9355EF
Tints of Medium Purple #9355EF
RGB
CMYK
RGB Variations
Color information
#9355EF (or 0x9355EF) is known color: Medium Purple. HEX triplet: 93, 55 and EF. RGB value is (147,85,239). Sum of RGB (Red+Green+Blue) = 147+85+239=471 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.21% from 471); Green value is 85 (33.59% from 255 or 18.05% from 471); Blue value is 239 (93.75% from 255 or 50.74% from 471); Max value from RGB is 239 - color contains mainly: blue. Hex color #9355EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9355EF is #6CAA10. Grayscale: #787878. Windows color (decimal): -7121425 or 15685011. OLE color: 15685011.
HSL color Cylindrical-coordinate representation of color #9355EF: hue angle of 264.16º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9355EF is Cyan = 0.38, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 147 | 85 | 239 | - |
| CMYK | 0.38 | 0.64 | 0 | 0.06 |
| HSL | 264.16º | 0.83% | 0.64% | - |
| HSV(B) | 264.16º | 0.64% | 0.94% | - |
| XYZ | 30.86 | 18.93 | 83.69 | - |
| YUV | 121.09 | 194.54 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 85 | 239 | 0.38 | 0.64 | 0 | 0.06 | 264.16 | 0.83 | 0.64 |
| Hex | 93 | 55 | EF | 26 | 40 | 0 | 6 | 108 | 53 | 40 |
| Octal | 223 | 125 | 357 | 46 | 100 | 0 | 6 | 410 | 123 | 100 |
| Binary | 10010011 | 1010101 | 11101111 | 100110 | 1000000 | 0 | 110 | 100001000 | 1010011 | 1000000 |
Color Harmonies of #9355EF
Complementary color
Monochromatic Colors of #9355EF
Black with #9355EF
Text Example
Text Example
White with #9355EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9355EF; }
p { color: rgb(147,85,239); }
H1.HeaderClassName
{
color: #9355EF;
}
.AnyTagClassName
{
color: #9355EF;
}
</style>
background-color css
<style>
a { background-color: #9355EF; }
a { background-color: rgb(147,85,239); }
div.DivClassName
{
background-color: #9355EF;
}
.BgClassName
{
background-color: #9355EF;
}
</style>
border-color css
<style>
span { border-color: #9355EF; }
span { border-color: rgb(147,85,239); }
td.TdClassName
{
border-color: #9355EF;
}
.TagClassName
{
border-color: #9355EF;
}
</style>