Shades of Dark Purple #9B1482
Tints of Dark Purple #9B1482
RGB
CMYK
RGB Variations
Color information
#9B1482 (or 0x9B1482) is known color: Dark Purple. HEX triplet: 9B, 14 and 82. RGB value is (155,20,130). Sum of RGB (Red+Green+Blue) = 155+20+130=305 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.82% from 305); Green value is 20 (8.20% from 255 or 6.56% from 305); Blue value is 130 (51.17% from 255 or 42.62% from 305); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1482 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B1482 is #64EB7D. Grayscale: #484848. Windows color (decimal): -6613886 or 8524955. OLE color: 8524955.
HSL color Cylindrical-coordinate representation of color #9B1482: hue angle of 311.11º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9B1482 is Cyan = 0, Magento = 0.87, Yellow = 0.16 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 20 | 130 | - |
| CMYK | 0 | 0.87 | 0.16 | 0.39 |
| HSL | 311.11º | 0.77% | 0.34% | - |
| HSV(B) | 311.11º | 0.87% | 0.61% | - |
| XYZ | 17.8 | 9.08 | 21.93 | - |
| YUV | 72.91 | 160.23 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 20 | 130 | 0 | 0.87 | 0.16 | 0.39 | 311.11 | 0.77 | 0.34 |
| Hex | 9B | 14 | 82 | 0 | 57 | 10 | 27 | 137 | 4D | 22 |
| Octal | 233 | 24 | 202 | 0 | 127 | 20 | 47 | 467 | 115 | 42 |
| Binary | 10011011 | 10100 | 10000010 | 0 | 1010111 | 10000 | 100111 | 100110111 | 1001101 | 100010 |
Color Harmonies of #9B1482
Complementary color
Monochromatic Colors of #9B1482
Black with #9B1482
Text Example
Text Example
White with #9B1482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1482; }
p { color: rgb(155,20,130); }
H1.HeaderClassName
{
color: #9B1482;
}
.AnyTagClassName
{
color: #9B1482;
}
</style>
background-color css
<style>
a { background-color: #9B1482; }
a { background-color: rgb(155,20,130); }
div.DivClassName
{
background-color: #9B1482;
}
.BgClassName
{
background-color: #9B1482;
}
</style>
border-color css
<style>
span { border-color: #9B1482; }
span { border-color: rgb(155,20,130); }
td.TdClassName
{
border-color: #9B1482;
}
.TagClassName
{
border-color: #9B1482;
}
</style>