Shades of Dark Purple #9A1A84
Tints of Dark Purple #9A1A84
RGB
CMYK
RGB Variations
Color information
#9A1A84 (or 0x9A1A84) is known color: Dark Purple. HEX triplet: 9A, 1A and 84. RGB value is (154,26,132). Sum of RGB (Red+Green+Blue) = 154+26+132=312 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.36% from 312); Green value is 26 (10.55% from 255 or 8.33% from 312); Blue value is 132 (51.95% from 255 or 42.31% from 312); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1A84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A1A84 is #65E57B. Grayscale: #4C4C4C. Windows color (decimal): -6677884 or 8657562. OLE color: 8657562.
HSL color Cylindrical-coordinate representation of color #9A1A84: hue angle of 310.31º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9A1A84 is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 26 | 132 | - |
| CMYK | 0 | 0.83 | 0.14 | 0.40 |
| HSL | 310.31º | 0.71% | 0.35% | - |
| HSV(B) | 310.31º | 0.83% | 0.6% | - |
| XYZ | 17.86 | 9.27 | 22.68 | - |
| YUV | 76.36 | 159.41 | 183.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 26 | 132 | 0 | 0.83 | 0.14 | 0.40 | 310.31 | 0.71 | 0.35 |
| Hex | 9A | 1A | 84 | 0 | 53 | E | 28 | 136 | 47 | 23 |
| Octal | 232 | 32 | 204 | 0 | 123 | 16 | 50 | 466 | 107 | 43 |
| Binary | 10011010 | 11010 | 10000100 | 0 | 1010011 | 1110 | 101000 | 100110110 | 1000111 | 100011 |
Color Harmonies of #9A1A84
Complementary color
Monochromatic Colors of #9A1A84
Black with #9A1A84
Text Example
Text Example
White with #9A1A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1A84; }
p { color: rgb(154,26,132); }
H1.HeaderClassName
{
color: #9A1A84;
}
.AnyTagClassName
{
color: #9A1A84;
}
</style>
background-color css
<style>
a { background-color: #9A1A84; }
a { background-color: rgb(154,26,132); }
div.DivClassName
{
background-color: #9A1A84;
}
.BgClassName
{
background-color: #9A1A84;
}
</style>
border-color css
<style>
span { border-color: #9A1A84; }
span { border-color: rgb(154,26,132); }
td.TdClassName
{
border-color: #9A1A84;
}
.TagClassName
{
border-color: #9A1A84;
}
</style>