Shades of Medium Purple #936DEB
Tints of Medium Purple #936DEB
RGB
CMYK
RGB Variations
Color information
#936DEB (or 0x936DEB) is known color: Medium Purple. HEX triplet: 93, 6D and EB. RGB value is (147,109,235). Sum of RGB (Red+Green+Blue) = 147+109+235=491 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.94% from 491); Green value is 109 (42.97% from 255 or 22.20% from 491); Blue value is 235 (92.19% from 255 or 47.86% from 491); Max value from RGB is 235 - color contains mainly: blue. Hex color #936DEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #936DEB is #6C9214. Grayscale: #868686. Windows color (decimal): -7115285 or 15429011. OLE color: 15429011.
HSL color Cylindrical-coordinate representation of color #936DEB: hue angle of 258.1º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #936DEB is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 147 | 109 | 235 | - |
| CMYK | 0.37 | 0.54 | 0 | 0.08 |
| HSL | 258.1º | 0.76% | 0.67% | - |
| HSV(B) | 258.1º | 0.54% | 0.92% | - |
| XYZ | 32.5 | 23.14 | 81.35 | - |
| YUV | 134.73 | 184.59 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 109 | 235 | 0.37 | 0.54 | 0 | 0.08 | 258.1 | 0.76 | 0.67 |
| Hex | 93 | 6D | EB | 25 | 36 | 0 | 8 | 102 | 4C | 43 |
| Octal | 223 | 155 | 353 | 45 | 66 | 0 | 10 | 402 | 114 | 103 |
| Binary | 10010011 | 1101101 | 11101011 | 100101 | 110110 | 0 | 1000 | 100000010 | 1001100 | 1000011 |
Color Harmonies of #936DEB
Complementary color
Monochromatic Colors of #936DEB
Black with #936DEB
Text Example
Text Example
White with #936DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936DEB; }
p { color: rgb(147,109,235); }
H1.HeaderClassName
{
color: #936DEB;
}
.AnyTagClassName
{
color: #936DEB;
}
</style>
background-color css
<style>
a { background-color: #936DEB; }
a { background-color: rgb(147,109,235); }
div.DivClassName
{
background-color: #936DEB;
}
.BgClassName
{
background-color: #936DEB;
}
</style>
border-color css
<style>
span { border-color: #936DEB; }
span { border-color: rgb(147,109,235); }
td.TdClassName
{
border-color: #936DEB;
}
.TagClassName
{
border-color: #936DEB;
}
</style>