Shades of Medium Purple #936AD4
Tints of Medium Purple #936AD4
RGB
CMYK
RGB Variations
Color information
#936AD4 (or 0x936AD4) is known color: Medium Purple. HEX triplet: 93, 6A and D4. RGB value is (147,106,212). Sum of RGB (Red+Green+Blue) = 147+106+212=465 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.61% from 465); Green value is 106 (41.80% from 255 or 22.80% from 465); Blue value is 212 (83.20% from 255 or 45.59% from 465); Max value from RGB is 212 - color contains mainly: blue. Hex color #936AD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #936AD4 is #6C952B. Grayscale: #818181. Windows color (decimal): -7116076 or 13920915. OLE color: 13920915.
HSL color Cylindrical-coordinate representation of color #936AD4: hue angle of 263.21º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #936AD4 is Cyan = 0.31, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 147 | 106 | 212 | - |
| CMYK | 0.31 | 0.5 | 0 | 0.17 |
| HSL | 263.21º | 0.55% | 0.62% | - |
| HSV(B) | 263.21º | 0.5% | 0.83% | - |
| XYZ | 29.07 | 21.26 | 64.86 | - |
| YUV | 130.34 | 174.08 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 106 | 212 | 0.31 | 0.5 | 0 | 0.17 | 263.21 | 0.55 | 0.62 |
| Hex | 93 | 6A | D4 | 1F | 32 | 0 | 11 | 107 | 37 | 3E |
| Octal | 223 | 152 | 324 | 37 | 62 | 0 | 21 | 407 | 67 | 76 |
| Binary | 10010011 | 1101010 | 11010100 | 11111 | 110010 | 0 | 10001 | 100000111 | 110111 | 111110 |
Color Harmonies of #936AD4
Complementary color
Monochromatic Colors of #936AD4
Black with #936AD4
Text Example
Text Example
White with #936AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936AD4; }
p { color: rgb(147,106,212); }
H1.HeaderClassName
{
color: #936AD4;
}
.AnyTagClassName
{
color: #936AD4;
}
</style>
background-color css
<style>
a { background-color: #936AD4; }
a { background-color: rgb(147,106,212); }
div.DivClassName
{
background-color: #936AD4;
}
.BgClassName
{
background-color: #936AD4;
}
</style>
border-color css
<style>
span { border-color: #936AD4; }
span { border-color: rgb(147,106,212); }
td.TdClassName
{
border-color: #936AD4;
}
.TagClassName
{
border-color: #936AD4;
}
</style>