Shades of Cold Purple #968BAA
Tints of Cold Purple #968BAA
RGB
CMYK
RGB Variations
Color information
#968BAA (or 0x968BAA) is known color: Cold Purple. HEX triplet: 96, 8B and AA. RGB value is (150,139,170). Sum of RGB (Red+Green+Blue) = 150+139+170=459 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.68% from 459); Green value is 139 (54.69% from 255 or 30.28% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 170 - color contains mainly: blue. Hex color #968BAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968BAA is #697455. Grayscale: #919191. Windows color (decimal): -6911062 or 11176854. OLE color: 11176854.
HSL color Cylindrical-coordinate representation of color #968BAA: hue angle of 261.29º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #968BAA is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 139 | 170 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.33 |
| HSL | 261.29º | 0.15% | 0.61% | - |
| HSV(B) | 261.29º | 0.18% | 0.67% | - |
| XYZ | 29.07 | 27.85 | 41.87 | - |
| YUV | 145.82 | 141.64 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 139 | 170 | 0.12 | 0.18 | 0 | 0.33 | 261.29 | 0.15 | 0.61 |
| Hex | 96 | 8B | AA | C | 12 | 0 | 21 | 105 | F | 3D |
| Octal | 226 | 213 | 252 | 14 | 22 | 0 | 41 | 405 | 17 | 75 |
| Binary | 10010110 | 10001011 | 10101010 | 1100 | 10010 | 0 | 100001 | 100000101 | 1111 | 111101 |
Color Harmonies of #968BAA
Complementary color
Monochromatic Colors of #968BAA
Black with #968BAA
Text Example
Text Example
White with #968BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968BAA; }
p { color: rgb(150,139,170); }
H1.HeaderClassName
{
color: #968BAA;
}
.AnyTagClassName
{
color: #968BAA;
}
</style>
background-color css
<style>
a { background-color: #968BAA; }
a { background-color: rgb(150,139,170); }
div.DivClassName
{
background-color: #968BAA;
}
.BgClassName
{
background-color: #968BAA;
}
</style>
border-color css
<style>
span { border-color: #968BAA; }
span { border-color: rgb(150,139,170); }
td.TdClassName
{
border-color: #968BAA;
}
.TagClassName
{
border-color: #968BAA;
}
</style>