Shades of Cold Purple #9F8CBF
Tints of Cold Purple #9F8CBF
RGB
CMYK
RGB Variations
Color information
#9F8CBF (or 0x9F8CBF) is known color: Cold Purple. HEX triplet: 9F, 8C and BF. RGB value is (159,140,191). Sum of RGB (Red+Green+Blue) = 159+140+191=490 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.45% from 490); Green value is 140 (55.08% from 255 or 28.57% from 490); Blue value is 191 (75% from 255 or 38.98% from 490); Max value from RGB is 191 - color contains mainly: blue. Hex color #9F8CBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F8CBF is #607340. Grayscale: #979797. Windows color (decimal): -6320961 or 12553375. OLE color: 12553375.
HSL color Cylindrical-coordinate representation of color #9F8CBF: hue angle of 262.35º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9F8CBF is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 140 | 191 | - |
| CMYK | 0.17 | 0.27 | 0 | 0.25 |
| HSL | 262.35º | 0.28% | 0.65% | - |
| HSV(B) | 262.35º | 0.27% | 0.75% | - |
| XYZ | 33.08 | 29.89 | 53.32 | - |
| YUV | 151.5 | 150.29 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 140 | 191 | 0.17 | 0.27 | 0 | 0.25 | 262.35 | 0.28 | 0.65 |
| Hex | 9F | 8C | BF | 11 | 1B | 0 | 19 | 106 | 1C | 41 |
| Octal | 237 | 214 | 277 | 21 | 33 | 0 | 31 | 406 | 34 | 101 |
| Binary | 10011111 | 10001100 | 10111111 | 10001 | 11011 | 0 | 11001 | 100000110 | 11100 | 1000001 |
Color Harmonies of #9F8CBF
Complementary color
Monochromatic Colors of #9F8CBF
Black with #9F8CBF
Text Example
Text Example
White with #9F8CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8CBF; }
p { color: rgb(159,140,191); }
H1.HeaderClassName
{
color: #9F8CBF;
}
.AnyTagClassName
{
color: #9F8CBF;
}
</style>
background-color css
<style>
a { background-color: #9F8CBF; }
a { background-color: rgb(159,140,191); }
div.DivClassName
{
background-color: #9F8CBF;
}
.BgClassName
{
background-color: #9F8CBF;
}
</style>
border-color css
<style>
span { border-color: #9F8CBF; }
span { border-color: rgb(159,140,191); }
td.TdClassName
{
border-color: #9F8CBF;
}
.TagClassName
{
border-color: #9F8CBF;
}
</style>