Shades of Dark Purple #9A2A83
Tints of Dark Purple #9A2A83
RGB
CMYK
RGB Variations
Color information
#9A2A83 (or 0x9A2A83) is known color: Dark Purple. HEX triplet: 9A, 2A and 83. RGB value is (154,42,131). Sum of RGB (Red+Green+Blue) = 154+42+131=327 (43% of max value = 765). Red value is 154 (60.55% from 255 or 47.09% from 327); Green value is 42 (16.80% from 255 or 12.84% from 327); Blue value is 131 (51.56% from 255 or 40.06% from 327); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2A83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A2A83 is #65D57C. Grayscale: #555555. Windows color (decimal): -6673789 or 8596122. OLE color: 8596122.
HSL color Cylindrical-coordinate representation of color #9A2A83: hue angle of 312.32º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9A2A83 is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 42 | 131 | - |
| CMYK | 0 | 0.73 | 0.15 | 0.40 |
| HSL | 312.32º | 0.57% | 0.38% | - |
| HSV(B) | 312.32º | 0.73% | 0.6% | - |
| XYZ | 18.25 | 10.16 | 22.47 | - |
| YUV | 85.63 | 153.61 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 42 | 131 | 0 | 0.73 | 0.15 | 0.40 | 312.32 | 0.57 | 0.38 |
| Hex | 9A | 2A | 83 | 0 | 49 | F | 28 | 138 | 39 | 26 |
| Octal | 232 | 52 | 203 | 0 | 111 | 17 | 50 | 470 | 71 | 46 |
| Binary | 10011010 | 101010 | 10000011 | 0 | 1001001 | 1111 | 101000 | 100111000 | 111001 | 100110 |
Color Harmonies of #9A2A83
Complementary color
Monochromatic Colors of #9A2A83
Black with #9A2A83
Text Example
Text Example
White with #9A2A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2A83; }
p { color: rgb(154,42,131); }
H1.HeaderClassName
{
color: #9A2A83;
}
.AnyTagClassName
{
color: #9A2A83;
}
</style>
background-color css
<style>
a { background-color: #9A2A83; }
a { background-color: rgb(154,42,131); }
div.DivClassName
{
background-color: #9A2A83;
}
.BgClassName
{
background-color: #9A2A83;
}
</style>
border-color css
<style>
span { border-color: #9A2A83; }
span { border-color: rgb(154,42,131); }
td.TdClassName
{
border-color: #9A2A83;
}
.TagClassName
{
border-color: #9A2A83;
}
</style>