Shades of Dark Purple #8A3281
Tints of Dark Purple #8A3281
RGB
CMYK
RGB Variations
Color information
#8A3281 (or 0x8A3281) is known color: Dark Purple. HEX triplet: 8A, 32 and 81. RGB value is (138,50,129). Sum of RGB (Red+Green+Blue) = 138+50+129=317 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.53% from 317); Green value is 50 (19.92% from 255 or 15.77% from 317); Blue value is 129 (50.78% from 255 or 40.69% from 317); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3281 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3281 is #75CD7E. Grayscale: #555555. Windows color (decimal): -7720319 or 8467082. OLE color: 8467082.
HSL color Cylindrical-coordinate representation of color #8A3281: hue angle of 306.14º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8A3281 is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 50 | 129 | - |
| CMYK | 0 | 0.64 | 0.07 | 0.46 |
| HSL | 306.14º | 0.47% | 0.37% | - |
| HSV(B) | 306.14º | 0.64% | 0.54% | - |
| XYZ | 15.58 | 9.27 | 21.74 | - |
| YUV | 85.32 | 152.65 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 50 | 129 | 0 | 0.64 | 0.07 | 0.46 | 306.14 | 0.47 | 0.37 |
| Hex | 8A | 32 | 81 | 0 | 40 | 7 | 2E | 132 | 2F | 25 |
| Octal | 212 | 62 | 201 | 0 | 100 | 7 | 56 | 462 | 57 | 45 |
| Binary | 10001010 | 110010 | 10000001 | 0 | 1000000 | 111 | 101110 | 100110010 | 101111 | 100101 |
Color Harmonies of #8A3281
Complementary color
Monochromatic Colors of #8A3281
Black with #8A3281
Text Example
Text Example
White with #8A3281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3281; }
p { color: rgb(138,50,129); }
H1.HeaderClassName
{
color: #8A3281;
}
.AnyTagClassName
{
color: #8A3281;
}
</style>
background-color css
<style>
a { background-color: #8A3281; }
a { background-color: rgb(138,50,129); }
div.DivClassName
{
background-color: #8A3281;
}
.BgClassName
{
background-color: #8A3281;
}
</style>
border-color css
<style>
span { border-color: #8A3281; }
span { border-color: rgb(138,50,129); }
td.TdClassName
{
border-color: #8A3281;
}
.TagClassName
{
border-color: #8A3281;
}
</style>