Shades of Cold Purple #9A92AE
Tints of Cold Purple #9A92AE
RGB
CMYK
RGB Variations
Color information
#9A92AE (or 0x9A92AE) is known color: Cold Purple. HEX triplet: 9A, 92 and AE. RGB value is (154,146,174). Sum of RGB (Red+Green+Blue) = 154+146+174=474 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.49% from 474); Green value is 146 (57.42% from 255 or 30.80% from 474); Blue value is 174 (68.36% from 255 or 36.71% from 474); Max value from RGB is 174 - color contains mainly: blue. Hex color #9A92AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A92AE is #656D51. Grayscale: #979797. Windows color (decimal): -6647122 or 11440794. OLE color: 11440794.
HSL color Cylindrical-coordinate representation of color #9A92AE: hue angle of 257.14º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9A92AE is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 154 | 146 | 174 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.32 |
| HSL | 257.14º | 0.15% | 0.63% | - |
| HSV(B) | 257.14º | 0.16% | 0.68% | - |
| XYZ | 31.25 | 30.48 | 44.28 | - |
| YUV | 151.58 | 140.65 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 146 | 174 | 0.11 | 0.16 | 0 | 0.32 | 257.14 | 0.15 | 0.63 |
| Hex | 9A | 92 | AE | B | 10 | 0 | 20 | 101 | F | 3F |
| Octal | 232 | 222 | 256 | 13 | 20 | 0 | 40 | 401 | 17 | 77 |
| Binary | 10011010 | 10010010 | 10101110 | 1011 | 10000 | 0 | 100000 | 100000001 | 1111 | 111111 |
Color Harmonies of #9A92AE
Complementary color
Monochromatic Colors of #9A92AE
Black with #9A92AE
Text Example
Text Example
White with #9A92AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A92AE; }
p { color: rgb(154,146,174); }
H1.HeaderClassName
{
color: #9A92AE;
}
.AnyTagClassName
{
color: #9A92AE;
}
</style>
background-color css
<style>
a { background-color: #9A92AE; }
a { background-color: rgb(154,146,174); }
div.DivClassName
{
background-color: #9A92AE;
}
.BgClassName
{
background-color: #9A92AE;
}
</style>
border-color css
<style>
span { border-color: #9A92AE; }
span { border-color: rgb(154,146,174); }
td.TdClassName
{
border-color: #9A92AE;
}
.TagClassName
{
border-color: #9A92AE;
}
</style>