Shades of Cold Purple #9E83BA
Tints of Cold Purple #9E83BA
RGB
CMYK
RGB Variations
Color information
#9E83BA (or 0x9E83BA) is known color: Cold Purple. HEX triplet: 9E, 83 and BA. RGB value is (158,131,186). Sum of RGB (Red+Green+Blue) = 158+131+186=475 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.26% from 475); Green value is 131 (51.56% from 255 or 27.58% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 186 - color contains mainly: blue. Hex color #9E83BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E83BA is #617C45. Grayscale: #919191. Windows color (decimal): -6388806 or 12223390. OLE color: 12223390.
HSL color Cylindrical-coordinate representation of color #9E83BA: hue angle of 269.45º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9E83BA is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 131 | 186 | - |
| CMYK | 0.15 | 0.30 | 0 | 0.27 |
| HSL | 269.45º | 0.28% | 0.62% | - |
| HSV(B) | 269.45º | 0.3% | 0.73% | - |
| XYZ | 31.08 | 27.05 | 50.04 | - |
| YUV | 145.34 | 150.95 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 131 | 186 | 0.15 | 0.30 | 0 | 0.27 | 269.45 | 0.28 | 0.62 |
| Hex | 9E | 83 | BA | F | 1E | 0 | 1B | 10D | 1C | 3E |
| Octal | 236 | 203 | 272 | 17 | 36 | 0 | 33 | 415 | 34 | 76 |
| Binary | 10011110 | 10000011 | 10111010 | 1111 | 11110 | 0 | 11011 | 100001101 | 11100 | 111110 |
Color Harmonies of #9E83BA
Complementary color
Monochromatic Colors of #9E83BA
Black with #9E83BA
Text Example
Text Example
White with #9E83BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E83BA; }
p { color: rgb(158,131,186); }
H1.HeaderClassName
{
color: #9E83BA;
}
.AnyTagClassName
{
color: #9E83BA;
}
</style>
background-color css
<style>
a { background-color: #9E83BA; }
a { background-color: rgb(158,131,186); }
div.DivClassName
{
background-color: #9E83BA;
}
.BgClassName
{
background-color: #9E83BA;
}
</style>
border-color css
<style>
span { border-color: #9E83BA; }
span { border-color: rgb(158,131,186); }
td.TdClassName
{
border-color: #9E83BA;
}
.TagClassName
{
border-color: #9E83BA;
}
</style>