Shades of Cold Purple #9A91AB
Tints of Cold Purple #9A91AB
RGB
CMYK
RGB Variations
Color information
#9A91AB (or 0x9A91AB) is known color: Cold Purple. HEX triplet: 9A, 91 and AB. RGB value is (154,145,171). Sum of RGB (Red+Green+Blue) = 154+145+171=470 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.77% from 470); Green value is 145 (57.03% from 255 or 30.85% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 171 - color contains mainly: blue. Hex color #9A91AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A91AB is #656E54. Grayscale: #969696. Windows color (decimal): -6647381 or 11243930. OLE color: 11243930.
HSL color Cylindrical-coordinate representation of color #9A91AB: hue angle of 260.77º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9A91AB is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 145 | 171 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.33 |
| HSL | 260.77º | 0.13% | 0.62% | - |
| HSV(B) | 260.77º | 0.15% | 0.67% | - |
| XYZ | 30.8 | 30.06 | 42.71 | - |
| YUV | 150.66 | 139.48 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 145 | 171 | 0.10 | 0.15 | 0 | 0.33 | 260.77 | 0.13 | 0.62 |
| Hex | 9A | 91 | AB | A | F | 0 | 21 | 105 | D | 3E |
| Octal | 232 | 221 | 253 | 12 | 17 | 0 | 41 | 405 | 15 | 76 |
| Binary | 10011010 | 10010001 | 10101011 | 1010 | 1111 | 0 | 100001 | 100000101 | 1101 | 111110 |
Color Harmonies of #9A91AB
Complementary color
Monochromatic Colors of #9A91AB
Black with #9A91AB
Text Example
Text Example
White with #9A91AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A91AB; }
p { color: rgb(154,145,171); }
H1.HeaderClassName
{
color: #9A91AB;
}
.AnyTagClassName
{
color: #9A91AB;
}
</style>
background-color css
<style>
a { background-color: #9A91AB; }
a { background-color: rgb(154,145,171); }
div.DivClassName
{
background-color: #9A91AB;
}
.BgClassName
{
background-color: #9A91AB;
}
</style>
border-color css
<style>
span { border-color: #9A91AB; }
span { border-color: rgb(154,145,171); }
td.TdClassName
{
border-color: #9A91AB;
}
.TagClassName
{
border-color: #9A91AB;
}
</style>