Shades of Cold Purple #9986BC
Tints of Cold Purple #9986BC
RGB
CMYK
RGB Variations
Color information
#9986BC (or 0x9986BC) is known color: Cold Purple. HEX triplet: 99, 86 and BC. RGB value is (153,134,188). Sum of RGB (Red+Green+Blue) = 153+134+188=475 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.21% from 475); Green value is 134 (52.73% from 255 or 28.21% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 188 - color contains mainly: blue. Hex color #9986BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9986BC is #667943. Grayscale: #919191. Windows color (decimal): -6715716 or 12355225. OLE color: 12355225.
HSL color Cylindrical-coordinate representation of color #9986BC: hue angle of 261.11º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9986BC is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 134 | 188 | - |
| CMYK | 0.19 | 0.29 | 0 | 0.26 |
| HSL | 261.11º | 0.29% | 0.63% | - |
| HSV(B) | 261.11º | 0.29% | 0.74% | - |
| XYZ | 30.74 | 27.45 | 51.26 | - |
| YUV | 145.84 | 151.79 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 134 | 188 | 0.19 | 0.29 | 0 | 0.26 | 261.11 | 0.29 | 0.63 |
| Hex | 99 | 86 | BC | 13 | 1D | 0 | 1A | 105 | 1D | 3F |
| Octal | 231 | 206 | 274 | 23 | 35 | 0 | 32 | 405 | 35 | 77 |
| Binary | 10011001 | 10000110 | 10111100 | 10011 | 11101 | 0 | 11010 | 100000101 | 11101 | 111111 |
Color Harmonies of #9986BC
Complementary color
Monochromatic Colors of #9986BC
Black with #9986BC
Text Example
Text Example
White with #9986BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9986BC; }
p { color: rgb(153,134,188); }
H1.HeaderClassName
{
color: #9986BC;
}
.AnyTagClassName
{
color: #9986BC;
}
</style>
background-color css
<style>
a { background-color: #9986BC; }
a { background-color: rgb(153,134,188); }
div.DivClassName
{
background-color: #9986BC;
}
.BgClassName
{
background-color: #9986BC;
}
</style>
border-color css
<style>
span { border-color: #9986BC; }
span { border-color: rgb(153,134,188); }
td.TdClassName
{
border-color: #9986BC;
}
.TagClassName
{
border-color: #9986BC;
}
</style>