Shades of Medium Purple #936CDA
Tints of Medium Purple #936CDA
RGB
CMYK
RGB Variations
Color information
#936CDA (or 0x936CDA) is known color: Medium Purple. HEX triplet: 93, 6C and DA. RGB value is (147,108,218). Sum of RGB (Red+Green+Blue) = 147+108+218=473 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.08% from 473); Green value is 108 (42.58% from 255 or 22.83% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 218 - color contains mainly: blue. Hex color #936CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #936CDA is #6C9325. Grayscale: #838383. Windows color (decimal): -7115558 or 14314643. OLE color: 14314643.
HSL color Cylindrical-coordinate representation of color #936CDA: hue angle of 261.27º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #936CDA is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 108 | 218 | - |
| CMYK | 0.33 | 0.50 | 0 | 0.15 |
| HSL | 261.27º | 0.6% | 0.64% | - |
| HSV(B) | 261.27º | 0.5% | 0.85% | - |
| XYZ | 30.05 | 21.99 | 68.99 | - |
| YUV | 132.2 | 176.42 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 108 | 218 | 0.33 | 0.50 | 0 | 0.15 | 261.27 | 0.6 | 0.64 |
| Hex | 93 | 6C | DA | 21 | 32 | 0 | F | 105 | 3C | 40 |
| Octal | 223 | 154 | 332 | 41 | 62 | 0 | 17 | 405 | 74 | 100 |
| Binary | 10010011 | 1101100 | 11011010 | 100001 | 110010 | 0 | 1111 | 100000101 | 111100 | 1000000 |
Color Harmonies of #936CDA
Complementary color
Monochromatic Colors of #936CDA
Black with #936CDA
Text Example
Text Example
White with #936CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936CDA; }
p { color: rgb(147,108,218); }
H1.HeaderClassName
{
color: #936CDA;
}
.AnyTagClassName
{
color: #936CDA;
}
</style>
background-color css
<style>
a { background-color: #936CDA; }
a { background-color: rgb(147,108,218); }
div.DivClassName
{
background-color: #936CDA;
}
.BgClassName
{
background-color: #936CDA;
}
</style>
border-color css
<style>
span { border-color: #936CDA; }
span { border-color: rgb(147,108,218); }
td.TdClassName
{
border-color: #936CDA;
}
.TagClassName
{
border-color: #936CDA;
}
</style>