Shades of Dark Purple #8A3282
Tints of Dark Purple #8A3282
RGB
CMYK
RGB Variations
Color information
#8A3282 (or 0x8A3282) is known color: Dark Purple. HEX triplet: 8A, 32 and 82. RGB value is (138,50,130). Sum of RGB (Red+Green+Blue) = 138+50+130=318 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.40% from 318); Green value is 50 (19.92% from 255 or 15.72% from 318); Blue value is 130 (51.17% from 255 or 40.88% from 318); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3282 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3282 is #75CD7D. Grayscale: #555555. Windows color (decimal): -7720318 or 8532618. OLE color: 8532618.
HSL color Cylindrical-coordinate representation of color #8A3282: hue angle of 305.45º 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 #8A3282 is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 50 | 130 | - |
| CMYK | 0 | 0.64 | 0.06 | 0.46 |
| HSL | 305.45º | 0.47% | 0.37% | - |
| HSV(B) | 305.45º | 0.64% | 0.54% | - |
| XYZ | 15.65 | 9.3 | 22.09 | - |
| YUV | 85.43 | 153.15 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 50 | 130 | 0 | 0.64 | 0.06 | 0.46 | 305.45 | 0.47 | 0.37 |
| Hex | 8A | 32 | 82 | 0 | 40 | 6 | 2E | 131 | 2F | 25 |
| Octal | 212 | 62 | 202 | 0 | 100 | 6 | 56 | 461 | 57 | 45 |
| Binary | 10001010 | 110010 | 10000010 | 0 | 1000000 | 110 | 101110 | 100110001 | 101111 | 100101 |
Color Harmonies of #8A3282
Complementary color
Monochromatic Colors of #8A3282
Black with #8A3282
Text Example
Text Example
White with #8A3282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3282; }
p { color: rgb(138,50,130); }
H1.HeaderClassName
{
color: #8A3282;
}
.AnyTagClassName
{
color: #8A3282;
}
</style>
background-color css
<style>
a { background-color: #8A3282; }
a { background-color: rgb(138,50,130); }
div.DivClassName
{
background-color: #8A3282;
}
.BgClassName
{
background-color: #8A3282;
}
</style>
border-color css
<style>
span { border-color: #8A3282; }
span { border-color: rgb(138,50,130); }
td.TdClassName
{
border-color: #8A3282;
}
.TagClassName
{
border-color: #8A3282;
}
</style>