Shades of Dark Purple #9F288B
Tints of Dark Purple #9F288B
RGB
CMYK
RGB Variations
Color information
#9F288B (or 0x9F288B) is known color: Dark Purple. HEX triplet: 9F, 28 and 8B. RGB value is (159,40,139). Sum of RGB (Red+Green+Blue) = 159+40+139=338 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.04% from 338); Green value is 40 (16.02% from 255 or 11.83% from 338); Blue value is 139 (54.69% from 255 or 41.12% from 338); Max value from RGB is 159 - color contains mainly: red. Hex color #9F288B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F288B is #60D774. Grayscale: #565656. Windows color (decimal): -6346613 or 9119903. OLE color: 9119903.
HSL color Cylindrical-coordinate representation of color #9F288B: hue angle of 310.08º 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 #9F288B is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 40 | 139 | - |
| CMYK | 0 | 0.75 | 0.13 | 0.38 |
| HSL | 310.08º | 0.6% | 0.39% | - |
| HSV(B) | 310.08º | 0.75% | 0.62% | - |
| XYZ | 19.72 | 10.75 | 25.46 | - |
| YUV | 86.87 | 157.42 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 40 | 139 | 0 | 0.75 | 0.13 | 0.38 | 310.08 | 0.6 | 0.39 |
| Hex | 9F | 28 | 8B | 0 | 4B | D | 26 | 136 | 3C | 27 |
| Octal | 237 | 50 | 213 | 0 | 113 | 15 | 46 | 466 | 74 | 47 |
| Binary | 10011111 | 101000 | 10001011 | 0 | 1001011 | 1101 | 100110 | 100110110 | 111100 | 100111 |
Color Harmonies of #9F288B
Complementary color
Monochromatic Colors of #9F288B
Black with #9F288B
Text Example
Text Example
White with #9F288B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F288B; }
p { color: rgb(159,40,139); }
H1.HeaderClassName
{
color: #9F288B;
}
.AnyTagClassName
{
color: #9F288B;
}
</style>
background-color css
<style>
a { background-color: #9F288B; }
a { background-color: rgb(159,40,139); }
div.DivClassName
{
background-color: #9F288B;
}
.BgClassName
{
background-color: #9F288B;
}
</style>
border-color css
<style>
span { border-color: #9F288B; }
span { border-color: rgb(159,40,139); }
td.TdClassName
{
border-color: #9F288B;
}
.TagClassName
{
border-color: #9F288B;
}
</style>