Shades of Cold Purple #9F8ECC
Tints of Cold Purple #9F8ECC
RGB
CMYK
RGB Variations
Color information
#9F8ECC (or 0x9F8ECC) is known color: Cold Purple. HEX triplet: 9F, 8E and CC. RGB value is (159,142,204). Sum of RGB (Red+Green+Blue) = 159+142+204=505 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.49% from 505); Green value is 142 (55.86% from 255 or 28.12% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 204 - color contains mainly: blue. Hex color #9F8ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F8ECC is #607133. Grayscale: #999999. Windows color (decimal): -6320436 or 13405855. OLE color: 13405855.
HSL color Cylindrical-coordinate representation of color #9F8ECC: hue angle of 256.45º degrees, saturation: 0.38, 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 #9F8ECC is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 159 | 142 | 204 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.2 |
| HSL | 256.45º | 0.38% | 0.68% | - |
| HSV(B) | 256.45º | 0.3% | 0.8% | - |
| XYZ | 34.87 | 31.08 | 61.29 | - |
| YUV | 154.15 | 156.13 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 142 | 204 | 0.22 | 0.30 | 0 | 0.2 | 256.45 | 0.38 | 0.68 |
| Hex | 9F | 8E | CC | 16 | 1E | 0 | 14 | 100 | 26 | 44 |
| Octal | 237 | 216 | 314 | 26 | 36 | 0 | 24 | 400 | 46 | 104 |
| Binary | 10011111 | 10001110 | 11001100 | 10110 | 11110 | 0 | 10100 | 100000000 | 100110 | 1000100 |
Color Harmonies of #9F8ECC
Complementary color
Monochromatic Colors of #9F8ECC
Black with #9F8ECC
Text Example
Text Example
White with #9F8ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8ECC; }
p { color: rgb(159,142,204); }
H1.HeaderClassName
{
color: #9F8ECC;
}
.AnyTagClassName
{
color: #9F8ECC;
}
</style>
background-color css
<style>
a { background-color: #9F8ECC; }
a { background-color: rgb(159,142,204); }
div.DivClassName
{
background-color: #9F8ECC;
}
.BgClassName
{
background-color: #9F8ECC;
}
</style>
border-color css
<style>
span { border-color: #9F8ECC; }
span { border-color: rgb(159,142,204); }
td.TdClassName
{
border-color: #9F8ECC;
}
.TagClassName
{
border-color: #9F8ECC;
}
</style>