Shades of Dark Purple #9A2084
Tints of Dark Purple #9A2084
RGB
CMYK
RGB Variations
Color information
#9A2084 (or 0x9A2084) is known color: Dark Purple. HEX triplet: 9A, 20 and 84. RGB value is (154,32,132). Sum of RGB (Red+Green+Blue) = 154+32+132=318 (42% of max value = 765). Red value is 154 (60.55% from 255 or 48.43% from 318); Green value is 32 (12.89% from 255 or 10.06% from 318); Blue value is 132 (51.95% from 255 or 41.51% from 318); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2084 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A2084 is #65DF7B. Grayscale: #4F4F4F. Windows color (decimal): -6676348 or 8659098. OLE color: 8659098.
HSL color Cylindrical-coordinate representation of color #9A2084: hue angle of 310.82º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9A2084 is Cyan = 0, Magento = 0.79, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 32 | 132 | - |
| CMYK | 0 | 0.79 | 0.14 | 0.40 |
| HSL | 310.82º | 0.66% | 0.36% | - |
| HSV(B) | 310.82º | 0.79% | 0.6% | - |
| XYZ | 18.01 | 9.57 | 22.73 | - |
| YUV | 79.88 | 157.42 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 32 | 132 | 0 | 0.79 | 0.14 | 0.40 | 310.82 | 0.66 | 0.36 |
| Hex | 9A | 20 | 84 | 0 | 4F | E | 28 | 137 | 42 | 24 |
| Octal | 232 | 40 | 204 | 0 | 117 | 16 | 50 | 467 | 102 | 44 |
| Binary | 10011010 | 100000 | 10000100 | 0 | 1001111 | 1110 | 101000 | 100110111 | 1000010 | 100100 |
Color Harmonies of #9A2084
Complementary color
Monochromatic Colors of #9A2084
Black with #9A2084
Text Example
Text Example
White with #9A2084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2084; }
p { color: rgb(154,32,132); }
H1.HeaderClassName
{
color: #9A2084;
}
.AnyTagClassName
{
color: #9A2084;
}
</style>
background-color css
<style>
a { background-color: #9A2084; }
a { background-color: rgb(154,32,132); }
div.DivClassName
{
background-color: #9A2084;
}
.BgClassName
{
background-color: #9A2084;
}
</style>
border-color css
<style>
span { border-color: #9A2084; }
span { border-color: rgb(154,32,132); }
td.TdClassName
{
border-color: #9A2084;
}
.TagClassName
{
border-color: #9A2084;
}
</style>