Shades of Dark Purple #9B1281
Tints of Dark Purple #9B1281
RGB
CMYK
RGB Variations
Color information
#9B1281 (or 0x9B1281) is known color: Dark Purple. HEX triplet: 9B, 12 and 81. RGB value is (155,18,129). Sum of RGB (Red+Green+Blue) = 155+18+129=302 (40% of max value = 765). Red value is 155 (60.94% from 255 or 51.32% from 302); Green value is 18 (7.42% from 255 or 5.96% from 302); Blue value is 129 (50.78% from 255 or 42.72% from 302); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1281 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9B1281 is #64ED7E. Grayscale: #474747. Windows color (decimal): -6614399 or 8458907. OLE color: 8458907.
HSL color Cylindrical-coordinate representation of color #9B1281: hue angle of 311.39º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9B1281 is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 18 | 129 | - |
| CMYK | 0 | 0.88 | 0.17 | 0.39 |
| HSL | 311.39º | 0.79% | 0.34% | - |
| HSV(B) | 311.39º | 0.88% | 0.61% | - |
| XYZ | 17.7 | 8.99 | 21.57 | - |
| YUV | 71.62 | 160.39 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 18 | 129 | 0 | 0.88 | 0.17 | 0.39 | 311.39 | 0.79 | 0.34 |
| Hex | 9B | 12 | 81 | 0 | 58 | 11 | 27 | 137 | 4F | 22 |
| Octal | 233 | 22 | 201 | 0 | 130 | 21 | 47 | 467 | 117 | 42 |
| Binary | 10011011 | 10010 | 10000001 | 0 | 1011000 | 10001 | 100111 | 100110111 | 1001111 | 100010 |
Color Harmonies of #9B1281
Complementary color
Monochromatic Colors of #9B1281
Black with #9B1281
Text Example
Text Example
White with #9B1281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1281; }
p { color: rgb(155,18,129); }
H1.HeaderClassName
{
color: #9B1281;
}
.AnyTagClassName
{
color: #9B1281;
}
</style>
background-color css
<style>
a { background-color: #9B1281; }
a { background-color: rgb(155,18,129); }
div.DivClassName
{
background-color: #9B1281;
}
.BgClassName
{
background-color: #9B1281;
}
</style>
border-color css
<style>
span { border-color: #9B1281; }
span { border-color: rgb(155,18,129); }
td.TdClassName
{
border-color: #9B1281;
}
.TagClassName
{
border-color: #9B1281;
}
</style>