Shades of Dark Purple #9A2484
Tints of Dark Purple #9A2484
RGB
CMYK
RGB Variations
Color information
#9A2484 (or 0x9A2484) is known color: Dark Purple. HEX triplet: 9A, 24 and 84. RGB value is (154,36,132). Sum of RGB (Red+Green+Blue) = 154+36+132=322 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.83% from 322); Green value is 36 (14.45% from 255 or 11.18% from 322); Blue value is 132 (51.95% from 255 or 40.99% from 322); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2484 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A2484 is #65DB7B. Grayscale: #515151. Windows color (decimal): -6675324 or 8660122. OLE color: 8660122.
HSL color Cylindrical-coordinate representation of color #9A2484: hue angle of 311.19º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9A2484 is Cyan = 0, Magento = 0.77, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 36 | 132 | - |
| CMYK | 0 | 0.77 | 0.14 | 0.40 |
| HSL | 311.19º | 0.62% | 0.37% | - |
| HSV(B) | 311.19º | 0.77% | 0.6% | - |
| XYZ | 18.12 | 9.8 | 22.77 | - |
| YUV | 82.23 | 156.09 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 36 | 132 | 0 | 0.77 | 0.14 | 0.40 | 311.19 | 0.62 | 0.37 |
| Hex | 9A | 24 | 84 | 0 | 4D | E | 28 | 137 | 3E | 25 |
| Octal | 232 | 44 | 204 | 0 | 115 | 16 | 50 | 467 | 76 | 45 |
| Binary | 10011010 | 100100 | 10000100 | 0 | 1001101 | 1110 | 101000 | 100110111 | 111110 | 100101 |
Color Harmonies of #9A2484
Complementary color
Monochromatic Colors of #9A2484
Black with #9A2484
Text Example
Text Example
White with #9A2484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2484; }
p { color: rgb(154,36,132); }
H1.HeaderClassName
{
color: #9A2484;
}
.AnyTagClassName
{
color: #9A2484;
}
</style>
background-color css
<style>
a { background-color: #9A2484; }
a { background-color: rgb(154,36,132); }
div.DivClassName
{
background-color: #9A2484;
}
.BgClassName
{
background-color: #9A2484;
}
</style>
border-color css
<style>
span { border-color: #9A2484; }
span { border-color: rgb(154,36,132); }
td.TdClassName
{
border-color: #9A2484;
}
.TagClassName
{
border-color: #9A2484;
}
</style>