Shades of Dark Purple #9A2281
Tints of Dark Purple #9A2281
RGB
CMYK
RGB Variations
Color information
#9A2281 (or 0x9A2281) is known color: Dark Purple. HEX triplet: 9A, 22 and 81. RGB value is (154,34,129). Sum of RGB (Red+Green+Blue) = 154+34+129=317 (41% of max value = 765). Red value is 154 (60.55% from 255 or 48.58% from 317); Green value is 34 (13.67% from 255 or 10.73% from 317); Blue value is 129 (50.78% from 255 or 40.69% from 317); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2281 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A2281 is #65DD7E. Grayscale: #505050. Windows color (decimal): -6675839 or 8463002. OLE color: 8463002.
HSL color Cylindrical-coordinate representation of color #9A2281: hue angle of 312.5º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9A2281 is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 34 | 129 | - |
| CMYK | 0 | 0.78 | 0.16 | 0.40 |
| HSL | 312.5º | 0.64% | 0.37% | - |
| HSV(B) | 312.5º | 0.78% | 0.6% | - |
| XYZ | 17.86 | 9.6 | 21.68 | - |
| YUV | 80.71 | 155.26 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 34 | 129 | 0 | 0.78 | 0.16 | 0.40 | 312.5 | 0.64 | 0.37 |
| Hex | 9A | 22 | 81 | 0 | 4E | 10 | 28 | 138 | 40 | 25 |
| Octal | 232 | 42 | 201 | 0 | 116 | 20 | 50 | 470 | 100 | 45 |
| Binary | 10011010 | 100010 | 10000001 | 0 | 1001110 | 10000 | 101000 | 100111000 | 1000000 | 100101 |
Color Harmonies of #9A2281
Complementary color
Monochromatic Colors of #9A2281
Black with #9A2281
Text Example
Text Example
White with #9A2281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2281; }
p { color: rgb(154,34,129); }
H1.HeaderClassName
{
color: #9A2281;
}
.AnyTagClassName
{
color: #9A2281;
}
</style>
background-color css
<style>
a { background-color: #9A2281; }
a { background-color: rgb(154,34,129); }
div.DivClassName
{
background-color: #9A2281;
}
.BgClassName
{
background-color: #9A2281;
}
</style>
border-color css
<style>
span { border-color: #9A2281; }
span { border-color: rgb(154,34,129); }
td.TdClassName
{
border-color: #9A2281;
}
.TagClassName
{
border-color: #9A2281;
}
</style>