Shades of Cold Purple #968EBA
Tints of Cold Purple #968EBA
RGB
CMYK
RGB Variations
Color information
#968EBA (or 0x968EBA) is known color: Cold Purple. HEX triplet: 96, 8E and BA. RGB value is (150,142,186). Sum of RGB (Red+Green+Blue) = 150+142+186=478 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.38% from 478); Green value is 142 (55.86% from 255 or 29.71% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 186 - color contains mainly: blue. Hex color #968EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968EBA is #697145. Grayscale: #959595. Windows color (decimal): -6910278 or 12226198. OLE color: 12226198.
HSL color Cylindrical-coordinate representation of color #968EBA: hue angle of 250.91º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #968EBA is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 142 | 186 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.27 |
| HSL | 250.91º | 0.24% | 0.64% | - |
| HSV(B) | 250.91º | 0.24% | 0.73% | - |
| XYZ | 31.11 | 29.38 | 50.48 | - |
| YUV | 149.41 | 148.65 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 142 | 186 | 0.19 | 0.24 | 0 | 0.27 | 250.91 | 0.24 | 0.64 |
| Hex | 96 | 8E | BA | 13 | 18 | 0 | 1B | FB | 18 | 40 |
| Octal | 226 | 216 | 272 | 23 | 30 | 0 | 33 | 373 | 30 | 100 |
| Binary | 10010110 | 10001110 | 10111010 | 10011 | 11000 | 0 | 11011 | 11111011 | 11000 | 1000000 |
Color Harmonies of #968EBA
Complementary color
Monochromatic Colors of #968EBA
Black with #968EBA
Text Example
Text Example
White with #968EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968EBA; }
p { color: rgb(150,142,186); }
H1.HeaderClassName
{
color: #968EBA;
}
.AnyTagClassName
{
color: #968EBA;
}
</style>
background-color css
<style>
a { background-color: #968EBA; }
a { background-color: rgb(150,142,186); }
div.DivClassName
{
background-color: #968EBA;
}
.BgClassName
{
background-color: #968EBA;
}
</style>
border-color css
<style>
span { border-color: #968EBA; }
span { border-color: rgb(150,142,186); }
td.TdClassName
{
border-color: #968EBA;
}
.TagClassName
{
border-color: #968EBA;
}
</style>