Shades of Cold Purple #9886CA
Tints of Cold Purple #9886CA
RGB
CMYK
RGB Variations
Color information
#9886CA (or 0x9886CA) is known color: Cold Purple. HEX triplet: 98, 86 and CA. RGB value is (152,134,202). Sum of RGB (Red+Green+Blue) = 152+134+202=488 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.15% from 488); Green value is 134 (52.73% from 255 or 27.46% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 202 - color contains mainly: blue. Hex color #9886CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9886CA is #677935. Grayscale: #929292. Windows color (decimal): -6781238 or 13272728. OLE color: 13272728.
HSL color Cylindrical-coordinate representation of color #9886CA: hue angle of 255.88º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9886CA is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 152 | 134 | 202 | - |
| CMYK | 0.25 | 0.34 | 0 | 0.21 |
| HSL | 255.88º | 0.39% | 0.66% | - |
| HSV(B) | 255.88º | 0.34% | 0.79% | - |
| XYZ | 32.13 | 27.99 | 59.59 | - |
| YUV | 147.13 | 158.96 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 134 | 202 | 0.25 | 0.34 | 0 | 0.21 | 255.88 | 0.39 | 0.66 |
| Hex | 98 | 86 | CA | 19 | 22 | 0 | 15 | 100 | 27 | 42 |
| Octal | 230 | 206 | 312 | 31 | 42 | 0 | 25 | 400 | 47 | 102 |
| Binary | 10011000 | 10000110 | 11001010 | 11001 | 100010 | 0 | 10101 | 100000000 | 100111 | 1000010 |
Color Harmonies of #9886CA
Complementary color
Monochromatic Colors of #9886CA
Black with #9886CA
Text Example
Text Example
White with #9886CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9886CA; }
p { color: rgb(152,134,202); }
H1.HeaderClassName
{
color: #9886CA;
}
.AnyTagClassName
{
color: #9886CA;
}
</style>
background-color css
<style>
a { background-color: #9886CA; }
a { background-color: rgb(152,134,202); }
div.DivClassName
{
background-color: #9886CA;
}
.BgClassName
{
background-color: #9886CA;
}
</style>
border-color css
<style>
span { border-color: #9886CA; }
span { border-color: rgb(152,134,202); }
td.TdClassName
{
border-color: #9886CA;
}
.TagClassName
{
border-color: #9886CA;
}
</style>