Shades of Cold Purple #968CBC
Tints of Cold Purple #968CBC
RGB
CMYK
RGB Variations
Color information
#968CBC (or 0x968CBC) is known color: Cold Purple. HEX triplet: 96, 8C and BC. RGB value is (150,140,188). Sum of RGB (Red+Green+Blue) = 150+140+188=478 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.38% from 478); Green value is 140 (55.08% from 255 or 29.29% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 188 - color contains mainly: blue. Hex color #968CBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968CBC is #697343. Grayscale: #949494. Windows color (decimal): -6910788 or 12356758. OLE color: 12356758.
HSL color Cylindrical-coordinate representation of color #968CBC: hue angle of 252.5º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #968CBC is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 140 | 188 | - |
| CMYK | 0.20 | 0.26 | 0 | 0.26 |
| HSL | 252.5º | 0.26% | 0.64% | - |
| HSV(B) | 252.5º | 0.26% | 0.74% | - |
| XYZ | 31.03 | 28.87 | 51.51 | - |
| YUV | 148.46 | 150.31 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 140 | 188 | 0.20 | 0.26 | 0 | 0.26 | 252.5 | 0.26 | 0.64 |
| Hex | 96 | 8C | BC | 14 | 1A | 0 | 1A | FD | 1A | 40 |
| Octal | 226 | 214 | 274 | 24 | 32 | 0 | 32 | 375 | 32 | 100 |
| Binary | 10010110 | 10001100 | 10111100 | 10100 | 11010 | 0 | 11010 | 11111101 | 11010 | 1000000 |
Color Harmonies of #968CBC
Complementary color
Monochromatic Colors of #968CBC
Black with #968CBC
Text Example
Text Example
White with #968CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968CBC; }
p { color: rgb(150,140,188); }
H1.HeaderClassName
{
color: #968CBC;
}
.AnyTagClassName
{
color: #968CBC;
}
</style>
background-color css
<style>
a { background-color: #968CBC; }
a { background-color: rgb(150,140,188); }
div.DivClassName
{
background-color: #968CBC;
}
.BgClassName
{
background-color: #968CBC;
}
</style>
border-color css
<style>
span { border-color: #968CBC; }
span { border-color: rgb(150,140,188); }
td.TdClassName
{
border-color: #968CBC;
}
.TagClassName
{
border-color: #968CBC;
}
</style>