Shades of Cold Purple #9986C5
Tints of Cold Purple #9986C5
RGB
CMYK
RGB Variations
Color information
#9986C5 (or 0x9986C5) is known color: Cold Purple. HEX triplet: 99, 86 and C5. RGB value is (153,134,197). Sum of RGB (Red+Green+Blue) = 153+134+197=484 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.61% from 484); Green value is 134 (52.73% from 255 or 27.69% from 484); Blue value is 197 (77.34% from 255 or 40.70% from 484); Max value from RGB is 197 - color contains mainly: blue. Hex color #9986C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9986C5 is #66793A. Grayscale: #929292. Windows color (decimal): -6715707 or 12945049. OLE color: 12945049.
HSL color Cylindrical-coordinate representation of color #9986C5: hue angle of 258.1º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9986C5 is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 153 | 134 | 197 | - |
| CMYK | 0.22 | 0.32 | 0 | 0.23 |
| HSL | 258.1º | 0.35% | 0.65% | - |
| HSV(B) | 258.1º | 0.32% | 0.77% | - |
| XYZ | 31.74 | 27.85 | 56.53 | - |
| YUV | 146.86 | 156.29 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 134 | 197 | 0.22 | 0.32 | 0 | 0.23 | 258.1 | 0.35 | 0.65 |
| Hex | 99 | 86 | C5 | 16 | 20 | 0 | 17 | 102 | 23 | 41 |
| Octal | 231 | 206 | 305 | 26 | 40 | 0 | 27 | 402 | 43 | 101 |
| Binary | 10011001 | 10000110 | 11000101 | 10110 | 100000 | 0 | 10111 | 100000010 | 100011 | 1000001 |
Color Harmonies of #9986C5
Complementary color
Monochromatic Colors of #9986C5
Black with #9986C5
Text Example
Text Example
White with #9986C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9986C5; }
p { color: rgb(153,134,197); }
H1.HeaderClassName
{
color: #9986C5;
}
.AnyTagClassName
{
color: #9986C5;
}
</style>
background-color css
<style>
a { background-color: #9986C5; }
a { background-color: rgb(153,134,197); }
div.DivClassName
{
background-color: #9986C5;
}
.BgClassName
{
background-color: #9986C5;
}
</style>
border-color css
<style>
span { border-color: #9986C5; }
span { border-color: rgb(153,134,197); }
td.TdClassName
{
border-color: #9986C5;
}
.TagClassName
{
border-color: #9986C5;
}
</style>