Shades of Dark Purple #9B2B80
Tints of Dark Purple #9B2B80
RGB
CMYK
RGB Variations
Color information
#9B2B80 (or 0x9B2B80) is known color: Dark Purple. HEX triplet: 9B, 2B and 80. RGB value is (155,43,128). Sum of RGB (Red+Green+Blue) = 155+43+128=326 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.55% from 326); Green value is 43 (17.19% from 255 or 13.19% from 326); Blue value is 128 (50.39% from 255 or 39.26% from 326); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2B80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B2B80 is #64D47F. Grayscale: #555555. Windows color (decimal): -6608000 or 8399771. OLE color: 8399771.
HSL color Cylindrical-coordinate representation of color #9B2B80: hue angle of 314.46º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9B2B80 is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 43 | 128 | - |
| CMYK | 0 | 0.72 | 0.17 | 0.39 |
| HSL | 314.46º | 0.57% | 0.39% | - |
| HSV(B) | 314.46º | 0.72% | 0.61% | - |
| XYZ | 18.28 | 10.25 | 21.44 | - |
| YUV | 86.18 | 151.61 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 43 | 128 | 0 | 0.72 | 0.17 | 0.39 | 314.46 | 0.57 | 0.39 |
| Hex | 9B | 2B | 80 | 0 | 48 | 11 | 27 | 13A | 39 | 27 |
| Octal | 233 | 53 | 200 | 0 | 110 | 21 | 47 | 472 | 71 | 47 |
| Binary | 10011011 | 101011 | 10000000 | 0 | 1001000 | 10001 | 100111 | 100111010 | 111001 | 100111 |
Color Harmonies of #9B2B80
Complementary color
Monochromatic Colors of #9B2B80
Black with #9B2B80
Text Example
Text Example
White with #9B2B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2B80; }
p { color: rgb(155,43,128); }
H1.HeaderClassName
{
color: #9B2B80;
}
.AnyTagClassName
{
color: #9B2B80;
}
</style>
background-color css
<style>
a { background-color: #9B2B80; }
a { background-color: rgb(155,43,128); }
div.DivClassName
{
background-color: #9B2B80;
}
.BgClassName
{
background-color: #9B2B80;
}
</style>
border-color css
<style>
span { border-color: #9B2B80; }
span { border-color: rgb(155,43,128); }
td.TdClassName
{
border-color: #9B2B80;
}
.TagClassName
{
border-color: #9B2B80;
}
</style>