Shades of Cold Purple #968AAA
Tints of Cold Purple #968AAA
RGB
CMYK
RGB Variations
Color information
#968AAA (or 0x968AAA) is known color: Cold Purple. HEX triplet: 96, 8A and AA. RGB value is (150,138,170). Sum of RGB (Red+Green+Blue) = 150+138+170=458 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.75% from 458); Green value is 138 (54.30% from 255 or 30.13% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 170 - color contains mainly: blue. Hex color #968AAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968AAA is #697555. Grayscale: #919191. Windows color (decimal): -6911318 or 11176598. OLE color: 11176598.
HSL color Cylindrical-coordinate representation of color #968AAA: hue angle of 262.5º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #968AAA is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 138 | 170 | - |
| CMYK | 0.12 | 0.19 | 0 | 0.33 |
| HSL | 262.5º | 0.16% | 0.6% | - |
| HSV(B) | 262.5º | 0.19% | 0.67% | - |
| XYZ | 28.92 | 27.56 | 41.83 | - |
| YUV | 145.24 | 141.98 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 138 | 170 | 0.12 | 0.19 | 0 | 0.33 | 262.5 | 0.16 | 0.6 |
| Hex | 96 | 8A | AA | C | 13 | 0 | 21 | 106 | 10 | 3C |
| Octal | 226 | 212 | 252 | 14 | 23 | 0 | 41 | 406 | 20 | 74 |
| Binary | 10010110 | 10001010 | 10101010 | 1100 | 10011 | 0 | 100001 | 100000110 | 10000 | 111100 |
Color Harmonies of #968AAA
Complementary color
Monochromatic Colors of #968AAA
Black with #968AAA
Text Example
Text Example
White with #968AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968AAA; }
p { color: rgb(150,138,170); }
H1.HeaderClassName
{
color: #968AAA;
}
.AnyTagClassName
{
color: #968AAA;
}
</style>
background-color css
<style>
a { background-color: #968AAA; }
a { background-color: rgb(150,138,170); }
div.DivClassName
{
background-color: #968AAA;
}
.BgClassName
{
background-color: #968AAA;
}
</style>
border-color css
<style>
span { border-color: #968AAA; }
span { border-color: rgb(150,138,170); }
td.TdClassName
{
border-color: #968AAA;
}
.TagClassName
{
border-color: #968AAA;
}
</style>