Shades of Dark Purple #8A3086
Tints of Dark Purple #8A3086
RGB
CMYK
RGB Variations
Color information
#8A3086 (or 0x8A3086) is known color: Dark Purple. HEX triplet: 8A, 30 and 86. RGB value is (138,48,134). Sum of RGB (Red+Green+Blue) = 138+48+134=320 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.12% from 320); Green value is 48 (19.14% from 255 or 15% from 320); Blue value is 134 (52.73% from 255 or 41.88% from 320); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3086 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3086 is #75CF79. Grayscale: #545454. Windows color (decimal): -7720826 or 8794250. OLE color: 8794250.
HSL color Cylindrical-coordinate representation of color #8A3086: hue angle of 302.67º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8A3086 is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 48 | 134 | - |
| CMYK | 0 | 0.65 | 0.03 | 0.46 |
| HSL | 302.67º | 0.48% | 0.36% | - |
| HSV(B) | 302.67º | 0.65% | 0.54% | - |
| XYZ | 15.84 | 9.24 | 23.5 | - |
| YUV | 84.71 | 155.82 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 48 | 134 | 0 | 0.65 | 0.03 | 0.46 | 302.67 | 0.48 | 0.36 |
| Hex | 8A | 30 | 86 | 0 | 41 | 3 | 2E | 12F | 30 | 24 |
| Octal | 212 | 60 | 206 | 0 | 101 | 3 | 56 | 457 | 60 | 44 |
| Binary | 10001010 | 110000 | 10000110 | 0 | 1000001 | 11 | 101110 | 100101111 | 110000 | 100100 |
Color Harmonies of #8A3086
Complementary color
Monochromatic Colors of #8A3086
Black with #8A3086
Text Example
Text Example
White with #8A3086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3086; }
p { color: rgb(138,48,134); }
H1.HeaderClassName
{
color: #8A3086;
}
.AnyTagClassName
{
color: #8A3086;
}
</style>
background-color css
<style>
a { background-color: #8A3086; }
a { background-color: rgb(138,48,134); }
div.DivClassName
{
background-color: #8A3086;
}
.BgClassName
{
background-color: #8A3086;
}
</style>
border-color css
<style>
span { border-color: #8A3086; }
span { border-color: rgb(138,48,134); }
td.TdClassName
{
border-color: #8A3086;
}
.TagClassName
{
border-color: #8A3086;
}
</style>