Shades of Cold Purple #9E92BE
Tints of Cold Purple #9E92BE
RGB
CMYK
RGB Variations
Color information
#9E92BE (or 0x9E92BE) is known color: Cold Purple. HEX triplet: 9E, 92 and BE. RGB value is (158,146,190). Sum of RGB (Red+Green+Blue) = 158+146+190=494 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.98% from 494); Green value is 146 (57.42% from 255 or 29.55% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E92BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E92BE is #616D41. Grayscale: #9A9A9A. Windows color (decimal): -6384962 or 12489374. OLE color: 12489374.
HSL color Cylindrical-coordinate representation of color #9E92BE: hue angle of 256.36º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9E92BE is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 146 | 190 | - |
| CMYK | 0.17 | 0.23 | 0 | 0.25 |
| HSL | 256.36º | 0.25% | 0.66% | - |
| HSV(B) | 256.36º | 0.23% | 0.75% | - |
| XYZ | 33.67 | 31.54 | 53.03 | - |
| YUV | 154.6 | 147.98 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 146 | 190 | 0.17 | 0.23 | 0 | 0.25 | 256.36 | 0.25 | 0.66 |
| Hex | 9E | 92 | BE | 11 | 17 | 0 | 19 | 100 | 19 | 42 |
| Octal | 236 | 222 | 276 | 21 | 27 | 0 | 31 | 400 | 31 | 102 |
| Binary | 10011110 | 10010010 | 10111110 | 10001 | 10111 | 0 | 11001 | 100000000 | 11001 | 1000010 |
Color Harmonies of #9E92BE
Complementary color
Monochromatic Colors of #9E92BE
Black with #9E92BE
Text Example
Text Example
White with #9E92BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E92BE; }
p { color: rgb(158,146,190); }
H1.HeaderClassName
{
color: #9E92BE;
}
.AnyTagClassName
{
color: #9E92BE;
}
</style>
background-color css
<style>
a { background-color: #9E92BE; }
a { background-color: rgb(158,146,190); }
div.DivClassName
{
background-color: #9E92BE;
}
.BgClassName
{
background-color: #9E92BE;
}
</style>
border-color css
<style>
span { border-color: #9E92BE; }
span { border-color: rgb(158,146,190); }
td.TdClassName
{
border-color: #9E92BE;
}
.TagClassName
{
border-color: #9E92BE;
}
</style>