Shades of Dark Purple #8A2D83
Tints of Dark Purple #8A2D83
RGB
CMYK
RGB Variations
Color information
#8A2D83 (or 0x8A2D83) is known color: Dark Purple. HEX triplet: 8A, 2D and 83. RGB value is (138,45,131). Sum of RGB (Red+Green+Blue) = 138+45+131=314 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.95% from 314); Green value is 45 (17.97% from 255 or 14.33% from 314); Blue value is 131 (51.56% from 255 or 41.72% from 314); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2D83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A2D83 is #75D27C. Grayscale: #525252. Windows color (decimal): -7721597 or 8596874. OLE color: 8596874.
HSL color Cylindrical-coordinate representation of color #8A2D83: hue angle of 304.52º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8A2D83 is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 45 | 131 | - |
| CMYK | 0 | 0.67 | 0.05 | 0.46 |
| HSL | 304.52º | 0.51% | 0.36% | - |
| HSV(B) | 304.52º | 0.67% | 0.54% | - |
| XYZ | 15.52 | 8.92 | 22.38 | - |
| YUV | 82.61 | 155.31 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 45 | 131 | 0 | 0.67 | 0.05 | 0.46 | 304.52 | 0.51 | 0.36 |
| Hex | 8A | 2D | 83 | 0 | 43 | 5 | 2E | 131 | 33 | 24 |
| Octal | 212 | 55 | 203 | 0 | 103 | 5 | 56 | 461 | 63 | 44 |
| Binary | 10001010 | 101101 | 10000011 | 0 | 1000011 | 101 | 101110 | 100110001 | 110011 | 100100 |
Color Harmonies of #8A2D83
Complementary color
Monochromatic Colors of #8A2D83
Black with #8A2D83
Text Example
Text Example
White with #8A2D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2D83; }
p { color: rgb(138,45,131); }
H1.HeaderClassName
{
color: #8A2D83;
}
.AnyTagClassName
{
color: #8A2D83;
}
</style>
background-color css
<style>
a { background-color: #8A2D83; }
a { background-color: rgb(138,45,131); }
div.DivClassName
{
background-color: #8A2D83;
}
.BgClassName
{
background-color: #8A2D83;
}
</style>
border-color css
<style>
span { border-color: #8A2D83; }
span { border-color: rgb(138,45,131); }
td.TdClassName
{
border-color: #8A2D83;
}
.TagClassName
{
border-color: #8A2D83;
}
</style>