Shades of Cold Purple #968DBF
Tints of Cold Purple #968DBF
RGB
CMYK
RGB Variations
Color information
#968DBF (or 0x968DBF) is known color: Cold Purple. HEX triplet: 96, 8D and BF. RGB value is (150,141,191). Sum of RGB (Red+Green+Blue) = 150+141+191=482 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.12% from 482); Green value is 141 (55.47% from 255 or 29.25% from 482); Blue value is 191 (75% from 255 or 39.63% from 482); Max value from RGB is 191 - color contains mainly: blue. Hex color #968DBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968DBF is #697240. Grayscale: #959595. Windows color (decimal): -6910529 or 12553622. OLE color: 12553622.
HSL color Cylindrical-coordinate representation of color #968DBF: hue angle of 250.8º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #968DBF is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 141 | 191 | - |
| CMYK | 0.21 | 0.26 | 0 | 0.25 |
| HSL | 250.8º | 0.28% | 0.65% | - |
| HSV(B) | 250.8º | 0.26% | 0.75% | - |
| XYZ | 31.51 | 29.3 | 53.28 | - |
| YUV | 149.39 | 151.48 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 141 | 191 | 0.21 | 0.26 | 0 | 0.25 | 250.8 | 0.28 | 0.65 |
| Hex | 96 | 8D | BF | 15 | 1A | 0 | 19 | FB | 1C | 41 |
| Octal | 226 | 215 | 277 | 25 | 32 | 0 | 31 | 373 | 34 | 101 |
| Binary | 10010110 | 10001101 | 10111111 | 10101 | 11010 | 0 | 11001 | 11111011 | 11100 | 1000001 |
Color Harmonies of #968DBF
Complementary color
Monochromatic Colors of #968DBF
Black with #968DBF
Text Example
Text Example
White with #968DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968DBF; }
p { color: rgb(150,141,191); }
H1.HeaderClassName
{
color: #968DBF;
}
.AnyTagClassName
{
color: #968DBF;
}
</style>
background-color css
<style>
a { background-color: #968DBF; }
a { background-color: rgb(150,141,191); }
div.DivClassName
{
background-color: #968DBF;
}
.BgClassName
{
background-color: #968DBF;
}
</style>
border-color css
<style>
span { border-color: #968DBF; }
span { border-color: rgb(150,141,191); }
td.TdClassName
{
border-color: #968DBF;
}
.TagClassName
{
border-color: #968DBF;
}
</style>