Shades of Cold Purple #9687CF
Tints of Cold Purple #9687CF
RGB
CMYK
RGB Variations
Color information
#9687CF (or 0x9687CF) is known color: Cold Purple. HEX triplet: 96, 87 and CF. RGB value is (150,135,207). Sum of RGB (Red+Green+Blue) = 150+135+207=492 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.49% from 492); Green value is 135 (53.12% from 255 or 27.44% from 492); Blue value is 207 (81.25% from 255 or 42.07% from 492); Max value from RGB is 207 - color contains mainly: blue. Hex color #9687CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9687CF is #697830. Grayscale: #939393. Windows color (decimal): -6912049 or 13600662. OLE color: 13600662.
HSL color Cylindrical-coordinate representation of color #9687CF: hue angle of 252.5º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9687CF is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 135 | 207 | - |
| CMYK | 0.28 | 0.35 | 0 | 0.19 |
| HSL | 252.5º | 0.43% | 0.67% | - |
| HSV(B) | 252.5º | 0.35% | 0.81% | - |
| XYZ | 32.5 | 28.32 | 62.78 | - |
| YUV | 147.69 | 161.47 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 135 | 207 | 0.28 | 0.35 | 0 | 0.19 | 252.5 | 0.43 | 0.67 |
| Hex | 96 | 87 | CF | 1C | 23 | 0 | 13 | FD | 2B | 43 |
| Octal | 226 | 207 | 317 | 34 | 43 | 0 | 23 | 375 | 53 | 103 |
| Binary | 10010110 | 10000111 | 11001111 | 11100 | 100011 | 0 | 10011 | 11111101 | 101011 | 1000011 |
Color Harmonies of #9687CF
Complementary color
Monochromatic Colors of #9687CF
Black with #9687CF
Text Example
Text Example
White with #9687CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9687CF; }
p { color: rgb(150,135,207); }
H1.HeaderClassName
{
color: #9687CF;
}
.AnyTagClassName
{
color: #9687CF;
}
</style>
background-color css
<style>
a { background-color: #9687CF; }
a { background-color: rgb(150,135,207); }
div.DivClassName
{
background-color: #9687CF;
}
.BgClassName
{
background-color: #9687CF;
}
</style>
border-color css
<style>
span { border-color: #9687CF; }
span { border-color: rgb(150,135,207); }
td.TdClassName
{
border-color: #9687CF;
}
.TagClassName
{
border-color: #9687CF;
}
</style>