Shades of Cold Purple #9F86CC
Tints of Cold Purple #9F86CC
RGB
CMYK
RGB Variations
Color information
#9F86CC (or 0x9F86CC) is known color: Cold Purple. HEX triplet: 9F, 86 and CC. RGB value is (159,134,204). Sum of RGB (Red+Green+Blue) = 159+134+204=497 (65% of max value = 765). Red value is 159 (62.5% from 255 or 31.99% from 497); Green value is 134 (52.73% from 255 or 26.96% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 204 - color contains mainly: blue. Hex color #9F86CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F86CC is #607933. Grayscale: #959595. Windows color (decimal): -6322484 or 13403807. OLE color: 13403807.
HSL color Cylindrical-coordinate representation of color #9F86CC: hue angle of 261.43º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9F86CC is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 159 | 134 | 204 | - |
| CMYK | 0.22 | 0.34 | 0 | 0.2 |
| HSL | 261.43º | 0.41% | 0.66% | - |
| HSV(B) | 261.43º | 0.34% | 0.8% | - |
| XYZ | 33.72 | 28.78 | 60.9 | - |
| YUV | 149.46 | 158.78 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 134 | 204 | 0.22 | 0.34 | 0 | 0.2 | 261.43 | 0.41 | 0.66 |
| Hex | 9F | 86 | CC | 16 | 22 | 0 | 14 | 105 | 29 | 42 |
| Octal | 237 | 206 | 314 | 26 | 42 | 0 | 24 | 405 | 51 | 102 |
| Binary | 10011111 | 10000110 | 11001100 | 10110 | 100010 | 0 | 10100 | 100000101 | 101001 | 1000010 |
Color Harmonies of #9F86CC
Complementary color
Monochromatic Colors of #9F86CC
Black with #9F86CC
Text Example
Text Example
White with #9F86CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F86CC; }
p { color: rgb(159,134,204); }
H1.HeaderClassName
{
color: #9F86CC;
}
.AnyTagClassName
{
color: #9F86CC;
}
</style>
background-color css
<style>
a { background-color: #9F86CC; }
a { background-color: rgb(159,134,204); }
div.DivClassName
{
background-color: #9F86CC;
}
.BgClassName
{
background-color: #9F86CC;
}
</style>
border-color css
<style>
span { border-color: #9F86CC; }
span { border-color: rgb(159,134,204); }
td.TdClassName
{
border-color: #9F86CC;
}
.TagClassName
{
border-color: #9F86CC;
}
</style>