Shades of Medium Purple #9876D1
Tints of Medium Purple #9876D1
RGB
CMYK
RGB Variations
Color information
#9876D1 (or 0x9876D1) is known color: Medium Purple. HEX triplet: 98, 76 and D1. RGB value is (152,118,209). Sum of RGB (Red+Green+Blue) = 152+118+209=479 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.73% from 479); Green value is 118 (46.48% from 255 or 24.63% from 479); Blue value is 209 (82.03% from 255 or 43.63% from 479); Max value from RGB is 209 - color contains mainly: blue. Hex color #9876D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9876D1 is #67892E. Grayscale: #8A8A8A. Windows color (decimal): -6785327 or 13727384. OLE color: 13727384.
HSL color Cylindrical-coordinate representation of color #9876D1: hue angle of 262.42º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9876D1 is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 152 | 118 | 209 | - |
| CMYK | 0.27 | 0.44 | 0 | 0.18 |
| HSL | 262.42º | 0.5% | 0.64% | - |
| HSV(B) | 262.42º | 0.44% | 0.82% | - |
| XYZ | 30.94 | 24.24 | 63.37 | - |
| YUV | 138.54 | 167.76 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 118 | 209 | 0.27 | 0.44 | 0 | 0.18 | 262.42 | 0.5 | 0.64 |
| Hex | 98 | 76 | D1 | 1B | 2C | 0 | 12 | 106 | 32 | 40 |
| Octal | 230 | 166 | 321 | 33 | 54 | 0 | 22 | 406 | 62 | 100 |
| Binary | 10011000 | 1110110 | 11010001 | 11011 | 101100 | 0 | 10010 | 100000110 | 110010 | 1000000 |
Color Harmonies of #9876D1
Complementary color
Monochromatic Colors of #9876D1
Black with #9876D1
Text Example
Text Example
White with #9876D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9876D1; }
p { color: rgb(152,118,209); }
H1.HeaderClassName
{
color: #9876D1;
}
.AnyTagClassName
{
color: #9876D1;
}
</style>
background-color css
<style>
a { background-color: #9876D1; }
a { background-color: rgb(152,118,209); }
div.DivClassName
{
background-color: #9876D1;
}
.BgClassName
{
background-color: #9876D1;
}
</style>
border-color css
<style>
span { border-color: #9876D1; }
span { border-color: rgb(152,118,209); }
td.TdClassName
{
border-color: #9876D1;
}
.TagClassName
{
border-color: #9876D1;
}
</style>