Shades of Cold Purple #9F7EC9
Tints of Cold Purple #9F7EC9
RGB
CMYK
RGB Variations
Color information
#9F7EC9 (or 0x9F7EC9) is known color: Cold Purple. HEX triplet: 9F, 7E and C9. RGB value is (159,126,201). Sum of RGB (Red+Green+Blue) = 159+126+201=486 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.72% from 486); Green value is 126 (49.61% from 255 or 25.93% from 486); Blue value is 201 (78.91% from 255 or 41.36% from 486); Max value from RGB is 201 - color contains mainly: blue. Hex color #9F7EC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F7EC9 is #608136. Grayscale: #909090. Windows color (decimal): -6324535 or 13205151. OLE color: 13205151.
HSL color Cylindrical-coordinate representation of color #9F7EC9: hue angle of 266.4º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9F7EC9 is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 159 | 126 | 201 | - |
| CMYK | 0.21 | 0.37 | 0 | 0.21 |
| HSL | 266.4º | 0.41% | 0.64% | - |
| HSV(B) | 266.4º | 0.37% | 0.79% | - |
| XYZ | 32.3 | 26.51 | 58.67 | - |
| YUV | 144.42 | 159.93 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 126 | 201 | 0.21 | 0.37 | 0 | 0.21 | 266.4 | 0.41 | 0.64 |
| Hex | 9F | 7E | C9 | 15 | 25 | 0 | 15 | 10A | 29 | 40 |
| Octal | 237 | 176 | 311 | 25 | 45 | 0 | 25 | 412 | 51 | 100 |
| Binary | 10011111 | 1111110 | 11001001 | 10101 | 100101 | 0 | 10101 | 100001010 | 101001 | 1000000 |
Color Harmonies of #9F7EC9
Complementary color
Monochromatic Colors of #9F7EC9
Black with #9F7EC9
Text Example
Text Example
White with #9F7EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7EC9; }
p { color: rgb(159,126,201); }
H1.HeaderClassName
{
color: #9F7EC9;
}
.AnyTagClassName
{
color: #9F7EC9;
}
</style>
background-color css
<style>
a { background-color: #9F7EC9; }
a { background-color: rgb(159,126,201); }
div.DivClassName
{
background-color: #9F7EC9;
}
.BgClassName
{
background-color: #9F7EC9;
}
</style>
border-color css
<style>
span { border-color: #9F7EC9; }
span { border-color: rgb(159,126,201); }
td.TdClassName
{
border-color: #9F7EC9;
}
.TagClassName
{
border-color: #9F7EC9;
}
</style>