Shades of Dark Purple #8A3982
Tints of Dark Purple #8A3982
RGB
CMYK
RGB Variations
Color information
#8A3982 (or 0x8A3982) is known color: Dark Purple. HEX triplet: 8A, 39 and 82. RGB value is (138,57,130). Sum of RGB (Red+Green+Blue) = 138+57+130=325 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.46% from 325); Green value is 57 (22.66% from 255 or 17.54% from 325); Blue value is 130 (51.17% from 255 or 40% from 325); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3982 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3982 is #75C67D. Grayscale: #595959. Windows color (decimal): -7718526 or 8534410. OLE color: 8534410.
HSL color Cylindrical-coordinate representation of color #8A3982: hue angle of 305.93º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8A3982 is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 57 | 130 | - |
| CMYK | 0 | 0.59 | 0.06 | 0.46 |
| HSL | 305.93º | 0.42% | 0.38% | - |
| HSV(B) | 305.93º | 0.59% | 0.54% | - |
| XYZ | 15.97 | 9.94 | 22.2 | - |
| YUV | 89.54 | 150.84 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 57 | 130 | 0 | 0.59 | 0.06 | 0.46 | 305.93 | 0.42 | 0.38 |
| Hex | 8A | 39 | 82 | 0 | 3B | 6 | 2E | 132 | 2A | 26 |
| Octal | 212 | 71 | 202 | 0 | 73 | 6 | 56 | 462 | 52 | 46 |
| Binary | 10001010 | 111001 | 10000010 | 0 | 111011 | 110 | 101110 | 100110010 | 101010 | 100110 |
Color Harmonies of #8A3982
Complementary color
Monochromatic Colors of #8A3982
Black with #8A3982
Text Example
Text Example
White with #8A3982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3982; }
p { color: rgb(138,57,130); }
H1.HeaderClassName
{
color: #8A3982;
}
.AnyTagClassName
{
color: #8A3982;
}
</style>
background-color css
<style>
a { background-color: #8A3982; }
a { background-color: rgb(138,57,130); }
div.DivClassName
{
background-color: #8A3982;
}
.BgClassName
{
background-color: #8A3982;
}
</style>
border-color css
<style>
span { border-color: #8A3982; }
span { border-color: rgb(138,57,130); }
td.TdClassName
{
border-color: #8A3982;
}
.TagClassName
{
border-color: #8A3982;
}
</style>