Shades of Medium Purple #9367DD
Tints of Medium Purple #9367DD
RGB
CMYK
RGB Variations
Color information
#9367DD (or 0x9367DD) is known color: Medium Purple. HEX triplet: 93, 67 and DD. RGB value is (147,103,221). Sum of RGB (Red+Green+Blue) = 147+103+221=471 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.21% from 471); Green value is 103 (40.62% from 255 or 21.87% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #9367DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9367DD is #6C9822. Grayscale: #818181. Windows color (decimal): -7116835 or 14509971. OLE color: 14509971.
HSL color Cylindrical-coordinate representation of color #9367DD: hue angle of 262.37º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9367DD is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 103 | 221 | - |
| CMYK | 0.33 | 0.53 | 0 | 0.13 |
| HSL | 262.37º | 0.63% | 0.64% | - |
| HSV(B) | 262.37º | 0.53% | 0.87% | - |
| XYZ | 29.93 | 21.12 | 70.91 | - |
| YUV | 129.61 | 179.58 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 103 | 221 | 0.33 | 0.53 | 0 | 0.13 | 262.37 | 0.63 | 0.64 |
| Hex | 93 | 67 | DD | 21 | 35 | 0 | D | 106 | 3F | 40 |
| Octal | 223 | 147 | 335 | 41 | 65 | 0 | 15 | 406 | 77 | 100 |
| Binary | 10010011 | 1100111 | 11011101 | 100001 | 110101 | 0 | 1101 | 100000110 | 111111 | 1000000 |
Color Harmonies of #9367DD
Complementary color
Monochromatic Colors of #9367DD
Black with #9367DD
Text Example
Text Example
White with #9367DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9367DD; }
p { color: rgb(147,103,221); }
H1.HeaderClassName
{
color: #9367DD;
}
.AnyTagClassName
{
color: #9367DD;
}
</style>
background-color css
<style>
a { background-color: #9367DD; }
a { background-color: rgb(147,103,221); }
div.DivClassName
{
background-color: #9367DD;
}
.BgClassName
{
background-color: #9367DD;
}
</style>
border-color css
<style>
span { border-color: #9367DD; }
span { border-color: rgb(147,103,221); }
td.TdClassName
{
border-color: #9367DD;
}
.TagClassName
{
border-color: #9367DD;
}
</style>