Shades of Cold Purple #968BB7
Tints of Cold Purple #968BB7
RGB
CMYK
RGB Variations
Color information
#968BB7 (or 0x968BB7) is known color: Cold Purple. HEX triplet: 96, 8B and B7. RGB value is (150,139,183). Sum of RGB (Red+Green+Blue) = 150+139+183=472 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.78% from 472); Green value is 139 (54.69% from 255 or 29.45% from 472); Blue value is 183 (71.88% from 255 or 38.77% from 472); Max value from RGB is 183 - color contains mainly: blue. Hex color #968BB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968BB7 is #697448. Grayscale: #939393. Windows color (decimal): -6911049 or 12028822. OLE color: 12028822.
HSL color Cylindrical-coordinate representation of color #968BB7: hue angle of 255º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #968BB7 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 150 | 139 | 183 | - |
| CMYK | 0.18 | 0.24 | 0 | 0.28 |
| HSL | 255º | 0.23% | 0.63% | - |
| HSV(B) | 255º | 0.24% | 0.72% | - |
| XYZ | 30.36 | 28.37 | 48.68 | - |
| YUV | 147.31 | 148.14 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 139 | 183 | 0.18 | 0.24 | 0 | 0.28 | 255 | 0.23 | 0.63 |
| Hex | 96 | 8B | B7 | 12 | 18 | 0 | 1C | FF | 17 | 3F |
| Octal | 226 | 213 | 267 | 22 | 30 | 0 | 34 | 377 | 27 | 77 |
| Binary | 10010110 | 10001011 | 10110111 | 10010 | 11000 | 0 | 11100 | 11111111 | 10111 | 111111 |
Color Harmonies of #968BB7
Complementary color
Monochromatic Colors of #968BB7
Black with #968BB7
Text Example
Text Example
White with #968BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968BB7; }
p { color: rgb(150,139,183); }
H1.HeaderClassName
{
color: #968BB7;
}
.AnyTagClassName
{
color: #968BB7;
}
</style>
background-color css
<style>
a { background-color: #968BB7; }
a { background-color: rgb(150,139,183); }
div.DivClassName
{
background-color: #968BB7;
}
.BgClassName
{
background-color: #968BB7;
}
</style>
border-color css
<style>
span { border-color: #968BB7; }
span { border-color: rgb(150,139,183); }
td.TdClassName
{
border-color: #968BB7;
}
.TagClassName
{
border-color: #968BB7;
}
</style>