Shades of Cold Purple #9687C0
Tints of Cold Purple #9687C0
RGB
CMYK
RGB Variations
Color information
#9687C0 (or 0x9687C0) is known color: Cold Purple. HEX triplet: 96, 87 and C0. RGB value is (150,135,192). Sum of RGB (Red+Green+Blue) = 150+135+192=477 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.45% from 477); Green value is 135 (53.12% from 255 or 28.30% from 477); Blue value is 192 (75.39% from 255 or 40.25% from 477); Max value from RGB is 192 - color contains mainly: blue. Hex color #9687C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9687C0 is #69783F. Grayscale: #919191. Windows color (decimal): -6912064 or 12617622. OLE color: 12617622.
HSL color Cylindrical-coordinate representation of color #9687C0: hue angle of 255.79º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9687C0 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 135 | 192 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.25 |
| HSL | 255.79º | 0.31% | 0.64% | - |
| HSV(B) | 255.79º | 0.3% | 0.75% | - |
| XYZ | 30.76 | 27.62 | 53.58 | - |
| YUV | 145.98 | 153.97 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 135 | 192 | 0.22 | 0.30 | 0 | 0.25 | 255.79 | 0.31 | 0.64 |
| Hex | 96 | 87 | C0 | 16 | 1E | 0 | 19 | 100 | 1F | 40 |
| Octal | 226 | 207 | 300 | 26 | 36 | 0 | 31 | 400 | 37 | 100 |
| Binary | 10010110 | 10000111 | 11000000 | 10110 | 11110 | 0 | 11001 | 100000000 | 11111 | 1000000 |
Color Harmonies of #9687C0
Complementary color
Monochromatic Colors of #9687C0
Black with #9687C0
Text Example
Text Example
White with #9687C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9687C0; }
p { color: rgb(150,135,192); }
H1.HeaderClassName
{
color: #9687C0;
}
.AnyTagClassName
{
color: #9687C0;
}
</style>
background-color css
<style>
a { background-color: #9687C0; }
a { background-color: rgb(150,135,192); }
div.DivClassName
{
background-color: #9687C0;
}
.BgClassName
{
background-color: #9687C0;
}
</style>
border-color css
<style>
span { border-color: #9687C0; }
span { border-color: rgb(150,135,192); }
td.TdClassName
{
border-color: #9687C0;
}
.TagClassName
{
border-color: #9687C0;
}
</style>