Shades of Cold Purple #9687BF
Tints of Cold Purple #9687BF
RGB
CMYK
RGB Variations
Color information
#9687BF (or 0x9687BF) is known color: Cold Purple. HEX triplet: 96, 87 and BF. RGB value is (150,135,191). Sum of RGB (Red+Green+Blue) = 150+135+191=476 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.51% from 476); Green value is 135 (53.12% from 255 or 28.36% from 476); Blue value is 191 (75% from 255 or 40.13% from 476); Max value from RGB is 191 - color contains mainly: blue. Hex color #9687BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9687BF is #697840. Grayscale: #919191. Windows color (decimal): -6912065 or 12552086. OLE color: 12552086.
HSL color Cylindrical-coordinate representation of color #9687BF: hue angle of 256.07º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9687BF is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 135 | 191 | - |
| CMYK | 0.21 | 0.29 | 0 | 0.25 |
| HSL | 256.07º | 0.3% | 0.64% | - |
| HSV(B) | 256.07º | 0.29% | 0.75% | - |
| XYZ | 30.65 | 27.57 | 53 | - |
| YUV | 145.87 | 153.47 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 135 | 191 | 0.21 | 0.29 | 0 | 0.25 | 256.07 | 0.3 | 0.64 |
| Hex | 96 | 87 | BF | 15 | 1D | 0 | 19 | 100 | 1E | 40 |
| Octal | 226 | 207 | 277 | 25 | 35 | 0 | 31 | 400 | 36 | 100 |
| Binary | 10010110 | 10000111 | 10111111 | 10101 | 11101 | 0 | 11001 | 100000000 | 11110 | 1000000 |
Color Harmonies of #9687BF
Complementary color
Monochromatic Colors of #9687BF
Black with #9687BF
Text Example
Text Example
White with #9687BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9687BF; }
p { color: rgb(150,135,191); }
H1.HeaderClassName
{
color: #9687BF;
}
.AnyTagClassName
{
color: #9687BF;
}
</style>
background-color css
<style>
a { background-color: #9687BF; }
a { background-color: rgb(150,135,191); }
div.DivClassName
{
background-color: #9687BF;
}
.BgClassName
{
background-color: #9687BF;
}
</style>
border-color css
<style>
span { border-color: #9687BF; }
span { border-color: rgb(150,135,191); }
td.TdClassName
{
border-color: #9687BF;
}
.TagClassName
{
border-color: #9687BF;
}
</style>