Shades of Dark Purple #9A1E84
Tints of Dark Purple #9A1E84
RGB
CMYK
RGB Variations
Color information
#9A1E84 (or 0x9A1E84) is known color: Dark Purple. HEX triplet: 9A, 1E and 84. RGB value is (154,30,132). Sum of RGB (Red+Green+Blue) = 154+30+132=316 (41% of max value = 765). Red value is 154 (60.55% from 255 or 48.73% from 316); Green value is 30 (12.11% from 255 or 9.49% from 316); Blue value is 132 (51.95% from 255 or 41.77% from 316); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1E84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A1E84 is #65E17B. Grayscale: #4E4E4E. Windows color (decimal): -6676860 or 8658586. OLE color: 8658586.
HSL color Cylindrical-coordinate representation of color #9A1E84: hue angle of 310.65º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9A1E84 is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 30 | 132 | - |
| CMYK | 0 | 0.81 | 0.14 | 0.40 |
| HSL | 310.65º | 0.67% | 0.36% | - |
| HSV(B) | 310.65º | 0.81% | 0.6% | - |
| XYZ | 17.96 | 9.46 | 22.71 | - |
| YUV | 78.7 | 158.08 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 30 | 132 | 0 | 0.81 | 0.14 | 0.40 | 310.65 | 0.67 | 0.36 |
| Hex | 9A | 1E | 84 | 0 | 51 | E | 28 | 137 | 43 | 24 |
| Octal | 232 | 36 | 204 | 0 | 121 | 16 | 50 | 467 | 103 | 44 |
| Binary | 10011010 | 11110 | 10000100 | 0 | 1010001 | 1110 | 101000 | 100110111 | 1000011 | 100100 |
Color Harmonies of #9A1E84
Complementary color
Monochromatic Colors of #9A1E84
Black with #9A1E84
Text Example
Text Example
White with #9A1E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1E84; }
p { color: rgb(154,30,132); }
H1.HeaderClassName
{
color: #9A1E84;
}
.AnyTagClassName
{
color: #9A1E84;
}
</style>
background-color css
<style>
a { background-color: #9A1E84; }
a { background-color: rgb(154,30,132); }
div.DivClassName
{
background-color: #9A1E84;
}
.BgClassName
{
background-color: #9A1E84;
}
</style>
border-color css
<style>
span { border-color: #9A1E84; }
span { border-color: rgb(154,30,132); }
td.TdClassName
{
border-color: #9A1E84;
}
.TagClassName
{
border-color: #9A1E84;
}
</style>