Shades of Cold Purple #968DB6
Tints of Cold Purple #968DB6
RGB
CMYK
RGB Variations
Color information
#968DB6 (or 0x968DB6) is known color: Cold Purple. HEX triplet: 96, 8D and B6. RGB value is (150,141,182). Sum of RGB (Red+Green+Blue) = 150+141+182=473 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.71% from 473); Green value is 141 (55.47% from 255 or 29.81% from 473); Blue value is 182 (71.48% from 255 or 38.48% from 473); Max value from RGB is 182 - color contains mainly: blue. Hex color #968DB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968DB6 is #697249. Grayscale: #949494. Windows color (decimal): -6910538 or 11963798. OLE color: 11963798.
HSL color Cylindrical-coordinate representation of color #968DB6: hue angle of 253.17º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #968DB6 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 150 | 141 | 182 | - |
| CMYK | 0.18 | 0.23 | 0 | 0.29 |
| HSL | 253.17º | 0.22% | 0.63% | - |
| HSV(B) | 253.17º | 0.23% | 0.71% | - |
| XYZ | 30.55 | 28.91 | 48.23 | - |
| YUV | 148.37 | 146.98 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 141 | 182 | 0.18 | 0.23 | 0 | 0.29 | 253.17 | 0.22 | 0.63 |
| Hex | 96 | 8D | B6 | 12 | 17 | 0 | 1D | FD | 16 | 3F |
| Octal | 226 | 215 | 266 | 22 | 27 | 0 | 35 | 375 | 26 | 77 |
| Binary | 10010110 | 10001101 | 10110110 | 10010 | 10111 | 0 | 11101 | 11111101 | 10110 | 111111 |
Color Harmonies of #968DB6
Complementary color
Monochromatic Colors of #968DB6
Black with #968DB6
Text Example
Text Example
White with #968DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968DB6; }
p { color: rgb(150,141,182); }
H1.HeaderClassName
{
color: #968DB6;
}
.AnyTagClassName
{
color: #968DB6;
}
</style>
background-color css
<style>
a { background-color: #968DB6; }
a { background-color: rgb(150,141,182); }
div.DivClassName
{
background-color: #968DB6;
}
.BgClassName
{
background-color: #968DB6;
}
</style>
border-color css
<style>
span { border-color: #968DB6; }
span { border-color: rgb(150,141,182); }
td.TdClassName
{
border-color: #968DB6;
}
.TagClassName
{
border-color: #968DB6;
}
</style>