Shades of Cold Purple #9F7DC5
Tints of Cold Purple #9F7DC5
RGB
CMYK
RGB Variations
Color information
#9F7DC5 (or 0x9F7DC5) is known color: Cold Purple. HEX triplet: 9F, 7D and C5. RGB value is (159,125,197). Sum of RGB (Red+Green+Blue) = 159+125+197=481 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.06% from 481); Green value is 125 (49.22% from 255 or 25.99% from 481); Blue value is 197 (77.34% from 255 or 40.96% from 481); Max value from RGB is 197 - color contains mainly: blue. Hex color #9F7DC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F7DC5 is #60823A. Grayscale: #8F8F8F. Windows color (decimal): -6324795 or 12942751. OLE color: 12942751.
HSL color Cylindrical-coordinate representation of color #9F7DC5: hue angle of 268.33º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9F7DC5 is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 159 | 125 | 197 | - |
| CMYK | 0.19 | 0.37 | 0 | 0.23 |
| HSL | 268.33º | 0.38% | 0.63% | - |
| HSV(B) | 268.33º | 0.37% | 0.77% | - |
| XYZ | 31.71 | 26.07 | 56.18 | - |
| YUV | 143.37 | 158.26 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 125 | 197 | 0.19 | 0.37 | 0 | 0.23 | 268.33 | 0.38 | 0.63 |
| Hex | 9F | 7D | C5 | 13 | 25 | 0 | 17 | 10C | 26 | 3F |
| Octal | 237 | 175 | 305 | 23 | 45 | 0 | 27 | 414 | 46 | 77 |
| Binary | 10011111 | 1111101 | 11000101 | 10011 | 100101 | 0 | 10111 | 100001100 | 100110 | 111111 |
Color Harmonies of #9F7DC5
Complementary color
Monochromatic Colors of #9F7DC5
Black with #9F7DC5
Text Example
Text Example
White with #9F7DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7DC5; }
p { color: rgb(159,125,197); }
H1.HeaderClassName
{
color: #9F7DC5;
}
.AnyTagClassName
{
color: #9F7DC5;
}
</style>
background-color css
<style>
a { background-color: #9F7DC5; }
a { background-color: rgb(159,125,197); }
div.DivClassName
{
background-color: #9F7DC5;
}
.BgClassName
{
background-color: #9F7DC5;
}
</style>
border-color css
<style>
span { border-color: #9F7DC5; }
span { border-color: rgb(159,125,197); }
td.TdClassName
{
border-color: #9F7DC5;
}
.TagClassName
{
border-color: #9F7DC5;
}
</style>