Shades of Cold Purple #9E97A9
Tints of Cold Purple #9E97A9
RGB
CMYK
RGB Variations
Color information
#9E97A9 (or 0x9E97A9) is known color: Cold Purple. HEX triplet: 9E, 97 and A9. RGB value is (158,151,169). Sum of RGB (Red+Green+Blue) = 158+151+169=478 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.05% from 478); Green value is 151 (59.38% from 255 or 31.59% from 478); Blue value is 169 (66.41% from 255 or 35.36% from 478); Max value from RGB is 169 - color contains mainly: blue. Hex color #9E97A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E97A9 is #616856. Grayscale: #9B9B9B. Windows color (decimal): -6383703 or 11114398. OLE color: 11114398.
HSL color Cylindrical-coordinate representation of color #9E97A9: hue angle of 263.33º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9E97A9 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 158 | 151 | 169 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.34 |
| HSL | 263.33º | 0.09% | 0.63% | - |
| HSV(B) | 263.33º | 0.11% | 0.66% | - |
| XYZ | 32.33 | 32.27 | 42.06 | - |
| YUV | 155.15 | 135.82 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 151 | 169 | 0.07 | 0.11 | 0 | 0.34 | 263.33 | 0.09 | 0.63 |
| Hex | 9E | 97 | A9 | 7 | B | 0 | 22 | 107 | 9 | 3F |
| Octal | 236 | 227 | 251 | 7 | 13 | 0 | 42 | 407 | 11 | 77 |
| Binary | 10011110 | 10010111 | 10101001 | 111 | 1011 | 0 | 100010 | 100000111 | 1001 | 111111 |
Color Harmonies of #9E97A9
Complementary color
Monochromatic Colors of #9E97A9
Black with #9E97A9
Text Example
Text Example
White with #9E97A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E97A9; }
p { color: rgb(158,151,169); }
H1.HeaderClassName
{
color: #9E97A9;
}
.AnyTagClassName
{
color: #9E97A9;
}
</style>
background-color css
<style>
a { background-color: #9E97A9; }
a { background-color: rgb(158,151,169); }
div.DivClassName
{
background-color: #9E97A9;
}
.BgClassName
{
background-color: #9E97A9;
}
</style>
border-color css
<style>
span { border-color: #9E97A9; }
span { border-color: rgb(158,151,169); }
td.TdClassName
{
border-color: #9E97A9;
}
.TagClassName
{
border-color: #9E97A9;
}
</style>