Shades of Dark Purple #9A2681
Tints of Dark Purple #9A2681
RGB
CMYK
RGB Variations
Color information
#9A2681 (or 0x9A2681) is known color: Dark Purple. HEX triplet: 9A, 26 and 81. RGB value is (154,38,129). Sum of RGB (Red+Green+Blue) = 154+38+129=321 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.98% from 321); Green value is 38 (15.23% from 255 or 11.84% from 321); Blue value is 129 (50.78% from 255 or 40.19% from 321); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2681 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A2681 is #65D97E. Grayscale: #525252. Windows color (decimal): -6674815 or 8464026. OLE color: 8464026.
HSL color Cylindrical-coordinate representation of color #9A2681: hue angle of 312.93º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9A2681 is Cyan = 0, Magento = 0.75, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 38 | 129 | - |
| CMYK | 0 | 0.75 | 0.16 | 0.40 |
| HSL | 312.93º | 0.6% | 0.38% | - |
| HSV(B) | 312.93º | 0.75% | 0.6% | - |
| XYZ | 17.98 | 9.84 | 21.72 | - |
| YUV | 83.06 | 153.93 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 38 | 129 | 0 | 0.75 | 0.16 | 0.40 | 312.93 | 0.6 | 0.38 |
| Hex | 9A | 26 | 81 | 0 | 4B | 10 | 28 | 139 | 3C | 26 |
| Octal | 232 | 46 | 201 | 0 | 113 | 20 | 50 | 471 | 74 | 46 |
| Binary | 10011010 | 100110 | 10000001 | 0 | 1001011 | 10000 | 101000 | 100111001 | 111100 | 100110 |
Color Harmonies of #9A2681
Complementary color
Monochromatic Colors of #9A2681
Black with #9A2681
Text Example
Text Example
White with #9A2681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2681; }
p { color: rgb(154,38,129); }
H1.HeaderClassName
{
color: #9A2681;
}
.AnyTagClassName
{
color: #9A2681;
}
</style>
background-color css
<style>
a { background-color: #9A2681; }
a { background-color: rgb(154,38,129); }
div.DivClassName
{
background-color: #9A2681;
}
.BgClassName
{
background-color: #9A2681;
}
</style>
border-color css
<style>
span { border-color: #9A2681; }
span { border-color: rgb(154,38,129); }
td.TdClassName
{
border-color: #9A2681;
}
.TagClassName
{
border-color: #9A2681;
}
</style>