Shades of Medium Purple #9361DD
Tints of Medium Purple #9361DD
RGB
CMYK
RGB Variations
Color information
#9361DD (or 0x9361DD) is known color: Medium Purple. HEX triplet: 93, 61 and DD. RGB value is (147,97,221). Sum of RGB (Red+Green+Blue) = 147+97+221=465 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.61% from 465); Green value is 97 (38.28% from 255 or 20.86% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #9361DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9361DD is #6C9E22. Grayscale: #7D7D7D. Windows color (decimal): -7118371 or 14508435. OLE color: 14508435.
HSL color Cylindrical-coordinate representation of color #9361DD: hue angle of 264.19º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9361DD is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 97 | 221 | - |
| CMYK | 0.33 | 0.56 | 0 | 0.13 |
| HSL | 264.19º | 0.65% | 0.62% | - |
| HSV(B) | 264.19º | 0.56% | 0.87% | - |
| XYZ | 29.36 | 19.97 | 70.71 | - |
| YUV | 126.09 | 181.57 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 97 | 221 | 0.33 | 0.56 | 0 | 0.13 | 264.19 | 0.65 | 0.62 |
| Hex | 93 | 61 | DD | 21 | 38 | 0 | D | 108 | 41 | 3E |
| Octal | 223 | 141 | 335 | 41 | 70 | 0 | 15 | 410 | 101 | 76 |
| Binary | 10010011 | 1100001 | 11011101 | 100001 | 111000 | 0 | 1101 | 100001000 | 1000001 | 111110 |
Color Harmonies of #9361DD
Complementary color
Monochromatic Colors of #9361DD
Black with #9361DD
Text Example
Text Example
White with #9361DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9361DD; }
p { color: rgb(147,97,221); }
H1.HeaderClassName
{
color: #9361DD;
}
.AnyTagClassName
{
color: #9361DD;
}
</style>
background-color css
<style>
a { background-color: #9361DD; }
a { background-color: rgb(147,97,221); }
div.DivClassName
{
background-color: #9361DD;
}
.BgClassName
{
background-color: #9361DD;
}
</style>
border-color css
<style>
span { border-color: #9361DD; }
span { border-color: rgb(147,97,221); }
td.TdClassName
{
border-color: #9361DD;
}
.TagClassName
{
border-color: #9361DD;
}
</style>