Shades of Cold Purple #9F8FCC
Tints of Cold Purple #9F8FCC
RGB
CMYK
RGB Variations
Color information
#9F8FCC (or 0x9F8FCC) is known color: Cold Purple. HEX triplet: 9F, 8F and CC. RGB value is (159,143,204). Sum of RGB (Red+Green+Blue) = 159+143+204=506 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.42% from 506); Green value is 143 (56.25% from 255 or 28.26% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 204 - color contains mainly: blue. Hex color #9F8FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F8FCC is #607033. Grayscale: #9A9A9A. Windows color (decimal): -6320180 or 13406111. OLE color: 13406111.
HSL color Cylindrical-coordinate representation of color #9F8FCC: hue angle of 255.74º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9F8FCC is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 159 | 143 | 204 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.2 |
| HSL | 255.74º | 0.37% | 0.68% | - |
| HSV(B) | 255.74º | 0.3% | 0.8% | - |
| XYZ | 35.02 | 31.38 | 61.34 | - |
| YUV | 154.74 | 155.8 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 143 | 204 | 0.22 | 0.30 | 0 | 0.2 | 255.74 | 0.37 | 0.68 |
| Hex | 9F | 8F | CC | 16 | 1E | 0 | 14 | 100 | 25 | 44 |
| Octal | 237 | 217 | 314 | 26 | 36 | 0 | 24 | 400 | 45 | 104 |
| Binary | 10011111 | 10001111 | 11001100 | 10110 | 11110 | 0 | 10100 | 100000000 | 100101 | 1000100 |
Color Harmonies of #9F8FCC
Complementary color
Monochromatic Colors of #9F8FCC
Black with #9F8FCC
Text Example
Text Example
White with #9F8FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8FCC; }
p { color: rgb(159,143,204); }
H1.HeaderClassName
{
color: #9F8FCC;
}
.AnyTagClassName
{
color: #9F8FCC;
}
</style>
background-color css
<style>
a { background-color: #9F8FCC; }
a { background-color: rgb(159,143,204); }
div.DivClassName
{
background-color: #9F8FCC;
}
.BgClassName
{
background-color: #9F8FCC;
}
</style>
border-color css
<style>
span { border-color: #9F8FCC; }
span { border-color: rgb(159,143,204); }
td.TdClassName
{
border-color: #9F8FCC;
}
.TagClassName
{
border-color: #9F8FCC;
}
</style>