Shades of Cold Purple #9E91BA
Tints of Cold Purple #9E91BA
RGB
CMYK
RGB Variations
Color information
#9E91BA (or 0x9E91BA) is known color: Cold Purple. HEX triplet: 9E, 91 and BA. RGB value is (158,145,186). Sum of RGB (Red+Green+Blue) = 158+145+186=489 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.31% from 489); Green value is 145 (57.03% from 255 or 29.65% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 186 - color contains mainly: blue. Hex color #9E91BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E91BA is #616E45. Grayscale: #999999. Windows color (decimal): -6385222 or 12226974. OLE color: 12226974.
HSL color Cylindrical-coordinate representation of color #9E91BA: hue angle of 259.02º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9E91BA is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 145 | 186 | - |
| CMYK | 0.15 | 0.22 | 0 | 0.27 |
| HSL | 259.02º | 0.23% | 0.65% | - |
| HSV(B) | 259.02º | 0.22% | 0.73% | - |
| XYZ | 33.09 | 31.07 | 50.71 | - |
| YUV | 153.56 | 146.31 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 145 | 186 | 0.15 | 0.22 | 0 | 0.27 | 259.02 | 0.23 | 0.65 |
| Hex | 9E | 91 | BA | F | 16 | 0 | 1B | 103 | 17 | 41 |
| Octal | 236 | 221 | 272 | 17 | 26 | 0 | 33 | 403 | 27 | 101 |
| Binary | 10011110 | 10010001 | 10111010 | 1111 | 10110 | 0 | 11011 | 100000011 | 10111 | 1000001 |
Color Harmonies of #9E91BA
Complementary color
Monochromatic Colors of #9E91BA
Black with #9E91BA
Text Example
Text Example
White with #9E91BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E91BA; }
p { color: rgb(158,145,186); }
H1.HeaderClassName
{
color: #9E91BA;
}
.AnyTagClassName
{
color: #9E91BA;
}
</style>
background-color css
<style>
a { background-color: #9E91BA; }
a { background-color: rgb(158,145,186); }
div.DivClassName
{
background-color: #9E91BA;
}
.BgClassName
{
background-color: #9E91BA;
}
</style>
border-color css
<style>
span { border-color: #9E91BA; }
span { border-color: rgb(158,145,186); }
td.TdClassName
{
border-color: #9E91BA;
}
.TagClassName
{
border-color: #9E91BA;
}
</style>