Shades of Cold Purple #9687BC
Tints of Cold Purple #9687BC
RGB
CMYK
RGB Variations
Color information
#9687BC (or 0x9687BC) is known color: Cold Purple. HEX triplet: 96, 87 and BC. RGB value is (150,135,188). Sum of RGB (Red+Green+Blue) = 150+135+188=473 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.71% from 473); Green value is 135 (53.12% from 255 or 28.54% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 188 - color contains mainly: blue. Hex color #9687BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9687BC is #697843. Grayscale: #919191. Windows color (decimal): -6912068 or 12355478. OLE color: 12355478.
HSL color Cylindrical-coordinate representation of color #9687BC: hue angle of 256.98º 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 #9687BC is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 135 | 188 | - |
| CMYK | 0.20 | 0.28 | 0 | 0.26 |
| HSL | 256.98º | 0.28% | 0.63% | - |
| HSV(B) | 256.98º | 0.28% | 0.74% | - |
| XYZ | 30.32 | 27.44 | 51.28 | - |
| YUV | 145.53 | 151.97 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 135 | 188 | 0.20 | 0.28 | 0 | 0.26 | 256.98 | 0.28 | 0.63 |
| Hex | 96 | 87 | BC | 14 | 1C | 0 | 1A | 101 | 1C | 3F |
| Octal | 226 | 207 | 274 | 24 | 34 | 0 | 32 | 401 | 34 | 77 |
| Binary | 10010110 | 10000111 | 10111100 | 10100 | 11100 | 0 | 11010 | 100000001 | 11100 | 111111 |
Color Harmonies of #9687BC
Complementary color
Monochromatic Colors of #9687BC
Black with #9687BC
Text Example
Text Example
White with #9687BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9687BC; }
p { color: rgb(150,135,188); }
H1.HeaderClassName
{
color: #9687BC;
}
.AnyTagClassName
{
color: #9687BC;
}
</style>
background-color css
<style>
a { background-color: #9687BC; }
a { background-color: rgb(150,135,188); }
div.DivClassName
{
background-color: #9687BC;
}
.BgClassName
{
background-color: #9687BC;
}
</style>
border-color css
<style>
span { border-color: #9687BC; }
span { border-color: rgb(150,135,188); }
td.TdClassName
{
border-color: #9687BC;
}
.TagClassName
{
border-color: #9687BC;
}
</style>