Shades of Dark Purple #9A2983
Tints of Dark Purple #9A2983
RGB
CMYK
RGB Variations
Color information
#9A2983 (or 0x9A2983) is known color: Dark Purple. HEX triplet: 9A, 29 and 83. RGB value is (154,41,131). Sum of RGB (Red+Green+Blue) = 154+41+131=326 (43% of max value = 765). Red value is 154 (60.55% from 255 or 47.24% from 326); Green value is 41 (16.41% from 255 or 12.58% from 326); Blue value is 131 (51.56% from 255 or 40.18% from 326); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2983 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A2983 is #65D67C. Grayscale: #545454. Windows color (decimal): -6674045 or 8595866. OLE color: 8595866.
HSL color Cylindrical-coordinate representation of color #9A2983: hue angle of 312.21º degrees, saturation: 0.58, 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 #9A2983 is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 41 | 131 | - |
| CMYK | 0 | 0.73 | 0.15 | 0.40 |
| HSL | 312.21º | 0.58% | 0.38% | - |
| HSV(B) | 312.21º | 0.73% | 0.6% | - |
| XYZ | 18.22 | 10.09 | 22.46 | - |
| YUV | 85.05 | 153.94 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 41 | 131 | 0 | 0.73 | 0.15 | 0.40 | 312.21 | 0.58 | 0.38 |
| Hex | 9A | 29 | 83 | 0 | 49 | F | 28 | 138 | 3A | 26 |
| Octal | 232 | 51 | 203 | 0 | 111 | 17 | 50 | 470 | 72 | 46 |
| Binary | 10011010 | 101001 | 10000011 | 0 | 1001001 | 1111 | 101000 | 100111000 | 111010 | 100110 |
Color Harmonies of #9A2983
Complementary color
Monochromatic Colors of #9A2983
Black with #9A2983
Text Example
Text Example
White with #9A2983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2983; }
p { color: rgb(154,41,131); }
H1.HeaderClassName
{
color: #9A2983;
}
.AnyTagClassName
{
color: #9A2983;
}
</style>
background-color css
<style>
a { background-color: #9A2983; }
a { background-color: rgb(154,41,131); }
div.DivClassName
{
background-color: #9A2983;
}
.BgClassName
{
background-color: #9A2983;
}
</style>
border-color css
<style>
span { border-color: #9A2983; }
span { border-color: rgb(154,41,131); }
td.TdClassName
{
border-color: #9A2983;
}
.TagClassName
{
border-color: #9A2983;
}
</style>