Shades of Dark Purple #9D1B84
Tints of Dark Purple #9D1B84
RGB
CMYK
RGB Variations
Color information
#9D1B84 (or 0x9D1B84) is known color: Dark Purple. HEX triplet: 9D, 1B and 84. RGB value is (157,27,132). Sum of RGB (Red+Green+Blue) = 157+27+132=316 (41% of max value = 765). Red value is 157 (61.72% from 255 or 49.68% from 316); Green value is 27 (10.94% from 255 or 8.54% from 316); Blue value is 132 (51.95% from 255 or 41.77% from 316); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1B84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D1B84 is #62E47B. Grayscale: #4D4D4D. Windows color (decimal): -6481020 or 8657821. OLE color: 8657821.
HSL color Cylindrical-coordinate representation of color #9D1B84: hue angle of 311.54º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9D1B84 is Cyan = 0, Magento = 0.83, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 27 | 132 | - |
| CMYK | 0 | 0.83 | 0.16 | 0.38 |
| HSL | 311.54º | 0.71% | 0.36% | - |
| HSV(B) | 311.54º | 0.83% | 0.62% | - |
| XYZ | 18.46 | 9.62 | 22.71 | - |
| YUV | 77.84 | 158.57 | 184.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 27 | 132 | 0 | 0.83 | 0.16 | 0.38 | 311.54 | 0.71 | 0.36 |
| Hex | 9D | 1B | 84 | 0 | 53 | 10 | 26 | 138 | 47 | 24 |
| Octal | 235 | 33 | 204 | 0 | 123 | 20 | 46 | 470 | 107 | 44 |
| Binary | 10011101 | 11011 | 10000100 | 0 | 1010011 | 10000 | 100110 | 100111000 | 1000111 | 100100 |
Color Harmonies of #9D1B84
Complementary color
Monochromatic Colors of #9D1B84
Black with #9D1B84
Text Example
Text Example
White with #9D1B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1B84; }
p { color: rgb(157,27,132); }
H1.HeaderClassName
{
color: #9D1B84;
}
.AnyTagClassName
{
color: #9D1B84;
}
</style>
background-color css
<style>
a { background-color: #9D1B84; }
a { background-color: rgb(157,27,132); }
div.DivClassName
{
background-color: #9D1B84;
}
.BgClassName
{
background-color: #9D1B84;
}
</style>
border-color css
<style>
span { border-color: #9D1B84; }
span { border-color: rgb(157,27,132); }
td.TdClassName
{
border-color: #9D1B84;
}
.TagClassName
{
border-color: #9D1B84;
}
</style>