Shades of Dark Purple #9F287B
Tints of Dark Purple #9F287B
RGB
CMYK
RGB Variations
Color information
#9F287B (or 0x9F287B) is known color: Dark Purple. HEX triplet: 9F, 28 and 7B. RGB value is (159,40,123). Sum of RGB (Red+Green+Blue) = 159+40+123=322 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.38% from 322); Green value is 40 (16.02% from 255 or 12.42% from 322); Blue value is 123 (48.44% from 255 or 38.20% from 322); Max value from RGB is 159 - color contains mainly: red. Hex color #9F287B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F287B is #60D784. Grayscale: #545454. Windows color (decimal): -6346629 or 8071327. OLE color: 8071327.
HSL color Cylindrical-coordinate representation of color #9F287B: hue angle of 318.15º 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 #9F287B is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 40 | 123 | - |
| CMYK | 0 | 0.75 | 0.23 | 0.38 |
| HSL | 318.15º | 0.6% | 0.39% | - |
| HSV(B) | 318.15º | 0.75% | 0.62% | - |
| XYZ | 18.63 | 10.32 | 19.75 | - |
| YUV | 85.04 | 149.42 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 40 | 123 | 0 | 0.75 | 0.23 | 0.38 | 318.15 | 0.6 | 0.39 |
| Hex | 9F | 28 | 7B | 0 | 4B | 17 | 26 | 13E | 3C | 27 |
| Octal | 237 | 50 | 173 | 0 | 113 | 27 | 46 | 476 | 74 | 47 |
| Binary | 10011111 | 101000 | 1111011 | 0 | 1001011 | 10111 | 100110 | 100111110 | 111100 | 100111 |
Color Harmonies of #9F287B
Complementary color
Monochromatic Colors of #9F287B
Black with #9F287B
Text Example
Text Example
White with #9F287B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F287B; }
p { color: rgb(159,40,123); }
H1.HeaderClassName
{
color: #9F287B;
}
.AnyTagClassName
{
color: #9F287B;
}
</style>
background-color css
<style>
a { background-color: #9F287B; }
a { background-color: rgb(159,40,123); }
div.DivClassName
{
background-color: #9F287B;
}
.BgClassName
{
background-color: #9F287B;
}
</style>
border-color css
<style>
span { border-color: #9F287B; }
span { border-color: rgb(159,40,123); }
td.TdClassName
{
border-color: #9F287B;
}
.TagClassName
{
border-color: #9F287B;
}
</style>