Shades of Dark Purple #9B1379
Tints of Dark Purple #9B1379
RGB
CMYK
RGB Variations
Color information
#9B1379 (or 0x9B1379) is known color: Dark Purple. HEX triplet: 9B, 13 and 79. RGB value is (155,19,121). Sum of RGB (Red+Green+Blue) = 155+19+121=295 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.54% from 295); Green value is 19 (7.81% from 255 or 6.44% from 295); Blue value is 121 (47.66% from 255 or 41.02% from 295); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1379 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B1379 is #64EC86. Grayscale: #474747. Windows color (decimal): -6614151 or 7934875. OLE color: 7934875.
HSL color Cylindrical-coordinate representation of color #9B1379: hue angle of 315º 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 #9B1379 is Cyan = 0, Magento = 0.88, Yellow = 0.22 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 19 | 121 | - |
| CMYK | 0 | 0.88 | 0.22 | 0.39 |
| HSL | 315º | 0.78% | 0.34% | - |
| HSV(B) | 315º | 0.88% | 0.61% | - |
| XYZ | 17.2 | 8.81 | 18.88 | - |
| YUV | 71.29 | 156.06 | 187.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 19 | 121 | 0 | 0.88 | 0.22 | 0.39 | 315 | 0.78 | 0.34 |
| Hex | 9B | 13 | 79 | 0 | 58 | 16 | 27 | 13B | 4E | 22 |
| Octal | 233 | 23 | 171 | 0 | 130 | 26 | 47 | 473 | 116 | 42 |
| Binary | 10011011 | 10011 | 1111001 | 0 | 1011000 | 10110 | 100111 | 100111011 | 1001110 | 100010 |
Color Harmonies of #9B1379
Complementary color
Monochromatic Colors of #9B1379
Black with #9B1379
Text Example
Text Example
White with #9B1379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1379; }
p { color: rgb(155,19,121); }
H1.HeaderClassName
{
color: #9B1379;
}
.AnyTagClassName
{
color: #9B1379;
}
</style>
background-color css
<style>
a { background-color: #9B1379; }
a { background-color: rgb(155,19,121); }
div.DivClassName
{
background-color: #9B1379;
}
.BgClassName
{
background-color: #9B1379;
}
</style>
border-color css
<style>
span { border-color: #9B1379; }
span { border-color: rgb(155,19,121); }
td.TdClassName
{
border-color: #9B1379;
}
.TagClassName
{
border-color: #9B1379;
}
</style>