Shades of Medium Purple #936BDE
Tints of Medium Purple #936BDE
RGB
CMYK
RGB Variations
Color information
#936BDE (or 0x936BDE) is known color: Medium Purple. HEX triplet: 93, 6B and DE. RGB value is (147,107,222). Sum of RGB (Red+Green+Blue) = 147+107+222=476 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.88% from 476); Green value is 107 (42.19% from 255 or 22.48% from 476); Blue value is 222 (87.11% from 255 or 46.64% from 476); Max value from RGB is 222 - color contains mainly: blue. Hex color #936BDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #936BDE is #6C9421. Grayscale: #838383. Windows color (decimal): -7115810 or 14576531. OLE color: 14576531.
HSL color Cylindrical-coordinate representation of color #936BDE: hue angle of 260.87º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #936BDE is Cyan = 0.34, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 107 | 222 | - |
| CMYK | 0.34 | 0.52 | 0 | 0.13 |
| HSL | 260.87º | 0.64% | 0.65% | - |
| HSV(B) | 260.87º | 0.52% | 0.87% | - |
| XYZ | 30.48 | 21.99 | 71.75 | - |
| YUV | 132.07 | 178.75 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 107 | 222 | 0.34 | 0.52 | 0 | 0.13 | 260.87 | 0.64 | 0.65 |
| Hex | 93 | 6B | DE | 22 | 34 | 0 | D | 105 | 40 | 41 |
| Octal | 223 | 153 | 336 | 42 | 64 | 0 | 15 | 405 | 100 | 101 |
| Binary | 10010011 | 1101011 | 11011110 | 100010 | 110100 | 0 | 1101 | 100000101 | 1000000 | 1000001 |
Color Harmonies of #936BDE
Complementary color
Monochromatic Colors of #936BDE
Black with #936BDE
Text Example
Text Example
White with #936BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936BDE; }
p { color: rgb(147,107,222); }
H1.HeaderClassName
{
color: #936BDE;
}
.AnyTagClassName
{
color: #936BDE;
}
</style>
background-color css
<style>
a { background-color: #936BDE; }
a { background-color: rgb(147,107,222); }
div.DivClassName
{
background-color: #936BDE;
}
.BgClassName
{
background-color: #936BDE;
}
</style>
border-color css
<style>
span { border-color: #936BDE; }
span { border-color: rgb(147,107,222); }
td.TdClassName
{
border-color: #936BDE;
}
.TagClassName
{
border-color: #936BDE;
}
</style>