Shades of Medium Purple #936CD2
Tints of Medium Purple #936CD2
RGB
CMYK
RGB Variations
Color information
#936CD2 (or 0x936CD2) is known color: Medium Purple. HEX triplet: 93, 6C and D2. RGB value is (147,108,210). Sum of RGB (Red+Green+Blue) = 147+108+210=465 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.61% from 465); Green value is 108 (42.58% from 255 or 23.23% from 465); Blue value is 210 (82.42% from 255 or 45.16% from 465); Max value from RGB is 210 - color contains mainly: blue. Hex color #936CD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #936CD2 is #6C932D. Grayscale: #828282. Windows color (decimal): -7115566 or 13790355. OLE color: 13790355.
HSL color Cylindrical-coordinate representation of color #936CD2: hue angle of 262.94º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #936CD2 is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 147 | 108 | 210 | - |
| CMYK | 0.30 | 0.49 | 0 | 0.18 |
| HSL | 262.94º | 0.53% | 0.62% | - |
| HSV(B) | 262.94º | 0.49% | 0.82% | - |
| XYZ | 29.03 | 21.58 | 63.61 | - |
| YUV | 131.29 | 172.42 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 108 | 210 | 0.30 | 0.49 | 0 | 0.18 | 262.94 | 0.53 | 0.62 |
| Hex | 93 | 6C | D2 | 1E | 31 | 0 | 12 | 107 | 35 | 3E |
| Octal | 223 | 154 | 322 | 36 | 61 | 0 | 22 | 407 | 65 | 76 |
| Binary | 10010011 | 1101100 | 11010010 | 11110 | 110001 | 0 | 10010 | 100000111 | 110101 | 111110 |
Color Harmonies of #936CD2
Complementary color
Monochromatic Colors of #936CD2
Black with #936CD2
Text Example
Text Example
White with #936CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936CD2; }
p { color: rgb(147,108,210); }
H1.HeaderClassName
{
color: #936CD2;
}
.AnyTagClassName
{
color: #936CD2;
}
</style>
background-color css
<style>
a { background-color: #936CD2; }
a { background-color: rgb(147,108,210); }
div.DivClassName
{
background-color: #936CD2;
}
.BgClassName
{
background-color: #936CD2;
}
</style>
border-color css
<style>
span { border-color: #936CD2; }
span { border-color: rgb(147,108,210); }
td.TdClassName
{
border-color: #936CD2;
}
.TagClassName
{
border-color: #936CD2;
}
</style>