Shades of Dark Purple #9B1D80
Tints of Dark Purple #9B1D80
RGB
CMYK
RGB Variations
Color information
#9B1D80 (or 0x9B1D80) is known color: Dark Purple. HEX triplet: 9B, 1D and 80. RGB value is (155,29,128). Sum of RGB (Red+Green+Blue) = 155+29+128=312 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.68% from 312); Green value is 29 (11.72% from 255 or 9.29% from 312); Blue value is 128 (50.39% from 255 or 41.03% from 312); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1D80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B1D80 is #64E27F. Grayscale: #4D4D4D. Windows color (decimal): -6611584 or 8396187. OLE color: 8396187.
HSL color Cylindrical-coordinate representation of color #9B1D80: hue angle of 312.86º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9B1D80 is Cyan = 0, Magento = 0.81, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 29 | 128 | - |
| CMYK | 0 | 0.81 | 0.17 | 0.39 |
| HSL | 312.86º | 0.68% | 0.36% | - |
| HSV(B) | 312.86º | 0.81% | 0.61% | - |
| XYZ | 17.85 | 9.41 | 21.3 | - |
| YUV | 77.96 | 156.24 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 29 | 128 | 0 | 0.81 | 0.17 | 0.39 | 312.86 | 0.68 | 0.36 |
| Hex | 9B | 1D | 80 | 0 | 51 | 11 | 27 | 139 | 44 | 24 |
| Octal | 233 | 35 | 200 | 0 | 121 | 21 | 47 | 471 | 104 | 44 |
| Binary | 10011011 | 11101 | 10000000 | 0 | 1010001 | 10001 | 100111 | 100111001 | 1000100 | 100100 |
Color Harmonies of #9B1D80
Complementary color
Monochromatic Colors of #9B1D80
Black with #9B1D80
Text Example
Text Example
White with #9B1D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1D80; }
p { color: rgb(155,29,128); }
H1.HeaderClassName
{
color: #9B1D80;
}
.AnyTagClassName
{
color: #9B1D80;
}
</style>
background-color css
<style>
a { background-color: #9B1D80; }
a { background-color: rgb(155,29,128); }
div.DivClassName
{
background-color: #9B1D80;
}
.BgClassName
{
background-color: #9B1D80;
}
</style>
border-color css
<style>
span { border-color: #9B1D80; }
span { border-color: rgb(155,29,128); }
td.TdClassName
{
border-color: #9B1D80;
}
.TagClassName
{
border-color: #9B1D80;
}
</style>