Shades of Cold Purple #9E84BF
Tints of Cold Purple #9E84BF
RGB
CMYK
RGB Variations
Color information
#9E84BF (or 0x9E84BF) is known color: Cold Purple. HEX triplet: 9E, 84 and BF. RGB value is (158,132,191). Sum of RGB (Red+Green+Blue) = 158+132+191=481 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.85% from 481); Green value is 132 (51.95% from 255 or 27.44% from 481); Blue value is 191 (75% from 255 or 39.71% from 481); Max value from RGB is 191 - color contains mainly: blue. Hex color #9E84BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E84BF is #617B40. Grayscale: #929292. Windows color (decimal): -6388545 or 12551326. OLE color: 12551326.
HSL color Cylindrical-coordinate representation of color #9E84BF: hue angle of 266.44º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9E84BF is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 132 | 191 | - |
| CMYK | 0.17 | 0.31 | 0 | 0.25 |
| HSL | 266.44º | 0.32% | 0.63% | - |
| HSV(B) | 266.44º | 0.31% | 0.75% | - |
| XYZ | 31.76 | 27.53 | 52.93 | - |
| YUV | 146.5 | 153.11 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 132 | 191 | 0.17 | 0.31 | 0 | 0.25 | 266.44 | 0.32 | 0.63 |
| Hex | 9E | 84 | BF | 11 | 1F | 0 | 19 | 10A | 20 | 3F |
| Octal | 236 | 204 | 277 | 21 | 37 | 0 | 31 | 412 | 40 | 77 |
| Binary | 10011110 | 10000100 | 10111111 | 10001 | 11111 | 0 | 11001 | 100001010 | 100000 | 111111 |
Color Harmonies of #9E84BF
Complementary color
Monochromatic Colors of #9E84BF
Black with #9E84BF
Text Example
Text Example
White with #9E84BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E84BF; }
p { color: rgb(158,132,191); }
H1.HeaderClassName
{
color: #9E84BF;
}
.AnyTagClassName
{
color: #9E84BF;
}
</style>
background-color css
<style>
a { background-color: #9E84BF; }
a { background-color: rgb(158,132,191); }
div.DivClassName
{
background-color: #9E84BF;
}
.BgClassName
{
background-color: #9E84BF;
}
</style>
border-color css
<style>
span { border-color: #9E84BF; }
span { border-color: rgb(158,132,191); }
td.TdClassName
{
border-color: #9E84BF;
}
.TagClassName
{
border-color: #9E84BF;
}
</style>