Shades of Cold Purple #9687CC
Tints of Cold Purple #9687CC
RGB
CMYK
RGB Variations
Color information
#9687CC (or 0x9687CC) is known color: Cold Purple. HEX triplet: 96, 87 and CC. RGB value is (150,135,204). Sum of RGB (Red+Green+Blue) = 150+135+204=489 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.67% from 489); Green value is 135 (53.12% from 255 or 27.61% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 204 - color contains mainly: blue. Hex color #9687CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9687CC is #697833. Grayscale: #939393. Windows color (decimal): -6912052 or 13404054. OLE color: 13404054.
HSL color Cylindrical-coordinate representation of color #9687CC: hue angle of 253.04º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9687CC is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 150 | 135 | 204 | - |
| CMYK | 0.26 | 0.34 | 0 | 0.2 |
| HSL | 253.04º | 0.4% | 0.66% | - |
| HSV(B) | 253.04º | 0.34% | 0.8% | - |
| XYZ | 32.14 | 28.17 | 60.87 | - |
| YUV | 147.35 | 159.97 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 135 | 204 | 0.26 | 0.34 | 0 | 0.2 | 253.04 | 0.4 | 0.66 |
| Hex | 96 | 87 | CC | 1A | 22 | 0 | 14 | FD | 28 | 42 |
| Octal | 226 | 207 | 314 | 32 | 42 | 0 | 24 | 375 | 50 | 102 |
| Binary | 10010110 | 10000111 | 11001100 | 11010 | 100010 | 0 | 10100 | 11111101 | 101000 | 1000010 |
Color Harmonies of #9687CC
Complementary color
Monochromatic Colors of #9687CC
Black with #9687CC
Text Example
Text Example
White with #9687CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9687CC; }
p { color: rgb(150,135,204); }
H1.HeaderClassName
{
color: #9687CC;
}
.AnyTagClassName
{
color: #9687CC;
}
</style>
background-color css
<style>
a { background-color: #9687CC; }
a { background-color: rgb(150,135,204); }
div.DivClassName
{
background-color: #9687CC;
}
.BgClassName
{
background-color: #9687CC;
}
</style>
border-color css
<style>
span { border-color: #9687CC; }
span { border-color: rgb(150,135,204); }
td.TdClassName
{
border-color: #9687CC;
}
.TagClassName
{
border-color: #9687CC;
}
</style>