Shades of Medium Purple #936AD7
Tints of Medium Purple #936AD7
RGB
CMYK
RGB Variations
Color information
#936AD7 (or 0x936AD7) is known color: Medium Purple. HEX triplet: 93, 6A and D7. RGB value is (147,106,215). Sum of RGB (Red+Green+Blue) = 147+106+215=468 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.41% from 468); Green value is 106 (41.80% from 255 or 22.65% from 468); Blue value is 215 (84.38% from 255 or 45.94% from 468); Max value from RGB is 215 - color contains mainly: blue. Hex color #936AD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #936AD7 is #6C9528. Grayscale: #828282. Windows color (decimal): -7116073 or 14117523. OLE color: 14117523.
HSL color Cylindrical-coordinate representation of color #936AD7: hue angle of 262.57º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #936AD7 is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 147 | 106 | 215 | - |
| CMYK | 0.32 | 0.51 | 0 | 0.16 |
| HSL | 262.57º | 0.58% | 0.63% | - |
| HSV(B) | 262.57º | 0.51% | 0.84% | - |
| XYZ | 29.45 | 21.42 | 66.87 | - |
| YUV | 130.69 | 175.58 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 106 | 215 | 0.32 | 0.51 | 0 | 0.16 | 262.57 | 0.58 | 0.63 |
| Hex | 93 | 6A | D7 | 20 | 33 | 0 | 10 | 107 | 3A | 3F |
| Octal | 223 | 152 | 327 | 40 | 63 | 0 | 20 | 407 | 72 | 77 |
| Binary | 10010011 | 1101010 | 11010111 | 100000 | 110011 | 0 | 10000 | 100000111 | 111010 | 111111 |
Color Harmonies of #936AD7
Complementary color
Monochromatic Colors of #936AD7
Black with #936AD7
Text Example
Text Example
White with #936AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936AD7; }
p { color: rgb(147,106,215); }
H1.HeaderClassName
{
color: #936AD7;
}
.AnyTagClassName
{
color: #936AD7;
}
</style>
background-color css
<style>
a { background-color: #936AD7; }
a { background-color: rgb(147,106,215); }
div.DivClassName
{
background-color: #936AD7;
}
.BgClassName
{
background-color: #936AD7;
}
</style>
border-color css
<style>
span { border-color: #936AD7; }
span { border-color: rgb(147,106,215); }
td.TdClassName
{
border-color: #936AD7;
}
.TagClassName
{
border-color: #936AD7;
}
</style>