Shades of Dark Purple #8A3882
Tints of Dark Purple #8A3882
RGB
CMYK
RGB Variations
Color information
#8A3882 (or 0x8A3882) is known color: Dark Purple. HEX triplet: 8A, 38 and 82. RGB value is (138,56,130). Sum of RGB (Red+Green+Blue) = 138+56+130=324 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.59% from 324); Green value is 56 (22.27% from 255 or 17.28% from 324); Blue value is 130 (51.17% from 255 or 40.12% from 324); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3882 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3882 is #75C77D. Grayscale: #585858. Windows color (decimal): -7718782 or 8534154. OLE color: 8534154.
HSL color Cylindrical-coordinate representation of color #8A3882: hue angle of 305.85º 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 #8A3882 is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 56 | 130 | - |
| CMYK | 0 | 0.59 | 0.06 | 0.46 |
| HSL | 305.85º | 0.42% | 0.38% | - |
| HSV(B) | 305.85º | 0.59% | 0.54% | - |
| XYZ | 15.92 | 9.84 | 22.18 | - |
| YUV | 88.95 | 151.17 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 56 | 130 | 0 | 0.59 | 0.06 | 0.46 | 305.85 | 0.42 | 0.38 |
| Hex | 8A | 38 | 82 | 0 | 3B | 6 | 2E | 132 | 2A | 26 |
| Octal | 212 | 70 | 202 | 0 | 73 | 6 | 56 | 462 | 52 | 46 |
| Binary | 10001010 | 111000 | 10000010 | 0 | 111011 | 110 | 101110 | 100110010 | 101010 | 100110 |
Color Harmonies of #8A3882
Complementary color
Monochromatic Colors of #8A3882
Black with #8A3882
Text Example
Text Example
White with #8A3882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3882; }
p { color: rgb(138,56,130); }
H1.HeaderClassName
{
color: #8A3882;
}
.AnyTagClassName
{
color: #8A3882;
}
</style>
background-color css
<style>
a { background-color: #8A3882; }
a { background-color: rgb(138,56,130); }
div.DivClassName
{
background-color: #8A3882;
}
.BgClassName
{
background-color: #8A3882;
}
</style>
border-color css
<style>
span { border-color: #8A3882; }
span { border-color: rgb(138,56,130); }
td.TdClassName
{
border-color: #8A3882;
}
.TagClassName
{
border-color: #8A3882;
}
</style>