Shades of Cold Purple #9F80CF
Tints of Cold Purple #9F80CF
RGB
CMYK
RGB Variations
Color information
#9F80CF (or 0x9F80CF) is known color: Cold Purple. HEX triplet: 9F, 80 and CF. RGB value is (159,128,207). Sum of RGB (Red+Green+Blue) = 159+128+207=494 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.19% from 494); Green value is 128 (50.39% from 255 or 25.91% from 494); Blue value is 207 (81.25% from 255 or 41.90% from 494); Max value from RGB is 207 - color contains mainly: blue. Hex color #9F80CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F80CF is #607F30. Grayscale: #919191. Windows color (decimal): -6324017 or 13598879. OLE color: 13598879.
HSL color Cylindrical-coordinate representation of color #9F80CF: hue angle of 263.54º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9F80CF is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 128 | 207 | - |
| CMYK | 0.23 | 0.38 | 0 | 0.19 |
| HSL | 263.54º | 0.45% | 0.66% | - |
| HSV(B) | 263.54º | 0.38% | 0.81% | - |
| XYZ | 33.28 | 27.31 | 62.55 | - |
| YUV | 146.28 | 162.27 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 128 | 207 | 0.23 | 0.38 | 0 | 0.19 | 263.54 | 0.45 | 0.66 |
| Hex | 9F | 80 | CF | 17 | 26 | 0 | 13 | 108 | 2D | 42 |
| Octal | 237 | 200 | 317 | 27 | 46 | 0 | 23 | 410 | 55 | 102 |
| Binary | 10011111 | 10000000 | 11001111 | 10111 | 100110 | 0 | 10011 | 100001000 | 101101 | 1000010 |
Color Harmonies of #9F80CF
Complementary color
Monochromatic Colors of #9F80CF
Black with #9F80CF
Text Example
Text Example
White with #9F80CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F80CF; }
p { color: rgb(159,128,207); }
H1.HeaderClassName
{
color: #9F80CF;
}
.AnyTagClassName
{
color: #9F80CF;
}
</style>
background-color css
<style>
a { background-color: #9F80CF; }
a { background-color: rgb(159,128,207); }
div.DivClassName
{
background-color: #9F80CF;
}
.BgClassName
{
background-color: #9F80CF;
}
</style>
border-color css
<style>
span { border-color: #9F80CF; }
span { border-color: rgb(159,128,207); }
td.TdClassName
{
border-color: #9F80CF;
}
.TagClassName
{
border-color: #9F80CF;
}
</style>