Shades of Cold Purple #9688AD
Tints of Cold Purple #9688AD
RGB
CMYK
RGB Variations
Color information
#9688AD (or 0x9688AD) is known color: Cold Purple. HEX triplet: 96, 88 and AD. RGB value is (150,136,173). Sum of RGB (Red+Green+Blue) = 150+136+173=459 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.68% from 459); Green value is 136 (53.52% from 255 or 29.63% from 459); Blue value is 173 (67.97% from 255 or 37.69% from 459); Max value from RGB is 173 - color contains mainly: blue. Hex color #9688AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9688AD is #697752. Grayscale: #909090. Windows color (decimal): -6911827 or 11372694. OLE color: 11372694.
HSL color Cylindrical-coordinate representation of color #9688AD: hue angle of 262.7º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9688AD is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 136 | 173 | - |
| CMYK | 0.13 | 0.21 | 0 | 0.32 |
| HSL | 262.7º | 0.18% | 0.61% | - |
| HSV(B) | 262.7º | 0.21% | 0.68% | - |
| XYZ | 28.92 | 27.11 | 43.24 | - |
| YUV | 144.4 | 144.14 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 136 | 173 | 0.13 | 0.21 | 0 | 0.32 | 262.7 | 0.18 | 0.61 |
| Hex | 96 | 88 | AD | D | 15 | 0 | 20 | 107 | 12 | 3D |
| Octal | 226 | 210 | 255 | 15 | 25 | 0 | 40 | 407 | 22 | 75 |
| Binary | 10010110 | 10001000 | 10101101 | 1101 | 10101 | 0 | 100000 | 100000111 | 10010 | 111101 |
Color Harmonies of #9688AD
Complementary color
Monochromatic Colors of #9688AD
Black with #9688AD
Text Example
Text Example
White with #9688AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9688AD; }
p { color: rgb(150,136,173); }
H1.HeaderClassName
{
color: #9688AD;
}
.AnyTagClassName
{
color: #9688AD;
}
</style>
background-color css
<style>
a { background-color: #9688AD; }
a { background-color: rgb(150,136,173); }
div.DivClassName
{
background-color: #9688AD;
}
.BgClassName
{
background-color: #9688AD;
}
</style>
border-color css
<style>
span { border-color: #9688AD; }
span { border-color: rgb(150,136,173); }
td.TdClassName
{
border-color: #9688AD;
}
.TagClassName
{
border-color: #9688AD;
}
</style>