Shades of Medium Purple #936DD1
Tints of Medium Purple #936DD1
RGB
CMYK
RGB Variations
Color information
#936DD1 (or 0x936DD1) is known color: Medium Purple. HEX triplet: 93, 6D and D1. RGB value is (147,109,209). Sum of RGB (Red+Green+Blue) = 147+109+209=465 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.61% from 465); Green value is 109 (42.97% from 255 or 23.44% from 465); Blue value is 209 (82.03% from 255 or 44.95% from 465); Max value from RGB is 209 - color contains mainly: blue. Hex color #936DD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #936DD1 is #6C922E. Grayscale: #838383. Windows color (decimal): -7115311 or 13725075. OLE color: 13725075.
HSL color Cylindrical-coordinate representation of color #936DD1: hue angle of 262.8º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #936DD1 is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 147 | 109 | 209 | - |
| CMYK | 0.30 | 0.48 | 0 | 0.18 |
| HSL | 262.8º | 0.52% | 0.62% | - |
| HSV(B) | 262.8º | 0.48% | 0.82% | - |
| XYZ | 29.01 | 21.74 | 62.99 | - |
| YUV | 131.76 | 171.59 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 109 | 209 | 0.30 | 0.48 | 0 | 0.18 | 262.8 | 0.52 | 0.62 |
| Hex | 93 | 6D | D1 | 1E | 30 | 0 | 12 | 107 | 34 | 3E |
| Octal | 223 | 155 | 321 | 36 | 60 | 0 | 22 | 407 | 64 | 76 |
| Binary | 10010011 | 1101101 | 11010001 | 11110 | 110000 | 0 | 10010 | 100000111 | 110100 | 111110 |
Color Harmonies of #936DD1
Complementary color
Monochromatic Colors of #936DD1
Black with #936DD1
Text Example
Text Example
White with #936DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936DD1; }
p { color: rgb(147,109,209); }
H1.HeaderClassName
{
color: #936DD1;
}
.AnyTagClassName
{
color: #936DD1;
}
</style>
background-color css
<style>
a { background-color: #936DD1; }
a { background-color: rgb(147,109,209); }
div.DivClassName
{
background-color: #936DD1;
}
.BgClassName
{
background-color: #936DD1;
}
</style>
border-color css
<style>
span { border-color: #936DD1; }
span { border-color: rgb(147,109,209); }
td.TdClassName
{
border-color: #936DD1;
}
.TagClassName
{
border-color: #936DD1;
}
</style>