Shades of Dark Purple #9A2B80
Tints of Dark Purple #9A2B80
RGB
CMYK
RGB Variations
Color information
#9A2B80 (or 0x9A2B80) is known color: Dark Purple. HEX triplet: 9A, 2B and 80. RGB value is (154,43,128). Sum of RGB (Red+Green+Blue) = 154+43+128=325 (43% of max value = 765). Red value is 154 (60.55% from 255 or 47.38% from 325); Green value is 43 (17.19% from 255 or 13.23% from 325); Blue value is 128 (50.39% from 255 or 39.38% from 325); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2B80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A2B80 is #65D47F. Grayscale: #555555. Windows color (decimal): -6673536 or 8399770. OLE color: 8399770.
HSL color Cylindrical-coordinate representation of color #9A2B80: hue angle of 314.05º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9A2B80 is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 43 | 128 | - |
| CMYK | 0 | 0.72 | 0.17 | 0.40 |
| HSL | 314.05º | 0.56% | 0.39% | - |
| HSV(B) | 314.05º | 0.72% | 0.6% | - |
| XYZ | 18.09 | 10.16 | 21.43 | - |
| YUV | 85.88 | 151.77 | 176.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 43 | 128 | 0 | 0.72 | 0.17 | 0.40 | 314.05 | 0.56 | 0.39 |
| Hex | 9A | 2B | 80 | 0 | 48 | 11 | 28 | 13A | 38 | 27 |
| Octal | 232 | 53 | 200 | 0 | 110 | 21 | 50 | 472 | 70 | 47 |
| Binary | 10011010 | 101011 | 10000000 | 0 | 1001000 | 10001 | 101000 | 100111010 | 111000 | 100111 |
Color Harmonies of #9A2B80
Complementary color
Monochromatic Colors of #9A2B80
Black with #9A2B80
Text Example
Text Example
White with #9A2B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2B80; }
p { color: rgb(154,43,128); }
H1.HeaderClassName
{
color: #9A2B80;
}
.AnyTagClassName
{
color: #9A2B80;
}
</style>
background-color css
<style>
a { background-color: #9A2B80; }
a { background-color: rgb(154,43,128); }
div.DivClassName
{
background-color: #9A2B80;
}
.BgClassName
{
background-color: #9A2B80;
}
</style>
border-color css
<style>
span { border-color: #9A2B80; }
span { border-color: rgb(154,43,128); }
td.TdClassName
{
border-color: #9A2B80;
}
.TagClassName
{
border-color: #9A2B80;
}
</style>