Shades of Cold Purple #9887D5
Tints of Cold Purple #9887D5
RGB
CMYK
RGB Variations
Color information
#9887D5 (or 0x9887D5) is known color: Cold Purple. HEX triplet: 98, 87 and D5. RGB value is (152,135,213). Sum of RGB (Red+Green+Blue) = 152+135+213=500 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.4% from 500); Green value is 135 (53.12% from 255 or 27% from 500); Blue value is 213 (83.59% from 255 or 42.6% from 500); Max value from RGB is 213 - color contains mainly: blue. Hex color #9887D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9887D5 is #67782A. Grayscale: #949494. Windows color (decimal): -6780971 or 13993880. OLE color: 13993880.
HSL color Cylindrical-coordinate representation of color #9887D5: hue angle of 253.08º 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 #9887D5 is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 152 | 135 | 213 | - |
| CMYK | 0.29 | 0.37 | 0 | 0.16 |
| HSL | 253.08º | 0.48% | 0.68% | - |
| HSV(B) | 253.08º | 0.37% | 0.84% | - |
| XYZ | 33.62 | 28.81 | 66.74 | - |
| YUV | 148.98 | 164.13 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 135 | 213 | 0.29 | 0.37 | 0 | 0.16 | 253.08 | 0.48 | 0.68 |
| Hex | 98 | 87 | D5 | 1D | 25 | 0 | 10 | FD | 30 | 44 |
| Octal | 230 | 207 | 325 | 35 | 45 | 0 | 20 | 375 | 60 | 104 |
| Binary | 10011000 | 10000111 | 11010101 | 11101 | 100101 | 0 | 10000 | 11111101 | 110000 | 1000100 |
Color Harmonies of #9887D5
Complementary color
Monochromatic Colors of #9887D5
Black with #9887D5
Text Example
Text Example
White with #9887D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9887D5; }
p { color: rgb(152,135,213); }
H1.HeaderClassName
{
color: #9887D5;
}
.AnyTagClassName
{
color: #9887D5;
}
</style>
background-color css
<style>
a { background-color: #9887D5; }
a { background-color: rgb(152,135,213); }
div.DivClassName
{
background-color: #9887D5;
}
.BgClassName
{
background-color: #9887D5;
}
</style>
border-color css
<style>
span { border-color: #9887D5; }
span { border-color: rgb(152,135,213); }
td.TdClassName
{
border-color: #9887D5;
}
.TagClassName
{
border-color: #9887D5;
}
</style>