Shades of Dark Purple #9B2982
Tints of Dark Purple #9B2982
RGB
CMYK
RGB Variations
Color information
#9B2982 (or 0x9B2982) is known color: Dark Purple. HEX triplet: 9B, 29 and 82. RGB value is (155,41,130). Sum of RGB (Red+Green+Blue) = 155+41+130=326 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.55% from 326); Green value is 41 (16.41% from 255 or 12.58% from 326); Blue value is 130 (51.17% from 255 or 39.88% from 326); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2982 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B2982 is #64D67D. Grayscale: #545454. Windows color (decimal): -6608510 or 8530331. OLE color: 8530331.
HSL color Cylindrical-coordinate representation of color #9B2982: hue angle of 313.16º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9B2982 is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 41 | 130 | - |
| CMYK | 0 | 0.74 | 0.16 | 0.39 |
| HSL | 313.16º | 0.58% | 0.38% | - |
| HSV(B) | 313.16º | 0.74% | 0.61% | - |
| XYZ | 18.34 | 10.17 | 22.11 | - |
| YUV | 85.23 | 153.27 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 41 | 130 | 0 | 0.74 | 0.16 | 0.39 | 313.16 | 0.58 | 0.38 |
| Hex | 9B | 29 | 82 | 0 | 4A | 10 | 27 | 139 | 3A | 26 |
| Octal | 233 | 51 | 202 | 0 | 112 | 20 | 47 | 471 | 72 | 46 |
| Binary | 10011011 | 101001 | 10000010 | 0 | 1001010 | 10000 | 100111 | 100111001 | 111010 | 100110 |
Color Harmonies of #9B2982
Complementary color
Monochromatic Colors of #9B2982
Black with #9B2982
Text Example
Text Example
White with #9B2982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2982; }
p { color: rgb(155,41,130); }
H1.HeaderClassName
{
color: #9B2982;
}
.AnyTagClassName
{
color: #9B2982;
}
</style>
background-color css
<style>
a { background-color: #9B2982; }
a { background-color: rgb(155,41,130); }
div.DivClassName
{
background-color: #9B2982;
}
.BgClassName
{
background-color: #9B2982;
}
</style>
border-color css
<style>
span { border-color: #9B2982; }
span { border-color: rgb(155,41,130); }
td.TdClassName
{
border-color: #9B2982;
}
.TagClassName
{
border-color: #9B2982;
}
</style>