Shades of Cold Purple #9887CA
Tints of Cold Purple #9887CA
RGB
CMYK
RGB Variations
Color information
#9887CA (or 0x9887CA) is known color: Cold Purple. HEX triplet: 98, 87 and CA. RGB value is (152,135,202). Sum of RGB (Red+Green+Blue) = 152+135+202=489 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.08% from 489); Green value is 135 (53.12% from 255 or 27.61% from 489); Blue value is 202 (79.30% from 255 or 41.31% from 489); Max value from RGB is 202 - color contains mainly: blue. Hex color #9887CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9887CA is #677835. Grayscale: #939393. Windows color (decimal): -6780982 or 13272984. OLE color: 13272984.
HSL color Cylindrical-coordinate representation of color #9887CA: hue angle of 255.22º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9887CA is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 152 | 135 | 202 | - |
| CMYK | 0.25 | 0.33 | 0 | 0.21 |
| HSL | 255.22º | 0.39% | 0.66% | - |
| HSV(B) | 255.22º | 0.33% | 0.79% | - |
| XYZ | 32.27 | 28.27 | 59.63 | - |
| YUV | 147.72 | 158.63 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 135 | 202 | 0.25 | 0.33 | 0 | 0.21 | 255.22 | 0.39 | 0.66 |
| Hex | 98 | 87 | CA | 19 | 21 | 0 | 15 | FF | 27 | 42 |
| Octal | 230 | 207 | 312 | 31 | 41 | 0 | 25 | 377 | 47 | 102 |
| Binary | 10011000 | 10000111 | 11001010 | 11001 | 100001 | 0 | 10101 | 11111111 | 100111 | 1000010 |
Color Harmonies of #9887CA
Complementary color
Monochromatic Colors of #9887CA
Black with #9887CA
Text Example
Text Example
White with #9887CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9887CA; }
p { color: rgb(152,135,202); }
H1.HeaderClassName
{
color: #9887CA;
}
.AnyTagClassName
{
color: #9887CA;
}
</style>
background-color css
<style>
a { background-color: #9887CA; }
a { background-color: rgb(152,135,202); }
div.DivClassName
{
background-color: #9887CA;
}
.BgClassName
{
background-color: #9887CA;
}
</style>
border-color css
<style>
span { border-color: #9887CA; }
span { border-color: rgb(152,135,202); }
td.TdClassName
{
border-color: #9887CA;
}
.TagClassName
{
border-color: #9887CA;
}
</style>