Shades of Medium Purple #9384DF
Tints of Medium Purple #9384DF
RGB
CMYK
RGB Variations
Color information
#9384DF (or 0x9384DF) is known color: Medium Purple. HEX triplet: 93, 84 and DF. RGB value is (147,132,223). Sum of RGB (Red+Green+Blue) = 147+132+223=502 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.28% from 502); Green value is 132 (51.95% from 255 or 26.29% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 223 - color contains mainly: blue. Hex color #9384DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9384DF is #6C7B20. Grayscale: #929292. Windows color (decimal): -7109409 or 14648467. OLE color: 14648467.
HSL color Cylindrical-coordinate representation of color #9384DF: hue angle of 249.89º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9384DF is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 132 | 223 | - |
| CMYK | 0.34 | 0.41 | 0 | 0.13 |
| HSL | 249.89º | 0.59% | 0.7% | - |
| HSV(B) | 249.89º | 0.41% | 0.87% | - |
| XYZ | 33.6 | 28.03 | 73.45 | - |
| YUV | 146.86 | 170.97 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 132 | 223 | 0.34 | 0.41 | 0 | 0.13 | 249.89 | 0.59 | 0.7 |
| Hex | 93 | 84 | DF | 22 | 29 | 0 | D | FA | 3B | 46 |
| Octal | 223 | 204 | 337 | 42 | 51 | 0 | 15 | 372 | 73 | 106 |
| Binary | 10010011 | 10000100 | 11011111 | 100010 | 101001 | 0 | 1101 | 11111010 | 111011 | 1000110 |
Color Harmonies of #9384DF
Complementary color
Monochromatic Colors of #9384DF
Black with #9384DF
Text Example
Text Example
White with #9384DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9384DF; }
p { color: rgb(147,132,223); }
H1.HeaderClassName
{
color: #9384DF;
}
.AnyTagClassName
{
color: #9384DF;
}
</style>
background-color css
<style>
a { background-color: #9384DF; }
a { background-color: rgb(147,132,223); }
div.DivClassName
{
background-color: #9384DF;
}
.BgClassName
{
background-color: #9384DF;
}
</style>
border-color css
<style>
span { border-color: #9384DF; }
span { border-color: rgb(147,132,223); }
td.TdClassName
{
border-color: #9384DF;
}
.TagClassName
{
border-color: #9384DF;
}
</style>