Shades of Medium Purple #9873DD
Tints of Medium Purple #9873DD
RGB
CMYK
RGB Variations
Color information
#9873DD (or 0x9873DD) is known color: Medium Purple. HEX triplet: 98, 73 and DD. RGB value is (152,115,221). Sum of RGB (Red+Green+Blue) = 152+115+221=488 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.15% from 488); Green value is 115 (45.31% from 255 or 23.57% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #9873DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9873DD is #678C22. Grayscale: #898989. Windows color (decimal): -6786083 or 14513048. OLE color: 14513048.
HSL color Cylindrical-coordinate representation of color #9873DD: hue angle of 260.94º degrees, saturation: 0.61, 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 #9873DD is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 115 | 221 | - |
| CMYK | 0.31 | 0.48 | 0 | 0.13 |
| HSL | 260.94º | 0.61% | 0.66% | - |
| HSV(B) | 260.94º | 0.48% | 0.87% | - |
| XYZ | 32.13 | 24.16 | 71.38 | - |
| YUV | 138.15 | 174.76 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 115 | 221 | 0.31 | 0.48 | 0 | 0.13 | 260.94 | 0.61 | 0.66 |
| Hex | 98 | 73 | DD | 1F | 30 | 0 | D | 105 | 3D | 42 |
| Octal | 230 | 163 | 335 | 37 | 60 | 0 | 15 | 405 | 75 | 102 |
| Binary | 10011000 | 1110011 | 11011101 | 11111 | 110000 | 0 | 1101 | 100000101 | 111101 | 1000010 |
Color Harmonies of #9873DD
Complementary color
Monochromatic Colors of #9873DD
Black with #9873DD
Text Example
Text Example
White with #9873DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9873DD; }
p { color: rgb(152,115,221); }
H1.HeaderClassName
{
color: #9873DD;
}
.AnyTagClassName
{
color: #9873DD;
}
</style>
background-color css
<style>
a { background-color: #9873DD; }
a { background-color: rgb(152,115,221); }
div.DivClassName
{
background-color: #9873DD;
}
.BgClassName
{
background-color: #9873DD;
}
</style>
border-color css
<style>
span { border-color: #9873DD; }
span { border-color: rgb(152,115,221); }
td.TdClassName
{
border-color: #9873DD;
}
.TagClassName
{
border-color: #9873DD;
}
</style>