Shades of Cold Purple #9688CA
Tints of Cold Purple #9688CA
RGB
CMYK
RGB Variations
Color information
#9688CA (or 0x9688CA) is known color: Cold Purple. HEX triplet: 96, 88 and CA. RGB value is (150,136,202). Sum of RGB (Red+Green+Blue) = 150+136+202=488 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.74% from 488); Green value is 136 (53.52% from 255 or 27.87% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 202 - color contains mainly: blue. Hex color #9688CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9688CA is #697735. Grayscale: #939393. Windows color (decimal): -6911798 or 13273238. OLE color: 13273238.
HSL color Cylindrical-coordinate representation of color #9688CA: hue angle of 252.73º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9688CA is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 150 | 136 | 202 | - |
| CMYK | 0.26 | 0.33 | 0 | 0.21 |
| HSL | 252.73º | 0.38% | 0.66% | - |
| HSV(B) | 252.73º | 0.33% | 0.79% | - |
| XYZ | 32.04 | 28.36 | 59.66 | - |
| YUV | 147.71 | 158.64 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 136 | 202 | 0.26 | 0.33 | 0 | 0.21 | 252.73 | 0.38 | 0.66 |
| Hex | 96 | 88 | CA | 1A | 21 | 0 | 15 | FD | 26 | 42 |
| Octal | 226 | 210 | 312 | 32 | 41 | 0 | 25 | 375 | 46 | 102 |
| Binary | 10010110 | 10001000 | 11001010 | 11010 | 100001 | 0 | 10101 | 11111101 | 100110 | 1000010 |
Color Harmonies of #9688CA
Complementary color
Monochromatic Colors of #9688CA
Black with #9688CA
Text Example
Text Example
White with #9688CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9688CA; }
p { color: rgb(150,136,202); }
H1.HeaderClassName
{
color: #9688CA;
}
.AnyTagClassName
{
color: #9688CA;
}
</style>
background-color css
<style>
a { background-color: #9688CA; }
a { background-color: rgb(150,136,202); }
div.DivClassName
{
background-color: #9688CA;
}
.BgClassName
{
background-color: #9688CA;
}
</style>
border-color css
<style>
span { border-color: #9688CA; }
span { border-color: rgb(150,136,202); }
td.TdClassName
{
border-color: #9688CA;
}
.TagClassName
{
border-color: #9688CA;
}
</style>