Shades of Cold Purple #9F8FC0
Tints of Cold Purple #9F8FC0
RGB
CMYK
RGB Variations
Color information
#9F8FC0 (or 0x9F8FC0) is known color: Cold Purple. HEX triplet: 9F, 8F and C0. RGB value is (159,143,192). Sum of RGB (Red+Green+Blue) = 159+143+192=494 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.19% from 494); Green value is 143 (56.25% from 255 or 28.95% from 494); Blue value is 192 (75.39% from 255 or 38.87% from 494); Max value from RGB is 192 - color contains mainly: blue. Hex color #9F8FC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F8FC0 is #60703F. Grayscale: #999999. Windows color (decimal): -6320192 or 12619679. OLE color: 12619679.
HSL color Cylindrical-coordinate representation of color #9F8FC0: hue angle of 259.59º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9F8FC0 is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 143 | 192 | - |
| CMYK | 0.17 | 0.26 | 0 | 0.25 |
| HSL | 259.59º | 0.28% | 0.66% | - |
| HSV(B) | 259.59º | 0.26% | 0.75% | - |
| XYZ | 33.63 | 30.82 | 54.05 | - |
| YUV | 153.37 | 149.8 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 143 | 192 | 0.17 | 0.26 | 0 | 0.25 | 259.59 | 0.28 | 0.66 |
| Hex | 9F | 8F | C0 | 11 | 1A | 0 | 19 | 104 | 1C | 42 |
| Octal | 237 | 217 | 300 | 21 | 32 | 0 | 31 | 404 | 34 | 102 |
| Binary | 10011111 | 10001111 | 11000000 | 10001 | 11010 | 0 | 11001 | 100000100 | 11100 | 1000010 |
Color Harmonies of #9F8FC0
Complementary color
Monochromatic Colors of #9F8FC0
Black with #9F8FC0
Text Example
Text Example
White with #9F8FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8FC0; }
p { color: rgb(159,143,192); }
H1.HeaderClassName
{
color: #9F8FC0;
}
.AnyTagClassName
{
color: #9F8FC0;
}
</style>
background-color css
<style>
a { background-color: #9F8FC0; }
a { background-color: rgb(159,143,192); }
div.DivClassName
{
background-color: #9F8FC0;
}
.BgClassName
{
background-color: #9F8FC0;
}
</style>
border-color css
<style>
span { border-color: #9F8FC0; }
span { border-color: rgb(159,143,192); }
td.TdClassName
{
border-color: #9F8FC0;
}
.TagClassName
{
border-color: #9F8FC0;
}
</style>