Shades of Cold Purple #968ABB
Tints of Cold Purple #968ABB
RGB
CMYK
RGB Variations
Color information
#968ABB (or 0x968ABB) is known color: Cold Purple. HEX triplet: 96, 8A and BB. RGB value is (150,138,187). Sum of RGB (Red+Green+Blue) = 150+138+187=475 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.58% from 475); Green value is 138 (54.30% from 255 or 29.05% from 475); Blue value is 187 (73.44% from 255 or 39.37% from 475); Max value from RGB is 187 - color contains mainly: blue. Hex color #968ABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968ABB is #697544. Grayscale: #929292. Windows color (decimal): -6911301 or 12290710. OLE color: 12290710.
HSL color Cylindrical-coordinate representation of color #968ABB: hue angle of 254.69º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #968ABB is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 138 | 187 | - |
| CMYK | 0.20 | 0.26 | 0 | 0.27 |
| HSL | 254.69º | 0.26% | 0.64% | - |
| HSV(B) | 254.69º | 0.26% | 0.73% | - |
| XYZ | 30.64 | 28.25 | 50.85 | - |
| YUV | 147.17 | 150.48 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 138 | 187 | 0.20 | 0.26 | 0 | 0.27 | 254.69 | 0.26 | 0.64 |
| Hex | 96 | 8A | BB | 14 | 1A | 0 | 1B | FF | 1A | 40 |
| Octal | 226 | 212 | 273 | 24 | 32 | 0 | 33 | 377 | 32 | 100 |
| Binary | 10010110 | 10001010 | 10111011 | 10100 | 11010 | 0 | 11011 | 11111111 | 11010 | 1000000 |
Color Harmonies of #968ABB
Complementary color
Monochromatic Colors of #968ABB
Black with #968ABB
Text Example
Text Example
White with #968ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968ABB; }
p { color: rgb(150,138,187); }
H1.HeaderClassName
{
color: #968ABB;
}
.AnyTagClassName
{
color: #968ABB;
}
</style>
background-color css
<style>
a { background-color: #968ABB; }
a { background-color: rgb(150,138,187); }
div.DivClassName
{
background-color: #968ABB;
}
.BgClassName
{
background-color: #968ABB;
}
</style>
border-color css
<style>
span { border-color: #968ABB; }
span { border-color: rgb(150,138,187); }
td.TdClassName
{
border-color: #968ABB;
}
.TagClassName
{
border-color: #968ABB;
}
</style>