Shades of Cold Purple #9F7ECC
Tints of Cold Purple #9F7ECC
RGB
CMYK
RGB Variations
Color information
#9F7ECC (or 0x9F7ECC) is known color: Cold Purple. HEX triplet: 9F, 7E and CC. RGB value is (159,126,204). Sum of RGB (Red+Green+Blue) = 159+126+204=489 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.52% from 489); Green value is 126 (49.61% from 255 or 25.77% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 204 - color contains mainly: blue. Hex color #9F7ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F7ECC is #608133. Grayscale: #909090. Windows color (decimal): -6324532 or 13401759. OLE color: 13401759.
HSL color Cylindrical-coordinate representation of color #9F7ECC: hue angle of 265.38º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9F7ECC is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 159 | 126 | 204 | - |
| CMYK | 0.22 | 0.38 | 0 | 0.2 |
| HSL | 265.38º | 0.43% | 0.65% | - |
| HSV(B) | 265.38º | 0.38% | 0.8% | - |
| XYZ | 32.66 | 26.65 | 60.55 | - |
| YUV | 144.76 | 161.43 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 126 | 204 | 0.22 | 0.38 | 0 | 0.2 | 265.38 | 0.43 | 0.65 |
| Hex | 9F | 7E | CC | 16 | 26 | 0 | 14 | 109 | 2B | 41 |
| Octal | 237 | 176 | 314 | 26 | 46 | 0 | 24 | 411 | 53 | 101 |
| Binary | 10011111 | 1111110 | 11001100 | 10110 | 100110 | 0 | 10100 | 100001001 | 101011 | 1000001 |
Color Harmonies of #9F7ECC
Complementary color
Monochromatic Colors of #9F7ECC
Black with #9F7ECC
Text Example
Text Example
White with #9F7ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7ECC; }
p { color: rgb(159,126,204); }
H1.HeaderClassName
{
color: #9F7ECC;
}
.AnyTagClassName
{
color: #9F7ECC;
}
</style>
background-color css
<style>
a { background-color: #9F7ECC; }
a { background-color: rgb(159,126,204); }
div.DivClassName
{
background-color: #9F7ECC;
}
.BgClassName
{
background-color: #9F7ECC;
}
</style>
border-color css
<style>
span { border-color: #9F7ECC; }
span { border-color: rgb(159,126,204); }
td.TdClassName
{
border-color: #9F7ECC;
}
.TagClassName
{
border-color: #9F7ECC;
}
</style>