Shades of Cold Purple #9E91AC
Tints of Cold Purple #9E91AC
RGB
CMYK
RGB Variations
Color information
#9E91AC (or 0x9E91AC) is known color: Cold Purple. HEX triplet: 9E, 91 and AC. RGB value is (158,145,172). Sum of RGB (Red+Green+Blue) = 158+145+172=475 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.26% from 475); Green value is 145 (57.03% from 255 or 30.53% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 172 - color contains mainly: blue. Hex color #9E91AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E91AC is #616E53. Grayscale: #979797. Windows color (decimal): -6385236 or 11309470. OLE color: 11309470.
HSL color Cylindrical-coordinate representation of color #9E91AC: hue angle of 268.89º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9E91AC is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 145 | 172 | - |
| CMYK | 0.08 | 0.16 | 0 | 0.33 |
| HSL | 268.89º | 0.14% | 0.62% | - |
| HSV(B) | 268.89º | 0.16% | 0.67% | - |
| XYZ | 31.67 | 30.5 | 43.25 | - |
| YUV | 151.97 | 139.31 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 145 | 172 | 0.08 | 0.16 | 0 | 0.33 | 268.89 | 0.14 | 0.62 |
| Hex | 9E | 91 | AC | 8 | 10 | 0 | 21 | 10D | E | 3E |
| Octal | 236 | 221 | 254 | 10 | 20 | 0 | 41 | 415 | 16 | 76 |
| Binary | 10011110 | 10010001 | 10101100 | 1000 | 10000 | 0 | 100001 | 100001101 | 1110 | 111110 |
Color Harmonies of #9E91AC
Complementary color
Monochromatic Colors of #9E91AC
Black with #9E91AC
Text Example
Text Example
White with #9E91AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E91AC; }
p { color: rgb(158,145,172); }
H1.HeaderClassName
{
color: #9E91AC;
}
.AnyTagClassName
{
color: #9E91AC;
}
</style>
background-color css
<style>
a { background-color: #9E91AC; }
a { background-color: rgb(158,145,172); }
div.DivClassName
{
background-color: #9E91AC;
}
.BgClassName
{
background-color: #9E91AC;
}
</style>
border-color css
<style>
span { border-color: #9E91AC; }
span { border-color: rgb(158,145,172); }
td.TdClassName
{
border-color: #9E91AC;
}
.TagClassName
{
border-color: #9E91AC;
}
</style>