Shades of Dark Purple #9F127B
Tints of Dark Purple #9F127B
RGB
CMYK
RGB Variations
Color information
#9F127B (or 0x9F127B) is known color: Dark Purple. HEX triplet: 9F, 12 and 7B. RGB value is (159,18,123). Sum of RGB (Red+Green+Blue) = 159+18+123=300 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53% from 300); Green value is 18 (7.42% from 255 or 6% from 300); Blue value is 123 (48.44% from 255 or 41% from 300); Max value from RGB is 159 - color contains mainly: red. Hex color #9F127B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F127B is #60ED84. Grayscale: #474747. Windows color (decimal): -6352261 or 8065695. OLE color: 8065695.
HSL color Cylindrical-coordinate representation of color #9F127B: hue angle of 315.32º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9F127B is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 18 | 123 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.38 |
| HSL | 315.32º | 0.8% | 0.35% | - |
| HSV(B) | 315.32º | 0.89% | 0.62% | - |
| XYZ | 18.09 | 9.23 | 19.57 | - |
| YUV | 72.13 | 156.71 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 18 | 123 | 0 | 0.89 | 0.23 | 0.38 | 315.32 | 0.8 | 0.35 |
| Hex | 9F | 12 | 7B | 0 | 59 | 17 | 26 | 13B | 50 | 23 |
| Octal | 237 | 22 | 173 | 0 | 131 | 27 | 46 | 473 | 120 | 43 |
| Binary | 10011111 | 10010 | 1111011 | 0 | 1011001 | 10111 | 100110 | 100111011 | 1010000 | 100011 |
Color Harmonies of #9F127B
Complementary color
Monochromatic Colors of #9F127B
Black with #9F127B
Text Example
Text Example
White with #9F127B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F127B; }
p { color: rgb(159,18,123); }
H1.HeaderClassName
{
color: #9F127B;
}
.AnyTagClassName
{
color: #9F127B;
}
</style>
background-color css
<style>
a { background-color: #9F127B; }
a { background-color: rgb(159,18,123); }
div.DivClassName
{
background-color: #9F127B;
}
.BgClassName
{
background-color: #9F127B;
}
</style>
border-color css
<style>
span { border-color: #9F127B; }
span { border-color: rgb(159,18,123); }
td.TdClassName
{
border-color: #9F127B;
}
.TagClassName
{
border-color: #9F127B;
}
</style>