Shades of Dark Purple #9F287A
Tints of Dark Purple #9F287A
RGB
CMYK
RGB Variations
Color information
#9F287A (or 0x9F287A) is known color: Dark Purple. HEX triplet: 9F, 28 and 7A. RGB value is (159,40,122). Sum of RGB (Red+Green+Blue) = 159+40+122=321 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.53% from 321); Green value is 40 (16.02% from 255 or 12.46% from 321); Blue value is 122 (48.05% from 255 or 38.01% from 321); Max value from RGB is 159 - color contains mainly: red. Hex color #9F287A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F287A is #60D785. Grayscale: #545454. Windows color (decimal): -6346630 or 8005791. OLE color: 8005791.
HSL color Cylindrical-coordinate representation of color #9F287A: hue angle of 318.66º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9F287A is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 40 | 122 | - |
| CMYK | 0 | 0.75 | 0.23 | 0.38 |
| HSL | 318.66º | 0.6% | 0.39% | - |
| HSV(B) | 318.66º | 0.75% | 0.62% | - |
| XYZ | 18.57 | 10.29 | 19.42 | - |
| YUV | 84.93 | 148.92 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 40 | 122 | 0 | 0.75 | 0.23 | 0.38 | 318.66 | 0.6 | 0.39 |
| Hex | 9F | 28 | 7A | 0 | 4B | 17 | 26 | 13F | 3C | 27 |
| Octal | 237 | 50 | 172 | 0 | 113 | 27 | 46 | 477 | 74 | 47 |
| Binary | 10011111 | 101000 | 1111010 | 0 | 1001011 | 10111 | 100110 | 100111111 | 111100 | 100111 |
Color Harmonies of #9F287A
Complementary color
Monochromatic Colors of #9F287A
Black with #9F287A
Text Example
Text Example
White with #9F287A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F287A; }
p { color: rgb(159,40,122); }
H1.HeaderClassName
{
color: #9F287A;
}
.AnyTagClassName
{
color: #9F287A;
}
</style>
background-color css
<style>
a { background-color: #9F287A; }
a { background-color: rgb(159,40,122); }
div.DivClassName
{
background-color: #9F287A;
}
.BgClassName
{
background-color: #9F287A;
}
</style>
border-color css
<style>
span { border-color: #9F287A; }
span { border-color: rgb(159,40,122); }
td.TdClassName
{
border-color: #9F287A;
}
.TagClassName
{
border-color: #9F287A;
}
</style>