Shades of Dark Purple #9B147F
Tints of Dark Purple #9B147F
RGB
CMYK
RGB Variations
Color information
#9B147F (or 0x9B147F) is known color: Dark Purple. HEX triplet: 9B, 14 and 7F. RGB value is (155,20,127). Sum of RGB (Red+Green+Blue) = 155+20+127=302 (40% of max value = 765). Red value is 155 (60.94% from 255 or 51.32% from 302); Green value is 20 (8.20% from 255 or 6.62% from 302); Blue value is 127 (50% from 255 or 42.05% from 302); Max value from RGB is 155 - color contains mainly: red. Hex color #9B147F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B147F is #64EB80. Grayscale: #484848. Windows color (decimal): -6613889 or 8328347. OLE color: 8328347.
HSL color Cylindrical-coordinate representation of color #9B147F: hue angle of 312.44º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9B147F is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 20 | 127 | - |
| CMYK | 0 | 0.87 | 0.18 | 0.39 |
| HSL | 312.44º | 0.77% | 0.34% | - |
| HSV(B) | 312.44º | 0.87% | 0.61% | - |
| XYZ | 17.6 | 9 | 20.89 | - |
| YUV | 72.56 | 158.73 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 20 | 127 | 0 | 0.87 | 0.18 | 0.39 | 312.44 | 0.77 | 0.34 |
| Hex | 9B | 14 | 7F | 0 | 57 | 12 | 27 | 138 | 4D | 22 |
| Octal | 233 | 24 | 177 | 0 | 127 | 22 | 47 | 470 | 115 | 42 |
| Binary | 10011011 | 10100 | 1111111 | 0 | 1010111 | 10010 | 100111 | 100111000 | 1001101 | 100010 |
Color Harmonies of #9B147F
Complementary color
Monochromatic Colors of #9B147F
Black with #9B147F
Text Example
Text Example
White with #9B147F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B147F; }
p { color: rgb(155,20,127); }
H1.HeaderClassName
{
color: #9B147F;
}
.AnyTagClassName
{
color: #9B147F;
}
</style>
background-color css
<style>
a { background-color: #9B147F; }
a { background-color: rgb(155,20,127); }
div.DivClassName
{
background-color: #9B147F;
}
.BgClassName
{
background-color: #9B147F;
}
</style>
border-color css
<style>
span { border-color: #9B147F; }
span { border-color: rgb(155,20,127); }
td.TdClassName
{
border-color: #9B147F;
}
.TagClassName
{
border-color: #9B147F;
}
</style>