Shades of Cold Purple #9688B4
Tints of Cold Purple #9688B4
RGB
CMYK
RGB Variations
Color information
#9688B4 (or 0x9688B4) is known color: Cold Purple. HEX triplet: 96, 88 and B4. RGB value is (150,136,180). Sum of RGB (Red+Green+Blue) = 150+136+180=466 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.19% from 466); Green value is 136 (53.52% from 255 or 29.18% from 466); Blue value is 180 (70.70% from 255 or 38.63% from 466); Max value from RGB is 180 - color contains mainly: blue. Hex color #9688B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9688B4 is #69774B. Grayscale: #919191. Windows color (decimal): -6911820 or 11831446. OLE color: 11831446.
HSL color Cylindrical-coordinate representation of color #9688B4: hue angle of 259.09º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9688B4 is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 150 | 136 | 180 | - |
| CMYK | 0.17 | 0.24 | 0 | 0.29 |
| HSL | 259.09º | 0.23% | 0.62% | - |
| HSV(B) | 259.09º | 0.24% | 0.71% | - |
| XYZ | 29.62 | 27.39 | 46.91 | - |
| YUV | 145.2 | 147.64 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 136 | 180 | 0.17 | 0.24 | 0 | 0.29 | 259.09 | 0.23 | 0.62 |
| Hex | 96 | 88 | B4 | 11 | 18 | 0 | 1D | 103 | 17 | 3E |
| Octal | 226 | 210 | 264 | 21 | 30 | 0 | 35 | 403 | 27 | 76 |
| Binary | 10010110 | 10001000 | 10110100 | 10001 | 11000 | 0 | 11101 | 100000011 | 10111 | 111110 |
Color Harmonies of #9688B4
Complementary color
Monochromatic Colors of #9688B4
Black with #9688B4
Text Example
Text Example
White with #9688B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9688B4; }
p { color: rgb(150,136,180); }
H1.HeaderClassName
{
color: #9688B4;
}
.AnyTagClassName
{
color: #9688B4;
}
</style>
background-color css
<style>
a { background-color: #9688B4; }
a { background-color: rgb(150,136,180); }
div.DivClassName
{
background-color: #9688B4;
}
.BgClassName
{
background-color: #9688B4;
}
</style>
border-color css
<style>
span { border-color: #9688B4; }
span { border-color: rgb(150,136,180); }
td.TdClassName
{
border-color: #9688B4;
}
.TagClassName
{
border-color: #9688B4;
}
</style>