Shades of Dark Purple #9B2D84
Tints of Dark Purple #9B2D84
RGB
CMYK
RGB Variations
Color information
#9B2D84 (or 0x9B2D84) is known color: Dark Purple. HEX triplet: 9B, 2D and 84. RGB value is (155,45,132). Sum of RGB (Red+Green+Blue) = 155+45+132=332 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.69% from 332); Green value is 45 (17.97% from 255 or 13.55% from 332); Blue value is 132 (51.95% from 255 or 39.76% from 332); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2D84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B2D84 is #64D27B. Grayscale: #575757. Windows color (decimal): -6607484 or 8662427. OLE color: 8662427.
HSL color Cylindrical-coordinate representation of color #9B2D84: hue angle of 312.55º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9B2D84 is Cyan = 0, Magento = 0.71, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 45 | 132 | - |
| CMYK | 0 | 0.71 | 0.15 | 0.39 |
| HSL | 312.55º | 0.55% | 0.39% | - |
| HSV(B) | 312.55º | 0.71% | 0.61% | - |
| XYZ | 18.62 | 10.51 | 22.88 | - |
| YUV | 87.81 | 152.94 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 45 | 132 | 0 | 0.71 | 0.15 | 0.39 | 312.55 | 0.55 | 0.39 |
| Hex | 9B | 2D | 84 | 0 | 47 | F | 27 | 139 | 37 | 27 |
| Octal | 233 | 55 | 204 | 0 | 107 | 17 | 47 | 471 | 67 | 47 |
| Binary | 10011011 | 101101 | 10000100 | 0 | 1000111 | 1111 | 100111 | 100111001 | 110111 | 100111 |
Color Harmonies of #9B2D84
Complementary color
Monochromatic Colors of #9B2D84
Black with #9B2D84
Text Example
Text Example
White with #9B2D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2D84; }
p { color: rgb(155,45,132); }
H1.HeaderClassName
{
color: #9B2D84;
}
.AnyTagClassName
{
color: #9B2D84;
}
</style>
background-color css
<style>
a { background-color: #9B2D84; }
a { background-color: rgb(155,45,132); }
div.DivClassName
{
background-color: #9B2D84;
}
.BgClassName
{
background-color: #9B2D84;
}
</style>
border-color css
<style>
span { border-color: #9B2D84; }
span { border-color: rgb(155,45,132); }
td.TdClassName
{
border-color: #9B2D84;
}
.TagClassName
{
border-color: #9B2D84;
}
</style>