Shades of Cold Purple #9987BC
Tints of Cold Purple #9987BC
RGB
CMYK
RGB Variations
Color information
#9987BC (or 0x9987BC) is known color: Cold Purple. HEX triplet: 99, 87 and BC. RGB value is (153,135,188). Sum of RGB (Red+Green+Blue) = 153+135+188=476 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.14% from 476); Green value is 135 (53.12% from 255 or 28.36% from 476); Blue value is 188 (73.83% from 255 or 39.50% from 476); Max value from RGB is 188 - color contains mainly: blue. Hex color #9987BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9987BC is #667843. Grayscale: #929292. Windows color (decimal): -6715460 or 12355481. OLE color: 12355481.
HSL color Cylindrical-coordinate representation of color #9987BC: hue angle of 260.38º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9987BC is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 135 | 188 | - |
| CMYK | 0.19 | 0.28 | 0 | 0.26 |
| HSL | 260.38º | 0.28% | 0.63% | - |
| HSV(B) | 260.38º | 0.28% | 0.74% | - |
| XYZ | 30.88 | 27.73 | 51.3 | - |
| YUV | 146.42 | 151.46 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 135 | 188 | 0.19 | 0.28 | 0 | 0.26 | 260.38 | 0.28 | 0.63 |
| Hex | 99 | 87 | BC | 13 | 1C | 0 | 1A | 104 | 1C | 3F |
| Octal | 231 | 207 | 274 | 23 | 34 | 0 | 32 | 404 | 34 | 77 |
| Binary | 10011001 | 10000111 | 10111100 | 10011 | 11100 | 0 | 11010 | 100000100 | 11100 | 111111 |
Color Harmonies of #9987BC
Complementary color
Monochromatic Colors of #9987BC
Black with #9987BC
Text Example
Text Example
White with #9987BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9987BC; }
p { color: rgb(153,135,188); }
H1.HeaderClassName
{
color: #9987BC;
}
.AnyTagClassName
{
color: #9987BC;
}
</style>
background-color css
<style>
a { background-color: #9987BC; }
a { background-color: rgb(153,135,188); }
div.DivClassName
{
background-color: #9987BC;
}
.BgClassName
{
background-color: #9987BC;
}
</style>
border-color css
<style>
span { border-color: #9987BC; }
span { border-color: rgb(153,135,188); }
td.TdClassName
{
border-color: #9987BC;
}
.TagClassName
{
border-color: #9987BC;
}
</style>