Shades of Dark Purple #9F278B
Tints of Dark Purple #9F278B
RGB
CMYK
RGB Variations
Color information
#9F278B (or 0x9F278B) is known color: Dark Purple. HEX triplet: 9F, 27 and 8B. RGB value is (159,39,139). Sum of RGB (Red+Green+Blue) = 159+39+139=337 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.18% from 337); Green value is 39 (15.62% from 255 or 11.57% from 337); Blue value is 139 (54.69% from 255 or 41.25% from 337); Max value from RGB is 159 - color contains mainly: red. Hex color #9F278B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F278B is #60D874. Grayscale: #565656. Windows color (decimal): -6346869 or 9119647. OLE color: 9119647.
HSL color Cylindrical-coordinate representation of color #9F278B: hue angle of 310º degrees, saturation: 0.61, 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 #9F278B is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 39 | 139 | - |
| CMYK | 0 | 0.75 | 0.13 | 0.38 |
| HSL | 310º | 0.61% | 0.39% | - |
| HSV(B) | 310º | 0.75% | 0.62% | - |
| XYZ | 19.68 | 10.69 | 25.45 | - |
| YUV | 86.28 | 157.76 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 39 | 139 | 0 | 0.75 | 0.13 | 0.38 | 310 | 0.61 | 0.39 |
| Hex | 9F | 27 | 8B | 0 | 4B | D | 26 | 136 | 3D | 27 |
| Octal | 237 | 47 | 213 | 0 | 113 | 15 | 46 | 466 | 75 | 47 |
| Binary | 10011111 | 100111 | 10001011 | 0 | 1001011 | 1101 | 100110 | 100110110 | 111101 | 100111 |
Color Harmonies of #9F278B
Complementary color
Monochromatic Colors of #9F278B
Black with #9F278B
Text Example
Text Example
White with #9F278B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F278B; }
p { color: rgb(159,39,139); }
H1.HeaderClassName
{
color: #9F278B;
}
.AnyTagClassName
{
color: #9F278B;
}
</style>
background-color css
<style>
a { background-color: #9F278B; }
a { background-color: rgb(159,39,139); }
div.DivClassName
{
background-color: #9F278B;
}
.BgClassName
{
background-color: #9F278B;
}
</style>
border-color css
<style>
span { border-color: #9F278B; }
span { border-color: rgb(159,39,139); }
td.TdClassName
{
border-color: #9F278B;
}
.TagClassName
{
border-color: #9F278B;
}
</style>