Shades of Cold Purple #968CBB
Tints of Cold Purple #968CBB
RGB
CMYK
RGB Variations
Color information
#968CBB (or 0x968CBB) is known color: Cold Purple. HEX triplet: 96, 8C and BB. RGB value is (150,140,187). Sum of RGB (Red+Green+Blue) = 150+140+187=477 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.45% from 477); Green value is 140 (55.08% from 255 or 29.35% from 477); Blue value is 187 (73.44% from 255 or 39.20% from 477); Max value from RGB is 187 - color contains mainly: blue. Hex color #968CBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968CBB is #697344. Grayscale: #949494. Windows color (decimal): -6910789 or 12291222. OLE color: 12291222.
HSL color Cylindrical-coordinate representation of color #968CBB: hue angle of 252.77º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #968CBB is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 140 | 187 | - |
| CMYK | 0.20 | 0.25 | 0 | 0.27 |
| HSL | 252.77º | 0.26% | 0.64% | - |
| HSV(B) | 252.77º | 0.25% | 0.73% | - |
| XYZ | 30.93 | 28.83 | 50.95 | - |
| YUV | 148.35 | 149.81 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 140 | 187 | 0.20 | 0.25 | 0 | 0.27 | 252.77 | 0.26 | 0.64 |
| Hex | 96 | 8C | BB | 14 | 19 | 0 | 1B | FD | 1A | 40 |
| Octal | 226 | 214 | 273 | 24 | 31 | 0 | 33 | 375 | 32 | 100 |
| Binary | 10010110 | 10001100 | 10111011 | 10100 | 11001 | 0 | 11011 | 11111101 | 11010 | 1000000 |
Color Harmonies of #968CBB
Complementary color
Monochromatic Colors of #968CBB
Black with #968CBB
Text Example
Text Example
White with #968CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968CBB; }
p { color: rgb(150,140,187); }
H1.HeaderClassName
{
color: #968CBB;
}
.AnyTagClassName
{
color: #968CBB;
}
</style>
background-color css
<style>
a { background-color: #968CBB; }
a { background-color: rgb(150,140,187); }
div.DivClassName
{
background-color: #968CBB;
}
.BgClassName
{
background-color: #968CBB;
}
</style>
border-color css
<style>
span { border-color: #968CBB; }
span { border-color: rgb(150,140,187); }
td.TdClassName
{
border-color: #968CBB;
}
.TagClassName
{
border-color: #968CBB;
}
</style>