Shades of Medium Purple #9876DD
Tints of Medium Purple #9876DD
RGB
CMYK
RGB Variations
Color information
#9876DD (or 0x9876DD) is known color: Medium Purple. HEX triplet: 98, 76 and DD. RGB value is (152,118,221). Sum of RGB (Red+Green+Blue) = 152+118+221=491 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.96% from 491); Green value is 118 (46.48% from 255 or 24.03% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #9876DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9876DD is #678922. Grayscale: #8B8B8B. Windows color (decimal): -6785315 or 14513816. OLE color: 14513816.
HSL color Cylindrical-coordinate representation of color #9876DD: hue angle of 259.81º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9876DD is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 118 | 221 | - |
| CMYK | 0.31 | 0.47 | 0 | 0.13 |
| HSL | 259.81º | 0.6% | 0.66% | - |
| HSV(B) | 259.81º | 0.47% | 0.87% | - |
| XYZ | 32.48 | 24.85 | 71.49 | - |
| YUV | 139.91 | 173.76 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 118 | 221 | 0.31 | 0.47 | 0 | 0.13 | 259.81 | 0.6 | 0.66 |
| Hex | 98 | 76 | DD | 1F | 2F | 0 | D | 104 | 3C | 42 |
| Octal | 230 | 166 | 335 | 37 | 57 | 0 | 15 | 404 | 74 | 102 |
| Binary | 10011000 | 1110110 | 11011101 | 11111 | 101111 | 0 | 1101 | 100000100 | 111100 | 1000010 |
Color Harmonies of #9876DD
Complementary color
Monochromatic Colors of #9876DD
Black with #9876DD
Text Example
Text Example
White with #9876DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9876DD; }
p { color: rgb(152,118,221); }
H1.HeaderClassName
{
color: #9876DD;
}
.AnyTagClassName
{
color: #9876DD;
}
</style>
background-color css
<style>
a { background-color: #9876DD; }
a { background-color: rgb(152,118,221); }
div.DivClassName
{
background-color: #9876DD;
}
.BgClassName
{
background-color: #9876DD;
}
</style>
border-color css
<style>
span { border-color: #9876DD; }
span { border-color: rgb(152,118,221); }
td.TdClassName
{
border-color: #9876DD;
}
.TagClassName
{
border-color: #9876DD;
}
</style>