Shades of Dark Purple #8A2282
Tints of Dark Purple #8A2282
RGB
CMYK
RGB Variations
Color information
#8A2282 (or 0x8A2282) is known color: Dark Purple. HEX triplet: 8A, 22 and 82. RGB value is (138,34,130). Sum of RGB (Red+Green+Blue) = 138+34+130=302 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.70% from 302); Green value is 34 (13.67% from 255 or 11.26% from 302); Blue value is 130 (51.17% from 255 or 43.05% from 302); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2282 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A2282 is #75DD7D. Grayscale: #4B4B4B. Windows color (decimal): -7724414 or 8528522. OLE color: 8528522.
HSL color Cylindrical-coordinate representation of color #8A2282: hue angle of 304.62º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8A2282 is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 34 | 130 | - |
| CMYK | 0 | 0.75 | 0.06 | 0.46 |
| HSL | 304.62º | 0.6% | 0.34% | - |
| HSV(B) | 304.62º | 0.75% | 0.54% | - |
| XYZ | 15.08 | 8.16 | 21.9 | - |
| YUV | 76.04 | 158.46 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 34 | 130 | 0 | 0.75 | 0.06 | 0.46 | 304.62 | 0.6 | 0.34 |
| Hex | 8A | 22 | 82 | 0 | 4B | 6 | 2E | 131 | 3C | 22 |
| Octal | 212 | 42 | 202 | 0 | 113 | 6 | 56 | 461 | 74 | 42 |
| Binary | 10001010 | 100010 | 10000010 | 0 | 1001011 | 110 | 101110 | 100110001 | 111100 | 100010 |
Color Harmonies of #8A2282
Complementary color
Monochromatic Colors of #8A2282
Black with #8A2282
Text Example
Text Example
White with #8A2282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2282; }
p { color: rgb(138,34,130); }
H1.HeaderClassName
{
color: #8A2282;
}
.AnyTagClassName
{
color: #8A2282;
}
</style>
background-color css
<style>
a { background-color: #8A2282; }
a { background-color: rgb(138,34,130); }
div.DivClassName
{
background-color: #8A2282;
}
.BgClassName
{
background-color: #8A2282;
}
</style>
border-color css
<style>
span { border-color: #8A2282; }
span { border-color: rgb(138,34,130); }
td.TdClassName
{
border-color: #8A2282;
}
.TagClassName
{
border-color: #8A2282;
}
</style>