Shades of Medium Purple #9876D0
Tints of Medium Purple #9876D0
RGB
CMYK
RGB Variations
Color information
#9876D0 (or 0x9876D0) is known color: Medium Purple. HEX triplet: 98, 76 and D0. RGB value is (152,118,208). Sum of RGB (Red+Green+Blue) = 152+118+208=478 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.80% from 478); Green value is 118 (46.48% from 255 or 24.69% from 478); Blue value is 208 (81.64% from 255 or 43.51% from 478); Max value from RGB is 208 - color contains mainly: blue. Hex color #9876D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9876D0 is #67892F. Grayscale: #8A8A8A. Windows color (decimal): -6785328 or 13661848. OLE color: 13661848.
HSL color Cylindrical-coordinate representation of color #9876D0: hue angle of 262.67º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9876D0 is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 152 | 118 | 208 | - |
| CMYK | 0.27 | 0.43 | 0 | 0.18 |
| HSL | 262.67º | 0.49% | 0.64% | - |
| HSV(B) | 262.67º | 0.43% | 0.82% | - |
| XYZ | 30.81 | 24.19 | 62.72 | - |
| YUV | 138.43 | 167.26 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 118 | 208 | 0.27 | 0.43 | 0 | 0.18 | 262.67 | 0.49 | 0.64 |
| Hex | 98 | 76 | D0 | 1B | 2B | 0 | 12 | 107 | 31 | 40 |
| Octal | 230 | 166 | 320 | 33 | 53 | 0 | 22 | 407 | 61 | 100 |
| Binary | 10011000 | 1110110 | 11010000 | 11011 | 101011 | 0 | 10010 | 100000111 | 110001 | 1000000 |
Color Harmonies of #9876D0
Complementary color
Monochromatic Colors of #9876D0
Black with #9876D0
Text Example
Text Example
White with #9876D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9876D0; }
p { color: rgb(152,118,208); }
H1.HeaderClassName
{
color: #9876D0;
}
.AnyTagClassName
{
color: #9876D0;
}
</style>
background-color css
<style>
a { background-color: #9876D0; }
a { background-color: rgb(152,118,208); }
div.DivClassName
{
background-color: #9876D0;
}
.BgClassName
{
background-color: #9876D0;
}
</style>
border-color css
<style>
span { border-color: #9876D0; }
span { border-color: rgb(152,118,208); }
td.TdClassName
{
border-color: #9876D0;
}
.TagClassName
{
border-color: #9876D0;
}
</style>