Shades of Cold Purple #9986BB
Tints of Cold Purple #9986BB
RGB
CMYK
RGB Variations
Color information
#9986BB (or 0x9986BB) is known color: Cold Purple. HEX triplet: 99, 86 and BB. RGB value is (153,134,187). Sum of RGB (Red+Green+Blue) = 153+134+187=474 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.28% from 474); Green value is 134 (52.73% from 255 or 28.27% from 474); Blue value is 187 (73.44% from 255 or 39.45% from 474); Max value from RGB is 187 - color contains mainly: blue. Hex color #9986BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9986BB is #667944. Grayscale: #919191. Windows color (decimal): -6715717 or 12289689. OLE color: 12289689.
HSL color Cylindrical-coordinate representation of color #9986BB: hue angle of 261.51º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9986BB is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 134 | 187 | - |
| CMYK | 0.18 | 0.28 | 0 | 0.27 |
| HSL | 261.51º | 0.28% | 0.63% | - |
| HSV(B) | 261.51º | 0.28% | 0.73% | - |
| XYZ | 30.63 | 27.41 | 50.69 | - |
| YUV | 145.72 | 151.29 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 134 | 187 | 0.18 | 0.28 | 0 | 0.27 | 261.51 | 0.28 | 0.63 |
| Hex | 99 | 86 | BB | 12 | 1C | 0 | 1B | 106 | 1C | 3F |
| Octal | 231 | 206 | 273 | 22 | 34 | 0 | 33 | 406 | 34 | 77 |
| Binary | 10011001 | 10000110 | 10111011 | 10010 | 11100 | 0 | 11011 | 100000110 | 11100 | 111111 |
Color Harmonies of #9986BB
Complementary color
Monochromatic Colors of #9986BB
Black with #9986BB
Text Example
Text Example
White with #9986BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9986BB; }
p { color: rgb(153,134,187); }
H1.HeaderClassName
{
color: #9986BB;
}
.AnyTagClassName
{
color: #9986BB;
}
</style>
background-color css
<style>
a { background-color: #9986BB; }
a { background-color: rgb(153,134,187); }
div.DivClassName
{
background-color: #9986BB;
}
.BgClassName
{
background-color: #9986BB;
}
</style>
border-color css
<style>
span { border-color: #9986BB; }
span { border-color: rgb(153,134,187); }
td.TdClassName
{
border-color: #9986BB;
}
.TagClassName
{
border-color: #9986BB;
}
</style>