Shades of Cold Purple #9E92AB
Tints of Cold Purple #9E92AB
RGB
CMYK
RGB Variations
Color information
#9E92AB (or 0x9E92AB) is known color: Cold Purple. HEX triplet: 9E, 92 and AB. RGB value is (158,146,171). Sum of RGB (Red+Green+Blue) = 158+146+171=475 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.26% from 475); Green value is 146 (57.42% from 255 or 30.74% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 171 - color contains mainly: blue. Hex color #9E92AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E92AB is #616D54. Grayscale: #989898. Windows color (decimal): -6384981 or 11244190. OLE color: 11244190.
HSL color Cylindrical-coordinate representation of color #9E92AB: hue angle of 268.8º 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 #9E92AB is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 146 | 171 | - |
| CMYK | 0.08 | 0.15 | 0 | 0.33 |
| HSL | 268.8º | 0.13% | 0.62% | - |
| HSV(B) | 268.8º | 0.15% | 0.67% | - |
| XYZ | 31.73 | 30.77 | 42.79 | - |
| YUV | 152.44 | 138.48 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 146 | 171 | 0.08 | 0.15 | 0 | 0.33 | 268.8 | 0.13 | 0.62 |
| Hex | 9E | 92 | AB | 8 | F | 0 | 21 | 10D | D | 3E |
| Octal | 236 | 222 | 253 | 10 | 17 | 0 | 41 | 415 | 15 | 76 |
| Binary | 10011110 | 10010010 | 10101011 | 1000 | 1111 | 0 | 100001 | 100001101 | 1101 | 111110 |
Color Harmonies of #9E92AB
Complementary color
Monochromatic Colors of #9E92AB
Black with #9E92AB
Text Example
Text Example
White with #9E92AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E92AB; }
p { color: rgb(158,146,171); }
H1.HeaderClassName
{
color: #9E92AB;
}
.AnyTagClassName
{
color: #9E92AB;
}
</style>
background-color css
<style>
a { background-color: #9E92AB; }
a { background-color: rgb(158,146,171); }
div.DivClassName
{
background-color: #9E92AB;
}
.BgClassName
{
background-color: #9E92AB;
}
</style>
border-color css
<style>
span { border-color: #9E92AB; }
span { border-color: rgb(158,146,171); }
td.TdClassName
{
border-color: #9E92AB;
}
.TagClassName
{
border-color: #9E92AB;
}
</style>