Shades of Dark Purple #8A1882
Tints of Dark Purple #8A1882
RGB
CMYK
RGB Variations
Color information
#8A1882 (or 0x8A1882) is known color: Dark Purple. HEX triplet: 8A, 18 and 82. RGB value is (138,24,130). Sum of RGB (Red+Green+Blue) = 138+24+130=292 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.26% from 292); Green value is 24 (9.77% from 255 or 8.22% from 292); Blue value is 130 (51.17% from 255 or 44.52% from 292); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1882 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A1882 is #75E77D. Grayscale: #454545. Windows color (decimal): -7726974 or 8525962. OLE color: 8525962.
HSL color Cylindrical-coordinate representation of color #8A1882: hue angle of 304.21º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8A1882 is Cyan = 0, Magento = 0.83, Yellow = 0.06 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 24 | 130 | - |
| CMYK | 0 | 0.83 | 0.06 | 0.46 |
| HSL | 304.21º | 0.7% | 0.32% | - |
| HSV(B) | 304.21º | 0.83% | 0.54% | - |
| XYZ | 14.84 | 7.67 | 21.82 | - |
| YUV | 70.17 | 161.77 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 24 | 130 | 0 | 0.83 | 0.06 | 0.46 | 304.21 | 0.7 | 0.32 |
| Hex | 8A | 18 | 82 | 0 | 53 | 6 | 2E | 130 | 46 | 20 |
| Octal | 212 | 30 | 202 | 0 | 123 | 6 | 56 | 460 | 106 | 40 |
| Binary | 10001010 | 11000 | 10000010 | 0 | 1010011 | 110 | 101110 | 100110000 | 1000110 | 100000 |
Color Harmonies of #8A1882
Complementary color
Monochromatic Colors of #8A1882
Black with #8A1882
Text Example
Text Example
White with #8A1882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1882; }
p { color: rgb(138,24,130); }
H1.HeaderClassName
{
color: #8A1882;
}
.AnyTagClassName
{
color: #8A1882;
}
</style>
background-color css
<style>
a { background-color: #8A1882; }
a { background-color: rgb(138,24,130); }
div.DivClassName
{
background-color: #8A1882;
}
.BgClassName
{
background-color: #8A1882;
}
</style>
border-color css
<style>
span { border-color: #8A1882; }
span { border-color: rgb(138,24,130); }
td.TdClassName
{
border-color: #8A1882;
}
.TagClassName
{
border-color: #8A1882;
}
</style>