Shades of Cold Purple #968BBE
Tints of Cold Purple #968BBE
RGB
CMYK
RGB Variations
Color information
#968BBE (or 0x968BBE) is known color: Cold Purple. HEX triplet: 96, 8B and BE. RGB value is (150,139,190). Sum of RGB (Red+Green+Blue) = 150+139+190=479 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.32% from 479); Green value is 139 (54.69% from 255 or 29.02% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 190 - color contains mainly: blue. Hex color #968BBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968BBE is #697441. Grayscale: #939393. Windows color (decimal): -6911042 or 12487574. OLE color: 12487574.
HSL color Cylindrical-coordinate representation of color #968BBE: hue angle of 252.94º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #968BBE is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 139 | 190 | - |
| CMYK | 0.21 | 0.27 | 0 | 0.25 |
| HSL | 252.94º | 0.28% | 0.65% | - |
| HSV(B) | 252.94º | 0.27% | 0.75% | - |
| XYZ | 31.1 | 28.67 | 52.61 | - |
| YUV | 148.1 | 151.64 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 139 | 190 | 0.21 | 0.27 | 0 | 0.25 | 252.94 | 0.28 | 0.65 |
| Hex | 96 | 8B | BE | 15 | 1B | 0 | 19 | FD | 1C | 41 |
| Octal | 226 | 213 | 276 | 25 | 33 | 0 | 31 | 375 | 34 | 101 |
| Binary | 10010110 | 10001011 | 10111110 | 10101 | 11011 | 0 | 11001 | 11111101 | 11100 | 1000001 |
Color Harmonies of #968BBE
Complementary color
Monochromatic Colors of #968BBE
Black with #968BBE
Text Example
Text Example
White with #968BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968BBE; }
p { color: rgb(150,139,190); }
H1.HeaderClassName
{
color: #968BBE;
}
.AnyTagClassName
{
color: #968BBE;
}
</style>
background-color css
<style>
a { background-color: #968BBE; }
a { background-color: rgb(150,139,190); }
div.DivClassName
{
background-color: #968BBE;
}
.BgClassName
{
background-color: #968BBE;
}
</style>
border-color css
<style>
span { border-color: #968BBE; }
span { border-color: rgb(150,139,190); }
td.TdClassName
{
border-color: #968BBE;
}
.TagClassName
{
border-color: #968BBE;
}
</style>