Shades of Cold Purple #9F8EBA
Tints of Cold Purple #9F8EBA
RGB
CMYK
RGB Variations
Color information
#9F8EBA (or 0x9F8EBA) is known color: Cold Purple. HEX triplet: 9F, 8E and BA. RGB value is (159,142,186). Sum of RGB (Red+Green+Blue) = 159+142+186=487 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.65% from 487); Green value is 142 (55.86% from 255 or 29.16% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F8EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F8EBA is #607145. Grayscale: #979797. Windows color (decimal): -6320454 or 12226207. OLE color: 12226207.
HSL color Cylindrical-coordinate representation of color #9F8EBA: hue angle of 263.18º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9F8EBA is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 142 | 186 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.27 |
| HSL | 263.18º | 0.24% | 0.64% | - |
| HSV(B) | 263.18º | 0.24% | 0.73% | - |
| XYZ | 32.83 | 30.26 | 50.57 | - |
| YUV | 152.1 | 147.13 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 142 | 186 | 0.15 | 0.24 | 0 | 0.27 | 263.18 | 0.24 | 0.64 |
| Hex | 9F | 8E | BA | F | 18 | 0 | 1B | 107 | 18 | 40 |
| Octal | 237 | 216 | 272 | 17 | 30 | 0 | 33 | 407 | 30 | 100 |
| Binary | 10011111 | 10001110 | 10111010 | 1111 | 11000 | 0 | 11011 | 100000111 | 11000 | 1000000 |
Color Harmonies of #9F8EBA
Complementary color
Monochromatic Colors of #9F8EBA
Black with #9F8EBA
Text Example
Text Example
White with #9F8EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8EBA; }
p { color: rgb(159,142,186); }
H1.HeaderClassName
{
color: #9F8EBA;
}
.AnyTagClassName
{
color: #9F8EBA;
}
</style>
background-color css
<style>
a { background-color: #9F8EBA; }
a { background-color: rgb(159,142,186); }
div.DivClassName
{
background-color: #9F8EBA;
}
.BgClassName
{
background-color: #9F8EBA;
}
</style>
border-color css
<style>
span { border-color: #9F8EBA; }
span { border-color: rgb(159,142,186); }
td.TdClassName
{
border-color: #9F8EBA;
}
.TagClassName
{
border-color: #9F8EBA;
}
</style>