Shades of Dark Purple #9B1980
Tints of Dark Purple #9B1980
RGB
CMYK
RGB Variations
Color information
#9B1980 (or 0x9B1980) is known color: Dark Purple. HEX triplet: 9B, 19 and 80. RGB value is (155,25,128). Sum of RGB (Red+Green+Blue) = 155+25+128=308 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.32% from 308); Green value is 25 (10.16% from 255 or 8.12% from 308); Blue value is 128 (50.39% from 255 or 41.56% from 308); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1980 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B1980 is #64E67F. Grayscale: #4B4B4B. Windows color (decimal): -6612608 or 8395163. OLE color: 8395163.
HSL color Cylindrical-coordinate representation of color #9B1980: hue angle of 312.46º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9B1980 is Cyan = 0, Magento = 0.84, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 25 | 128 | - |
| CMYK | 0 | 0.84 | 0.17 | 0.39 |
| HSL | 312.46º | 0.72% | 0.35% | - |
| HSV(B) | 312.46º | 0.84% | 0.61% | - |
| XYZ | 17.76 | 9.22 | 21.27 | - |
| YUV | 75.61 | 157.57 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 25 | 128 | 0 | 0.84 | 0.17 | 0.39 | 312.46 | 0.72 | 0.35 |
| Hex | 9B | 19 | 80 | 0 | 54 | 11 | 27 | 138 | 48 | 23 |
| Octal | 233 | 31 | 200 | 0 | 124 | 21 | 47 | 470 | 110 | 43 |
| Binary | 10011011 | 11001 | 10000000 | 0 | 1010100 | 10001 | 100111 | 100111000 | 1001000 | 100011 |
Color Harmonies of #9B1980
Complementary color
Monochromatic Colors of #9B1980
Black with #9B1980
Text Example
Text Example
White with #9B1980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1980; }
p { color: rgb(155,25,128); }
H1.HeaderClassName
{
color: #9B1980;
}
.AnyTagClassName
{
color: #9B1980;
}
</style>
background-color css
<style>
a { background-color: #9B1980; }
a { background-color: rgb(155,25,128); }
div.DivClassName
{
background-color: #9B1980;
}
.BgClassName
{
background-color: #9B1980;
}
</style>
border-color css
<style>
span { border-color: #9B1980; }
span { border-color: rgb(155,25,128); }
td.TdClassName
{
border-color: #9B1980;
}
.TagClassName
{
border-color: #9B1980;
}
</style>