Shades of Cold Purple #968CB8
Tints of Cold Purple #968CB8
RGB
CMYK
RGB Variations
Color information
#968CB8 (or 0x968CB8) is known color: Cold Purple. HEX triplet: 96, 8C and B8. RGB value is (150,140,184). Sum of RGB (Red+Green+Blue) = 150+140+184=474 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.65% from 474); Green value is 140 (55.08% from 255 or 29.54% from 474); Blue value is 184 (72.27% from 255 or 38.82% from 474); Max value from RGB is 184 - color contains mainly: blue. Hex color #968CB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968CB8 is #697347. Grayscale: #939393. Windows color (decimal): -6910792 or 12094614. OLE color: 12094614.
HSL color Cylindrical-coordinate representation of color #968CB8: hue angle of 253.64º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #968CB8 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 150 | 140 | 184 | - |
| CMYK | 0.18 | 0.24 | 0 | 0.28 |
| HSL | 253.64º | 0.24% | 0.64% | - |
| HSV(B) | 253.64º | 0.24% | 0.72% | - |
| XYZ | 30.61 | 28.7 | 49.27 | - |
| YUV | 148.01 | 148.31 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 140 | 184 | 0.18 | 0.24 | 0 | 0.28 | 253.64 | 0.24 | 0.64 |
| Hex | 96 | 8C | B8 | 12 | 18 | 0 | 1C | FE | 18 | 40 |
| Octal | 226 | 214 | 270 | 22 | 30 | 0 | 34 | 376 | 30 | 100 |
| Binary | 10010110 | 10001100 | 10111000 | 10010 | 11000 | 0 | 11100 | 11111110 | 11000 | 1000000 |
Color Harmonies of #968CB8
Complementary color
Monochromatic Colors of #968CB8
Black with #968CB8
Text Example
Text Example
White with #968CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968CB8; }
p { color: rgb(150,140,184); }
H1.HeaderClassName
{
color: #968CB8;
}
.AnyTagClassName
{
color: #968CB8;
}
</style>
background-color css
<style>
a { background-color: #968CB8; }
a { background-color: rgb(150,140,184); }
div.DivClassName
{
background-color: #968CB8;
}
.BgClassName
{
background-color: #968CB8;
}
</style>
border-color css
<style>
span { border-color: #968CB8; }
span { border-color: rgb(150,140,184); }
td.TdClassName
{
border-color: #968CB8;
}
.TagClassName
{
border-color: #968CB8;
}
</style>