Shades of Medium Purple #9873DF
Tints of Medium Purple #9873DF
RGB
CMYK
RGB Variations
Color information
#9873DF (or 0x9873DF) is known color: Medium Purple. HEX triplet: 98, 73 and DF. RGB value is (152,115,223). Sum of RGB (Red+Green+Blue) = 152+115+223=490 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.02% from 490); Green value is 115 (45.31% from 255 or 23.47% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 223 - color contains mainly: blue. Hex color #9873DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9873DF is #678C20. Grayscale: #898989. Windows color (decimal): -6786081 or 14644120. OLE color: 14644120.
HSL color Cylindrical-coordinate representation of color #9873DF: hue angle of 260.56º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9873DF is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 115 | 223 | - |
| CMYK | 0.32 | 0.48 | 0 | 0.13 |
| HSL | 260.56º | 0.63% | 0.66% | - |
| HSV(B) | 260.56º | 0.48% | 0.87% | - |
| XYZ | 32.4 | 24.26 | 72.79 | - |
| YUV | 138.38 | 175.76 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 115 | 223 | 0.32 | 0.48 | 0 | 0.13 | 260.56 | 0.63 | 0.66 |
| Hex | 98 | 73 | DF | 20 | 30 | 0 | D | 105 | 3F | 42 |
| Octal | 230 | 163 | 337 | 40 | 60 | 0 | 15 | 405 | 77 | 102 |
| Binary | 10011000 | 1110011 | 11011111 | 100000 | 110000 | 0 | 1101 | 100000101 | 111111 | 1000010 |
Color Harmonies of #9873DF
Complementary color
Monochromatic Colors of #9873DF
Black with #9873DF
Text Example
Text Example
White with #9873DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9873DF; }
p { color: rgb(152,115,223); }
H1.HeaderClassName
{
color: #9873DF;
}
.AnyTagClassName
{
color: #9873DF;
}
</style>
background-color css
<style>
a { background-color: #9873DF; }
a { background-color: rgb(152,115,223); }
div.DivClassName
{
background-color: #9873DF;
}
.BgClassName
{
background-color: #9873DF;
}
</style>
border-color css
<style>
span { border-color: #9873DF; }
span { border-color: rgb(152,115,223); }
td.TdClassName
{
border-color: #9873DF;
}
.TagClassName
{
border-color: #9873DF;
}
</style>