Shades of Cold Purple #9F8ECF
Tints of Cold Purple #9F8ECF
RGB
CMYK
RGB Variations
Color information
#9F8ECF (or 0x9F8ECF) is known color: Cold Purple. HEX triplet: 9F, 8E and CF. RGB value is (159,142,207). Sum of RGB (Red+Green+Blue) = 159+142+207=508 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.30% from 508); Green value is 142 (55.86% from 255 or 27.95% from 508); Blue value is 207 (81.25% from 255 or 40.75% from 508); Max value from RGB is 207 - color contains mainly: blue. Hex color #9F8ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F8ECF is #607130. Grayscale: #9A9A9A. Windows color (decimal): -6320433 or 13602463. OLE color: 13602463.
HSL color Cylindrical-coordinate representation of color #9F8ECF: hue angle of 255.69º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9F8ECF is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 142 | 207 | - |
| CMYK | 0.23 | 0.31 | 0 | 0.19 |
| HSL | 255.69º | 0.4% | 0.68% | - |
| HSV(B) | 255.69º | 0.31% | 0.81% | - |
| XYZ | 35.23 | 31.22 | 63.2 | - |
| YUV | 154.49 | 157.63 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 142 | 207 | 0.23 | 0.31 | 0 | 0.19 | 255.69 | 0.4 | 0.68 |
| Hex | 9F | 8E | CF | 17 | 1F | 0 | 13 | 100 | 28 | 44 |
| Octal | 237 | 216 | 317 | 27 | 37 | 0 | 23 | 400 | 50 | 104 |
| Binary | 10011111 | 10001110 | 11001111 | 10111 | 11111 | 0 | 10011 | 100000000 | 101000 | 1000100 |
Color Harmonies of #9F8ECF
Complementary color
Monochromatic Colors of #9F8ECF
Black with #9F8ECF
Text Example
Text Example
White with #9F8ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8ECF; }
p { color: rgb(159,142,207); }
H1.HeaderClassName
{
color: #9F8ECF;
}
.AnyTagClassName
{
color: #9F8ECF;
}
</style>
background-color css
<style>
a { background-color: #9F8ECF; }
a { background-color: rgb(159,142,207); }
div.DivClassName
{
background-color: #9F8ECF;
}
.BgClassName
{
background-color: #9F8ECF;
}
</style>
border-color css
<style>
span { border-color: #9F8ECF; }
span { border-color: rgb(159,142,207); }
td.TdClassName
{
border-color: #9F8ECF;
}
.TagClassName
{
border-color: #9F8ECF;
}
</style>