Shades of Dark Purple #9A2183
Tints of Dark Purple #9A2183
RGB
CMYK
RGB Variations
Color information
#9A2183 (or 0x9A2183) is known color: Dark Purple. HEX triplet: 9A, 21 and 83. RGB value is (154,33,131). Sum of RGB (Red+Green+Blue) = 154+33+131=318 (42% of max value = 765). Red value is 154 (60.55% from 255 or 48.43% from 318); Green value is 33 (13.28% from 255 or 10.38% from 318); Blue value is 131 (51.56% from 255 or 41.19% from 318); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2183 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A2183 is #65DE7C. Grayscale: #505050. Windows color (decimal): -6676093 or 8593818. OLE color: 8593818.
HSL color Cylindrical-coordinate representation of color #9A2183: hue angle of 311.4º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9A2183 is Cyan = 0, Magento = 0.79, Yellow = 0.15 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 33 | 131 | - |
| CMYK | 0 | 0.79 | 0.15 | 0.40 |
| HSL | 311.41º | 0.65% | 0.37% | - |
| HSV(B) | 311.41º | 0.79% | 0.6% | - |
| XYZ | 17.97 | 9.6 | 22.38 | - |
| YUV | 80.35 | 156.59 | 180.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 33 | 131 | 0 | 0.79 | 0.15 | 0.40 | 311.41 | 0.65 | 0.37 |
| Hex | 9A | 21 | 83 | 0 | 4F | F | 28 | 137 | 41 | 25 |
| Octal | 232 | 41 | 203 | 0 | 117 | 17 | 50 | 467 | 101 | 45 |
| Binary | 10011010 | 100001 | 10000011 | 0 | 1001111 | 1111 | 101000 | 100110111 | 1000001 | 100101 |
Color Harmonies of #9A2183
Complementary color
Monochromatic Colors of #9A2183
Black with #9A2183
Text Example
Text Example
White with #9A2183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2183; }
p { color: rgb(154,33,131); }
H1.HeaderClassName
{
color: #9A2183;
}
.AnyTagClassName
{
color: #9A2183;
}
</style>
background-color css
<style>
a { background-color: #9A2183; }
a { background-color: rgb(154,33,131); }
div.DivClassName
{
background-color: #9A2183;
}
.BgClassName
{
background-color: #9A2183;
}
</style>
border-color css
<style>
span { border-color: #9A2183; }
span { border-color: rgb(154,33,131); }
td.TdClassName
{
border-color: #9A2183;
}
.TagClassName
{
border-color: #9A2183;
}
</style>