Shades of Medium Purple #9885D8
Tints of Medium Purple #9885D8
RGB
CMYK
RGB Variations
Color information
#9885D8 (or 0x9885D8) is known color: Medium Purple. HEX triplet: 98, 85 and D8. RGB value is (152,133,216). Sum of RGB (Red+Green+Blue) = 152+133+216=501 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.34% from 501); Green value is 133 (52.34% from 255 or 26.55% from 501); Blue value is 216 (84.77% from 255 or 43.11% from 501); Max value from RGB is 216 - color contains mainly: blue. Hex color #9885D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9885D8 is #677A27. Grayscale: #939393. Windows color (decimal): -6781480 or 14189976. OLE color: 14189976.
HSL color Cylindrical-coordinate representation of color #9885D8: hue angle of 253.73º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9885D8 is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 133 | 216 | - |
| CMYK | 0.30 | 0.38 | 0 | 0.15 |
| HSL | 253.73º | 0.52% | 0.68% | - |
| HSV(B) | 253.73º | 0.38% | 0.85% | - |
| XYZ | 33.73 | 28.41 | 68.67 | - |
| YUV | 148.14 | 166.29 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 133 | 216 | 0.30 | 0.38 | 0 | 0.15 | 253.73 | 0.52 | 0.68 |
| Hex | 98 | 85 | D8 | 1E | 26 | 0 | F | FE | 34 | 44 |
| Octal | 230 | 205 | 330 | 36 | 46 | 0 | 17 | 376 | 64 | 104 |
| Binary | 10011000 | 10000101 | 11011000 | 11110 | 100110 | 0 | 1111 | 11111110 | 110100 | 1000100 |
Color Harmonies of #9885D8
Complementary color
Monochromatic Colors of #9885D8
Black with #9885D8
Text Example
Text Example
White with #9885D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9885D8; }
p { color: rgb(152,133,216); }
H1.HeaderClassName
{
color: #9885D8;
}
.AnyTagClassName
{
color: #9885D8;
}
</style>
background-color css
<style>
a { background-color: #9885D8; }
a { background-color: rgb(152,133,216); }
div.DivClassName
{
background-color: #9885D8;
}
.BgClassName
{
background-color: #9885D8;
}
</style>
border-color css
<style>
span { border-color: #9885D8; }
span { border-color: rgb(152,133,216); }
td.TdClassName
{
border-color: #9885D8;
}
.TagClassName
{
border-color: #9885D8;
}
</style>