Shades of Dark Purple #8A2583
Tints of Dark Purple #8A2583
RGB
CMYK
RGB Variations
Color information
#8A2583 (or 0x8A2583) is known color: Dark Purple. HEX triplet: 8A, 25 and 83. RGB value is (138,37,131). Sum of RGB (Red+Green+Blue) = 138+37+131=306 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.10% from 306); Green value is 37 (14.84% from 255 or 12.09% from 306); Blue value is 131 (51.56% from 255 or 42.81% from 306); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2583 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A2583 is #75DA7C. Grayscale: #4D4D4D. Windows color (decimal): -7723645 or 8594826. OLE color: 8594826.
HSL color Cylindrical-coordinate representation of color #8A2583: hue angle of 304.16º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8A2583 is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 37 | 131 | - |
| CMYK | 0 | 0.73 | 0.05 | 0.46 |
| HSL | 304.16º | 0.58% | 0.34% | - |
| HSV(B) | 304.16º | 0.73% | 0.54% | - |
| XYZ | 15.24 | 8.37 | 22.28 | - |
| YUV | 77.92 | 157.96 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 37 | 131 | 0 | 0.73 | 0.05 | 0.46 | 304.16 | 0.58 | 0.34 |
| Hex | 8A | 25 | 83 | 0 | 49 | 5 | 2E | 130 | 3A | 22 |
| Octal | 212 | 45 | 203 | 0 | 111 | 5 | 56 | 460 | 72 | 42 |
| Binary | 10001010 | 100101 | 10000011 | 0 | 1001001 | 101 | 101110 | 100110000 | 111010 | 100010 |
Color Harmonies of #8A2583
Complementary color
Monochromatic Colors of #8A2583
Black with #8A2583
Text Example
Text Example
White with #8A2583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2583; }
p { color: rgb(138,37,131); }
H1.HeaderClassName
{
color: #8A2583;
}
.AnyTagClassName
{
color: #8A2583;
}
</style>
background-color css
<style>
a { background-color: #8A2583; }
a { background-color: rgb(138,37,131); }
div.DivClassName
{
background-color: #8A2583;
}
.BgClassName
{
background-color: #8A2583;
}
</style>
border-color css
<style>
span { border-color: #8A2583; }
span { border-color: rgb(138,37,131); }
td.TdClassName
{
border-color: #8A2583;
}
.TagClassName
{
border-color: #8A2583;
}
</style>