Shades of Dark Purple #9B1776
Tints of Dark Purple #9B1776
RGB
CMYK
RGB Variations
Color information
#9B1776 (or 0x9B1776) is known color: Dark Purple. HEX triplet: 9B, 17 and 76. RGB value is (155,23,118). Sum of RGB (Red+Green+Blue) = 155+23+118=296 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.36% from 296); Green value is 23 (9.38% from 255 or 7.77% from 296); Blue value is 118 (46.48% from 255 or 39.86% from 296); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1776 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B1776 is #64E889. Grayscale: #494949. Windows color (decimal): -6613130 or 7739291. OLE color: 7739291.
HSL color Cylindrical-coordinate representation of color #9B1776: hue angle of 316.82º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9B1776 is Cyan = 0, Magento = 0.85, Yellow = 0.24 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 23 | 118 | - |
| CMYK | 0 | 0.85 | 0.24 | 0.39 |
| HSL | 316.82º | 0.74% | 0.35% | - |
| HSV(B) | 316.82º | 0.85% | 0.61% | - |
| XYZ | 17.09 | 8.89 | 17.95 | - |
| YUV | 73.3 | 153.23 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 23 | 118 | 0 | 0.85 | 0.24 | 0.39 | 316.82 | 0.74 | 0.35 |
| Hex | 9B | 17 | 76 | 0 | 55 | 18 | 27 | 13D | 4A | 23 |
| Octal | 233 | 27 | 166 | 0 | 125 | 30 | 47 | 475 | 112 | 43 |
| Binary | 10011011 | 10111 | 1110110 | 0 | 1010101 | 11000 | 100111 | 100111101 | 1001010 | 100011 |
Color Harmonies of #9B1776
Complementary color
Monochromatic Colors of #9B1776
Black with #9B1776
Text Example
Text Example
White with #9B1776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1776; }
p { color: rgb(155,23,118); }
H1.HeaderClassName
{
color: #9B1776;
}
.AnyTagClassName
{
color: #9B1776;
}
</style>
background-color css
<style>
a { background-color: #9B1776; }
a { background-color: rgb(155,23,118); }
div.DivClassName
{
background-color: #9B1776;
}
.BgClassName
{
background-color: #9B1776;
}
</style>
border-color css
<style>
span { border-color: #9B1776; }
span { border-color: rgb(155,23,118); }
td.TdClassName
{
border-color: #9B1776;
}
.TagClassName
{
border-color: #9B1776;
}
</style>