Shades of Dark Purple #9A147B
Tints of Dark Purple #9A147B
RGB
CMYK
RGB Variations
Color information
#9A147B (or 0x9A147B) is known color: Dark Purple. HEX triplet: 9A, 14 and 7B. RGB value is (154,20,123). Sum of RGB (Red+Green+Blue) = 154+20+123=297 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.85% from 297); Green value is 20 (8.20% from 255 or 6.73% from 297); Blue value is 123 (48.44% from 255 or 41.41% from 297); Max value from RGB is 154 - color contains mainly: red. Hex color #9A147B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A147B is #65EB84. Grayscale: #474747. Windows color (decimal): -6679429 or 8066202. OLE color: 8066202.
HSL color Cylindrical-coordinate representation of color #9A147B: hue angle of 313.88º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9A147B is Cyan = 0, Magento = 0.87, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 20 | 123 | - |
| CMYK | 0 | 0.87 | 0.20 | 0.40 |
| HSL | 313.88º | 0.77% | 0.34% | - |
| HSV(B) | 313.88º | 0.87% | 0.6% | - |
| XYZ | 17.15 | 8.8 | 19.53 | - |
| YUV | 71.81 | 156.89 | 186.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 20 | 123 | 0 | 0.87 | 0.20 | 0.40 | 313.88 | 0.77 | 0.34 |
| Hex | 9A | 14 | 7B | 0 | 57 | 14 | 28 | 13A | 4D | 22 |
| Octal | 232 | 24 | 173 | 0 | 127 | 24 | 50 | 472 | 115 | 42 |
| Binary | 10011010 | 10100 | 1111011 | 0 | 1010111 | 10100 | 101000 | 100111010 | 1001101 | 100010 |
Color Harmonies of #9A147B
Complementary color
Monochromatic Colors of #9A147B
Black with #9A147B
Text Example
Text Example
White with #9A147B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A147B; }
p { color: rgb(154,20,123); }
H1.HeaderClassName
{
color: #9A147B;
}
.AnyTagClassName
{
color: #9A147B;
}
</style>
background-color css
<style>
a { background-color: #9A147B; }
a { background-color: rgb(154,20,123); }
div.DivClassName
{
background-color: #9A147B;
}
.BgClassName
{
background-color: #9A147B;
}
</style>
border-color css
<style>
span { border-color: #9A147B; }
span { border-color: rgb(154,20,123); }
td.TdClassName
{
border-color: #9A147B;
}
.TagClassName
{
border-color: #9A147B;
}
</style>