Shades of Cold Purple #9E92BA
Tints of Cold Purple #9E92BA
RGB
CMYK
RGB Variations
Color information
#9E92BA (or 0x9E92BA) is known color: Cold Purple. HEX triplet: 9E, 92 and BA. RGB value is (158,146,186). Sum of RGB (Red+Green+Blue) = 158+146+186=490 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.24% from 490); Green value is 146 (57.42% from 255 or 29.80% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 186 - color contains mainly: blue. Hex color #9E92BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E92BA is #616D45. Grayscale: #9A9A9A. Windows color (decimal): -6384966 or 12227230. OLE color: 12227230.
HSL color Cylindrical-coordinate representation of color #9E92BA: hue angle of 258º degrees, saturation: 0.22, 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 #9E92BA is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 146 | 186 | - |
| CMYK | 0.15 | 0.22 | 0 | 0.27 |
| HSL | 258º | 0.22% | 0.65% | - |
| HSV(B) | 258º | 0.22% | 0.73% | - |
| XYZ | 33.24 | 31.37 | 50.76 | - |
| YUV | 154.15 | 145.98 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 146 | 186 | 0.15 | 0.22 | 0 | 0.27 | 258 | 0.22 | 0.65 |
| Hex | 9E | 92 | BA | F | 16 | 0 | 1B | 102 | 16 | 41 |
| Octal | 236 | 222 | 272 | 17 | 26 | 0 | 33 | 402 | 26 | 101 |
| Binary | 10011110 | 10010010 | 10111010 | 1111 | 10110 | 0 | 11011 | 100000010 | 10110 | 1000001 |
Color Harmonies of #9E92BA
Complementary color
Monochromatic Colors of #9E92BA
Black with #9E92BA
Text Example
Text Example
White with #9E92BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E92BA; }
p { color: rgb(158,146,186); }
H1.HeaderClassName
{
color: #9E92BA;
}
.AnyTagClassName
{
color: #9E92BA;
}
</style>
background-color css
<style>
a { background-color: #9E92BA; }
a { background-color: rgb(158,146,186); }
div.DivClassName
{
background-color: #9E92BA;
}
.BgClassName
{
background-color: #9E92BA;
}
</style>
border-color css
<style>
span { border-color: #9E92BA; }
span { border-color: rgb(158,146,186); }
td.TdClassName
{
border-color: #9E92BA;
}
.TagClassName
{
border-color: #9E92BA;
}
</style>