Shades of Dark Purple #9B137F
Tints of Dark Purple #9B137F
RGB
CMYK
RGB Variations
Color information
#9B137F (or 0x9B137F) is known color: Dark Purple. HEX triplet: 9B, 13 and 7F. RGB value is (155,19,127). Sum of RGB (Red+Green+Blue) = 155+19+127=301 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.50% from 301); Green value is 19 (7.81% from 255 or 6.31% from 301); Blue value is 127 (50% from 255 or 42.19% from 301); Max value from RGB is 155 - color contains mainly: red. Hex color #9B137F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B137F is #64EC80. Grayscale: #474747. Windows color (decimal): -6614145 or 8328091. OLE color: 8328091.
HSL color Cylindrical-coordinate representation of color #9B137F: hue angle of 312.35º 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 #9B137F is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 19 | 127 | - |
| CMYK | 0 | 0.88 | 0.18 | 0.39 |
| HSL | 312.35º | 0.78% | 0.34% | - |
| HSV(B) | 312.35º | 0.88% | 0.61% | - |
| XYZ | 17.58 | 8.97 | 20.88 | - |
| YUV | 71.98 | 159.06 | 187.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 19 | 127 | 0 | 0.88 | 0.18 | 0.39 | 312.35 | 0.78 | 0.34 |
| Hex | 9B | 13 | 7F | 0 | 58 | 12 | 27 | 138 | 4E | 22 |
| Octal | 233 | 23 | 177 | 0 | 130 | 22 | 47 | 470 | 116 | 42 |
| Binary | 10011011 | 10011 | 1111111 | 0 | 1011000 | 10010 | 100111 | 100111000 | 1001110 | 100010 |
Color Harmonies of #9B137F
Complementary color
Monochromatic Colors of #9B137F
Black with #9B137F
Text Example
Text Example
White with #9B137F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B137F; }
p { color: rgb(155,19,127); }
H1.HeaderClassName
{
color: #9B137F;
}
.AnyTagClassName
{
color: #9B137F;
}
</style>
background-color css
<style>
a { background-color: #9B137F; }
a { background-color: rgb(155,19,127); }
div.DivClassName
{
background-color: #9B137F;
}
.BgClassName
{
background-color: #9B137F;
}
</style>
border-color css
<style>
span { border-color: #9B137F; }
span { border-color: rgb(155,19,127); }
td.TdClassName
{
border-color: #9B137F;
}
.TagClassName
{
border-color: #9B137F;
}
</style>