Shades of Medium Purple #9886D5
Tints of Medium Purple #9886D5
RGB
CMYK
RGB Variations
Color information
#9886D5 (or 0x9886D5) is known color: Medium Purple. HEX triplet: 98, 86 and D5. RGB value is (152,134,213). Sum of RGB (Red+Green+Blue) = 152+134+213=499 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.46% from 499); Green value is 134 (52.73% from 255 or 26.85% from 499); Blue value is 213 (83.59% from 255 or 42.69% from 499); Max value from RGB is 213 - color contains mainly: blue. Hex color #9886D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9886D5 is #67792A. Grayscale: #949494. Windows color (decimal): -6781227 or 13993624. OLE color: 13993624.
HSL color Cylindrical-coordinate representation of color #9886D5: hue angle of 253.67º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9886D5 is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 152 | 134 | 213 | - |
| CMYK | 0.29 | 0.37 | 0 | 0.16 |
| HSL | 253.67º | 0.48% | 0.68% | - |
| HSV(B) | 253.67º | 0.37% | 0.84% | - |
| XYZ | 33.48 | 28.53 | 66.69 | - |
| YUV | 148.39 | 164.46 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 134 | 213 | 0.29 | 0.37 | 0 | 0.16 | 253.67 | 0.48 | 0.68 |
| Hex | 98 | 86 | D5 | 1D | 25 | 0 | 10 | FE | 30 | 44 |
| Octal | 230 | 206 | 325 | 35 | 45 | 0 | 20 | 376 | 60 | 104 |
| Binary | 10011000 | 10000110 | 11010101 | 11101 | 100101 | 0 | 10000 | 11111110 | 110000 | 1000100 |
Color Harmonies of #9886D5
Complementary color
Monochromatic Colors of #9886D5
Black with #9886D5
Text Example
Text Example
White with #9886D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9886D5; }
p { color: rgb(152,134,213); }
H1.HeaderClassName
{
color: #9886D5;
}
.AnyTagClassName
{
color: #9886D5;
}
</style>
background-color css
<style>
a { background-color: #9886D5; }
a { background-color: rgb(152,134,213); }
div.DivClassName
{
background-color: #9886D5;
}
.BgClassName
{
background-color: #9886D5;
}
</style>
border-color css
<style>
span { border-color: #9886D5; }
span { border-color: rgb(152,134,213); }
td.TdClassName
{
border-color: #9886D5;
}
.TagClassName
{
border-color: #9886D5;
}
</style>