Shades of Medium Purple #9875D8
Tints of Medium Purple #9875D8
RGB
CMYK
RGB Variations
Color information
#9875D8 (or 0x9875D8) is known color: Medium Purple. HEX triplet: 98, 75 and D8. RGB value is (152,117,216). Sum of RGB (Red+Green+Blue) = 152+117+216=485 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.34% from 485); Green value is 117 (46.09% from 255 or 24.12% from 485); Blue value is 216 (84.77% from 255 or 44.54% from 485); Max value from RGB is 216 - color contains mainly: blue. Hex color #9875D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9875D8 is #678A27. Grayscale: #8A8A8A. Windows color (decimal): -6785576 or 14185880. OLE color: 14185880.
HSL color Cylindrical-coordinate representation of color #9875D8: hue angle of 261.21º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9875D8 is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 117 | 216 | - |
| CMYK | 0.30 | 0.46 | 0 | 0.15 |
| HSL | 261.21º | 0.56% | 0.65% | - |
| HSV(B) | 261.21º | 0.46% | 0.85% | - |
| XYZ | 31.7 | 24.36 | 68 | - |
| YUV | 138.75 | 171.6 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 117 | 216 | 0.30 | 0.46 | 0 | 0.15 | 261.21 | 0.56 | 0.65 |
| Hex | 98 | 75 | D8 | 1E | 2E | 0 | F | 105 | 38 | 41 |
| Octal | 230 | 165 | 330 | 36 | 56 | 0 | 17 | 405 | 70 | 101 |
| Binary | 10011000 | 1110101 | 11011000 | 11110 | 101110 | 0 | 1111 | 100000101 | 111000 | 1000001 |
Color Harmonies of #9875D8
Complementary color
Monochromatic Colors of #9875D8
Black with #9875D8
Text Example
Text Example
White with #9875D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9875D8; }
p { color: rgb(152,117,216); }
H1.HeaderClassName
{
color: #9875D8;
}
.AnyTagClassName
{
color: #9875D8;
}
</style>
background-color css
<style>
a { background-color: #9875D8; }
a { background-color: rgb(152,117,216); }
div.DivClassName
{
background-color: #9875D8;
}
.BgClassName
{
background-color: #9875D8;
}
</style>
border-color css
<style>
span { border-color: #9875D8; }
span { border-color: rgb(152,117,216); }
td.TdClassName
{
border-color: #9875D8;
}
.TagClassName
{
border-color: #9875D8;
}
</style>