Shades of Dark Purple #9B137B
Tints of Dark Purple #9B137B
RGB
CMYK
RGB Variations
Color information
#9B137B (or 0x9B137B) is known color: Dark Purple. HEX triplet: 9B, 13 and 7B. RGB value is (155,19,123). Sum of RGB (Red+Green+Blue) = 155+19+123=297 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.19% from 297); Green value is 19 (7.81% from 255 or 6.40% from 297); Blue value is 123 (48.44% from 255 or 41.41% from 297); Max value from RGB is 155 - color contains mainly: red. Hex color #9B137B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B137B is #64EC84. Grayscale: #474747. Windows color (decimal): -6614149 or 8065947. OLE color: 8065947.
HSL color Cylindrical-coordinate representation of color #9B137B: hue angle of 314.12º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9B137B is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 19 | 123 | - |
| CMYK | 0 | 0.88 | 0.21 | 0.39 |
| HSL | 314.12º | 0.78% | 0.34% | - |
| HSV(B) | 314.12º | 0.88% | 0.61% | - |
| XYZ | 17.33 | 8.86 | 19.54 | - |
| YUV | 71.52 | 157.06 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 19 | 123 | 0 | 0.88 | 0.21 | 0.39 | 314.12 | 0.78 | 0.34 |
| Hex | 9B | 13 | 7B | 0 | 58 | 15 | 27 | 13A | 4E | 22 |
| Octal | 233 | 23 | 173 | 0 | 130 | 25 | 47 | 472 | 116 | 42 |
| Binary | 10011011 | 10011 | 1111011 | 0 | 1011000 | 10101 | 100111 | 100111010 | 1001110 | 100010 |
Color Harmonies of #9B137B
Complementary color
Monochromatic Colors of #9B137B
Black with #9B137B
Text Example
Text Example
White with #9B137B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B137B; }
p { color: rgb(155,19,123); }
H1.HeaderClassName
{
color: #9B137B;
}
.AnyTagClassName
{
color: #9B137B;
}
</style>
background-color css
<style>
a { background-color: #9B137B; }
a { background-color: rgb(155,19,123); }
div.DivClassName
{
background-color: #9B137B;
}
.BgClassName
{
background-color: #9B137B;
}
</style>
border-color css
<style>
span { border-color: #9B137B; }
span { border-color: rgb(155,19,123); }
td.TdClassName
{
border-color: #9B137B;
}
.TagClassName
{
border-color: #9B137B;
}
</style>