Shades of Cold Purple #9F7FCF
Tints of Cold Purple #9F7FCF
RGB
CMYK
RGB Variations
Color information
#9F7FCF (or 0x9F7FCF) is known color: Cold Purple. HEX triplet: 9F, 7F and CF. RGB value is (159,127,207). Sum of RGB (Red+Green+Blue) = 159+127+207=493 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.25% from 493); Green value is 127 (50% from 255 or 25.76% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 207 - color contains mainly: blue. Hex color #9F7FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F7FCF is #608030. Grayscale: #919191. Windows color (decimal): -6324273 or 13598623. OLE color: 13598623.
HSL color Cylindrical-coordinate representation of color #9F7FCF: hue angle of 264º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9F7FCF is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 127 | 207 | - |
| CMYK | 0.23 | 0.39 | 0 | 0.19 |
| HSL | 264º | 0.45% | 0.65% | - |
| HSV(B) | 264º | 0.39% | 0.81% | - |
| XYZ | 33.15 | 27.05 | 62.51 | - |
| YUV | 145.69 | 162.6 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 127 | 207 | 0.23 | 0.39 | 0 | 0.19 | 264 | 0.45 | 0.65 |
| Hex | 9F | 7F | CF | 17 | 27 | 0 | 13 | 108 | 2D | 41 |
| Octal | 237 | 177 | 317 | 27 | 47 | 0 | 23 | 410 | 55 | 101 |
| Binary | 10011111 | 1111111 | 11001111 | 10111 | 100111 | 0 | 10011 | 100001000 | 101101 | 1000001 |
Color Harmonies of #9F7FCF
Complementary color
Monochromatic Colors of #9F7FCF
Black with #9F7FCF
Text Example
Text Example
White with #9F7FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7FCF; }
p { color: rgb(159,127,207); }
H1.HeaderClassName
{
color: #9F7FCF;
}
.AnyTagClassName
{
color: #9F7FCF;
}
</style>
background-color css
<style>
a { background-color: #9F7FCF; }
a { background-color: rgb(159,127,207); }
div.DivClassName
{
background-color: #9F7FCF;
}
.BgClassName
{
background-color: #9F7FCF;
}
</style>
border-color css
<style>
span { border-color: #9F7FCF; }
span { border-color: rgb(159,127,207); }
td.TdClassName
{
border-color: #9F7FCF;
}
.TagClassName
{
border-color: #9F7FCF;
}
</style>