Shades of Cold Purple #9E92BF
Tints of Cold Purple #9E92BF
RGB
CMYK
RGB Variations
Color information
#9E92BF (or 0x9E92BF) is known color: Cold Purple. HEX triplet: 9E, 92 and BF. RGB value is (158,146,191). Sum of RGB (Red+Green+Blue) = 158+146+191=495 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.92% from 495); Green value is 146 (57.42% from 255 or 29.49% from 495); Blue value is 191 (75% from 255 or 38.59% from 495); Max value from RGB is 191 - color contains mainly: blue. Hex color #9E92BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E92BF is #616D40. Grayscale: #9A9A9A. Windows color (decimal): -6384961 or 12554910. OLE color: 12554910.
HSL color Cylindrical-coordinate representation of color #9E92BF: hue angle of 256º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9E92BF is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 146 | 191 | - |
| CMYK | 0.17 | 0.24 | 0 | 0.25 |
| HSL | 256º | 0.26% | 0.66% | - |
| HSV(B) | 256º | 0.24% | 0.75% | - |
| XYZ | 33.78 | 31.59 | 53.61 | - |
| YUV | 154.72 | 148.48 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 146 | 191 | 0.17 | 0.24 | 0 | 0.25 | 256 | 0.26 | 0.66 |
| Hex | 9E | 92 | BF | 11 | 18 | 0 | 19 | 100 | 1A | 42 |
| Octal | 236 | 222 | 277 | 21 | 30 | 0 | 31 | 400 | 32 | 102 |
| Binary | 10011110 | 10010010 | 10111111 | 10001 | 11000 | 0 | 11001 | 100000000 | 11010 | 1000010 |
Color Harmonies of #9E92BF
Complementary color
Monochromatic Colors of #9E92BF
Black with #9E92BF
Text Example
Text Example
White with #9E92BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E92BF; }
p { color: rgb(158,146,191); }
H1.HeaderClassName
{
color: #9E92BF;
}
.AnyTagClassName
{
color: #9E92BF;
}
</style>
background-color css
<style>
a { background-color: #9E92BF; }
a { background-color: rgb(158,146,191); }
div.DivClassName
{
background-color: #9E92BF;
}
.BgClassName
{
background-color: #9E92BF;
}
</style>
border-color css
<style>
span { border-color: #9E92BF; }
span { border-color: rgb(158,146,191); }
td.TdClassName
{
border-color: #9E92BF;
}
.TagClassName
{
border-color: #9E92BF;
}
</style>