Shades of Medium Purple #936ADE
Tints of Medium Purple #936ADE
RGB
CMYK
RGB Variations
Color information
#936ADE (or 0x936ADE) is known color: Medium Purple. HEX triplet: 93, 6A and DE. RGB value is (147,106,222). Sum of RGB (Red+Green+Blue) = 147+106+222=475 (62% of max value = 765). Red value is 147 (57.81% from 255 or 30.95% from 475); Green value is 106 (41.80% from 255 or 22.32% from 475); Blue value is 222 (87.11% from 255 or 46.74% from 475); Max value from RGB is 222 - color contains mainly: blue. Hex color #936ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #936ADE is #6C9521. Grayscale: #838383. Windows color (decimal): -7116066 or 14576275. OLE color: 14576275.
HSL color Cylindrical-coordinate representation of color #936ADE: hue angle of 261.21º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #936ADE is Cyan = 0.34, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 106 | 222 | - |
| CMYK | 0.34 | 0.52 | 0 | 0.13 |
| HSL | 261.21º | 0.64% | 0.64% | - |
| HSV(B) | 261.21º | 0.52% | 0.87% | - |
| XYZ | 30.37 | 21.79 | 71.71 | - |
| YUV | 131.48 | 179.08 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 106 | 222 | 0.34 | 0.52 | 0 | 0.13 | 261.21 | 0.64 | 0.64 |
| Hex | 93 | 6A | DE | 22 | 34 | 0 | D | 105 | 40 | 40 |
| Octal | 223 | 152 | 336 | 42 | 64 | 0 | 15 | 405 | 100 | 100 |
| Binary | 10010011 | 1101010 | 11011110 | 100010 | 110100 | 0 | 1101 | 100000101 | 1000000 | 1000000 |
Color Harmonies of #936ADE
Complementary color
Monochromatic Colors of #936ADE
Black with #936ADE
Text Example
Text Example
White with #936ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936ADE; }
p { color: rgb(147,106,222); }
H1.HeaderClassName
{
color: #936ADE;
}
.AnyTagClassName
{
color: #936ADE;
}
</style>
background-color css
<style>
a { background-color: #936ADE; }
a { background-color: rgb(147,106,222); }
div.DivClassName
{
background-color: #936ADE;
}
.BgClassName
{
background-color: #936ADE;
}
</style>
border-color css
<style>
span { border-color: #936ADE; }
span { border-color: rgb(147,106,222); }
td.TdClassName
{
border-color: #936ADE;
}
.TagClassName
{
border-color: #936ADE;
}
</style>