Shades of Cold Purple #9688BA
Tints of Cold Purple #9688BA
RGB
CMYK
RGB Variations
Color information
#9688BA (or 0x9688BA) is known color: Cold Purple. HEX triplet: 96, 88 and BA. RGB value is (150,136,186). Sum of RGB (Red+Green+Blue) = 150+136+186=472 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.78% from 472); Green value is 136 (53.52% from 255 or 28.81% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 186 - color contains mainly: blue. Hex color #9688BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9688BA is #697745. Grayscale: #919191. Windows color (decimal): -6911814 or 12224662. OLE color: 12224662.
HSL color Cylindrical-coordinate representation of color #9688BA: hue angle of 256.8º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9688BA is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 136 | 186 | - |
| CMYK | 0.19 | 0.27 | 0 | 0.27 |
| HSL | 256.8º | 0.27% | 0.63% | - |
| HSV(B) | 256.8º | 0.27% | 0.73% | - |
| XYZ | 30.24 | 27.64 | 50.19 | - |
| YUV | 145.89 | 150.64 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 136 | 186 | 0.19 | 0.27 | 0 | 0.27 | 256.8 | 0.27 | 0.63 |
| Hex | 96 | 88 | BA | 13 | 1B | 0 | 1B | 101 | 1B | 3F |
| Octal | 226 | 210 | 272 | 23 | 33 | 0 | 33 | 401 | 33 | 77 |
| Binary | 10010110 | 10001000 | 10111010 | 10011 | 11011 | 0 | 11011 | 100000001 | 11011 | 111111 |
Color Harmonies of #9688BA
Complementary color
Monochromatic Colors of #9688BA
Black with #9688BA
Text Example
Text Example
White with #9688BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9688BA; }
p { color: rgb(150,136,186); }
H1.HeaderClassName
{
color: #9688BA;
}
.AnyTagClassName
{
color: #9688BA;
}
</style>
background-color css
<style>
a { background-color: #9688BA; }
a { background-color: rgb(150,136,186); }
div.DivClassName
{
background-color: #9688BA;
}
.BgClassName
{
background-color: #9688BA;
}
</style>
border-color css
<style>
span { border-color: #9688BA; }
span { border-color: rgb(150,136,186); }
td.TdClassName
{
border-color: #9688BA;
}
.TagClassName
{
border-color: #9688BA;
}
</style>