Shades of Cold Purple #968BAB
Tints of Cold Purple #968BAB
RGB
CMYK
RGB Variations
Color information
#968BAB (or 0x968BAB) is known color: Cold Purple. HEX triplet: 96, 8B and AB. RGB value is (150,139,171). Sum of RGB (Red+Green+Blue) = 150+139+171=460 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.61% from 460); Green value is 139 (54.69% from 255 or 30.22% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 171 - color contains mainly: blue. Hex color #968BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968BAB is #697454. Grayscale: #919191. Windows color (decimal): -6911061 or 11242390. OLE color: 11242390.
HSL color Cylindrical-coordinate representation of color #968BAB: hue angle of 260.62º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #968BAB is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 139 | 171 | - |
| CMYK | 0.12 | 0.19 | 0 | 0.33 |
| HSL | 260.63º | 0.16% | 0.61% | - |
| HSV(B) | 260.63º | 0.19% | 0.67% | - |
| XYZ | 29.16 | 27.89 | 42.37 | - |
| YUV | 145.94 | 142.14 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 139 | 171 | 0.12 | 0.19 | 0 | 0.33 | 260.63 | 0.16 | 0.61 |
| Hex | 96 | 8B | AB | C | 13 | 0 | 21 | 105 | 10 | 3D |
| Octal | 226 | 213 | 253 | 14 | 23 | 0 | 41 | 405 | 20 | 75 |
| Binary | 10010110 | 10001011 | 10101011 | 1100 | 10011 | 0 | 100001 | 100000101 | 10000 | 111101 |
Color Harmonies of #968BAB
Complementary color
Monochromatic Colors of #968BAB
Black with #968BAB
Text Example
Text Example
White with #968BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968BAB; }
p { color: rgb(150,139,171); }
H1.HeaderClassName
{
color: #968BAB;
}
.AnyTagClassName
{
color: #968BAB;
}
</style>
background-color css
<style>
a { background-color: #968BAB; }
a { background-color: rgb(150,139,171); }
div.DivClassName
{
background-color: #968BAB;
}
.BgClassName
{
background-color: #968BAB;
}
</style>
border-color css
<style>
span { border-color: #968BAB; }
span { border-color: rgb(150,139,171); }
td.TdClassName
{
border-color: #968BAB;
}
.TagClassName
{
border-color: #968BAB;
}
</style>