Shades of Medium Purple #936BDA
Tints of Medium Purple #936BDA
RGB
CMYK
RGB Variations
Color information
#936BDA (or 0x936BDA) is known color: Medium Purple. HEX triplet: 93, 6B and DA. RGB value is (147,107,218). Sum of RGB (Red+Green+Blue) = 147+107+218=472 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.14% from 472); Green value is 107 (42.19% from 255 or 22.67% from 472); Blue value is 218 (85.55% from 255 or 46.19% from 472); Max value from RGB is 218 - color contains mainly: blue. Hex color #936BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #936BDA is #6C9425. Grayscale: #838383. Windows color (decimal): -7115814 or 14314387. OLE color: 14314387.
HSL color Cylindrical-coordinate representation of color #936BDA: hue angle of 261.62º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #936BDA is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 107 | 218 | - |
| CMYK | 0.33 | 0.51 | 0 | 0.15 |
| HSL | 261.62º | 0.6% | 0.64% | - |
| HSV(B) | 261.62º | 0.51% | 0.85% | - |
| XYZ | 29.95 | 21.78 | 68.96 | - |
| YUV | 131.61 | 176.75 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 107 | 218 | 0.33 | 0.51 | 0 | 0.15 | 261.62 | 0.6 | 0.64 |
| Hex | 93 | 6B | DA | 21 | 33 | 0 | F | 106 | 3C | 40 |
| Octal | 223 | 153 | 332 | 41 | 63 | 0 | 17 | 406 | 74 | 100 |
| Binary | 10010011 | 1101011 | 11011010 | 100001 | 110011 | 0 | 1111 | 100000110 | 111100 | 1000000 |
Color Harmonies of #936BDA
Complementary color
Monochromatic Colors of #936BDA
Black with #936BDA
Text Example
Text Example
White with #936BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936BDA; }
p { color: rgb(147,107,218); }
H1.HeaderClassName
{
color: #936BDA;
}
.AnyTagClassName
{
color: #936BDA;
}
</style>
background-color css
<style>
a { background-color: #936BDA; }
a { background-color: rgb(147,107,218); }
div.DivClassName
{
background-color: #936BDA;
}
.BgClassName
{
background-color: #936BDA;
}
</style>
border-color css
<style>
span { border-color: #936BDA; }
span { border-color: rgb(147,107,218); }
td.TdClassName
{
border-color: #936BDA;
}
.TagClassName
{
border-color: #936BDA;
}
</style>