Shades of Medium Purple #9875D7
Tints of Medium Purple #9875D7
RGB
CMYK
RGB Variations
Color information
#9875D7 (or 0x9875D7) is known color: Medium Purple. HEX triplet: 98, 75 and D7. RGB value is (152,117,215). Sum of RGB (Red+Green+Blue) = 152+117+215=484 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.40% from 484); Green value is 117 (46.09% from 255 or 24.17% from 484); Blue value is 215 (84.38% from 255 or 44.42% from 484); Max value from RGB is 215 - color contains mainly: blue. Hex color #9875D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9875D7 is #678A28. Grayscale: #8A8A8A. Windows color (decimal): -6785577 or 14120344. OLE color: 14120344.
HSL color Cylindrical-coordinate representation of color #9875D7: hue angle of 261.43º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9875D7 is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 152 | 117 | 215 | - |
| CMYK | 0.29 | 0.46 | 0 | 0.16 |
| HSL | 261.43º | 0.55% | 0.65% | - |
| HSV(B) | 261.43º | 0.46% | 0.84% | - |
| XYZ | 31.58 | 24.3 | 67.32 | - |
| YUV | 138.64 | 171.1 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 117 | 215 | 0.29 | 0.46 | 0 | 0.16 | 261.43 | 0.55 | 0.65 |
| Hex | 98 | 75 | D7 | 1D | 2E | 0 | 10 | 105 | 37 | 41 |
| Octal | 230 | 165 | 327 | 35 | 56 | 0 | 20 | 405 | 67 | 101 |
| Binary | 10011000 | 1110101 | 11010111 | 11101 | 101110 | 0 | 10000 | 100000101 | 110111 | 1000001 |
Color Harmonies of #9875D7
Complementary color
Monochromatic Colors of #9875D7
Black with #9875D7
Text Example
Text Example
White with #9875D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9875D7; }
p { color: rgb(152,117,215); }
H1.HeaderClassName
{
color: #9875D7;
}
.AnyTagClassName
{
color: #9875D7;
}
</style>
background-color css
<style>
a { background-color: #9875D7; }
a { background-color: rgb(152,117,215); }
div.DivClassName
{
background-color: #9875D7;
}
.BgClassName
{
background-color: #9875D7;
}
</style>
border-color css
<style>
span { border-color: #9875D7; }
span { border-color: rgb(152,117,215); }
td.TdClassName
{
border-color: #9875D7;
}
.TagClassName
{
border-color: #9875D7;
}
</style>