Shades of Cold Purple #9688CC
Tints of Cold Purple #9688CC
RGB
CMYK
RGB Variations
Color information
#9688CC (or 0x9688CC) is known color: Cold Purple. HEX triplet: 96, 88 and CC. RGB value is (150,136,204). Sum of RGB (Red+Green+Blue) = 150+136+204=490 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.61% from 490); Green value is 136 (53.52% from 255 or 27.76% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 204 - color contains mainly: blue. Hex color #9688CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9688CC is #697733. Grayscale: #939393. Windows color (decimal): -6911796 or 13404310. OLE color: 13404310.
HSL color Cylindrical-coordinate representation of color #9688CC: hue angle of 252.35º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9688CC is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 150 | 136 | 204 | - |
| CMYK | 0.26 | 0.33 | 0 | 0.2 |
| HSL | 252.35º | 0.4% | 0.67% | - |
| HSV(B) | 252.35º | 0.33% | 0.8% | - |
| XYZ | 32.28 | 28.45 | 60.92 | - |
| YUV | 147.94 | 159.64 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 136 | 204 | 0.26 | 0.33 | 0 | 0.2 | 252.35 | 0.4 | 0.67 |
| Hex | 96 | 88 | CC | 1A | 21 | 0 | 14 | FC | 28 | 43 |
| Octal | 226 | 210 | 314 | 32 | 41 | 0 | 24 | 374 | 50 | 103 |
| Binary | 10010110 | 10001000 | 11001100 | 11010 | 100001 | 0 | 10100 | 11111100 | 101000 | 1000011 |
Color Harmonies of #9688CC
Complementary color
Monochromatic Colors of #9688CC
Black with #9688CC
Text Example
Text Example
White with #9688CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9688CC; }
p { color: rgb(150,136,204); }
H1.HeaderClassName
{
color: #9688CC;
}
.AnyTagClassName
{
color: #9688CC;
}
</style>
background-color css
<style>
a { background-color: #9688CC; }
a { background-color: rgb(150,136,204); }
div.DivClassName
{
background-color: #9688CC;
}
.BgClassName
{
background-color: #9688CC;
}
</style>
border-color css
<style>
span { border-color: #9688CC; }
span { border-color: rgb(150,136,204); }
td.TdClassName
{
border-color: #9688CC;
}
.TagClassName
{
border-color: #9688CC;
}
</style>