Shades of Dark Purple #8A258A
Tints of Dark Purple #8A258A
RGB
CMYK
RGB Variations
Color information
#8A258A (or 0x8A258A) is known color: Dark Purple. HEX triplet: 8A, 25 and 8A. RGB value is (138,37,138). Sum of RGB (Red+Green+Blue) = 138+37+138=313 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.09% from 313); Green value is 37 (14.84% from 255 or 11.82% from 313); Blue value is 138 (54.30% from 255 or 44.09% from 313); Max value from RGB is 138 - color contains mainly: red, blue. Hex color #8A258A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A258A is #75DA75. Grayscale: #4E4E4E. Windows color (decimal): -7723638 or 9053578. OLE color: 9053578.
HSL color Cylindrical-coordinate representation of color #8A258A: hue angle of 300º 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 #8A258A is Cyan = 0, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 37 | 138 | - |
| CMYK | 0 | 0.73 | 0 | 0.46 |
| HSL | 300º | 0.58% | 0.34% | - |
| HSV(B) | 300º | 0.73% | 0.54% | - |
| XYZ | 15.73 | 8.56 | 24.87 | - |
| YUV | 78.71 | 161.46 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 37 | 138 | 0 | 0.73 | 0 | 0.46 | 300 | 0.58 | 0.34 |
| Hex | 8A | 25 | 8A | 0 | 49 | 0 | 2E | 12C | 3A | 22 |
| Octal | 212 | 45 | 212 | 0 | 111 | 0 | 56 | 454 | 72 | 42 |
| Binary | 10001010 | 100101 | 10001010 | 0 | 1001001 | 0 | 101110 | 100101100 | 111010 | 100010 |
Color Harmonies of #8A258A
Complementary color
Monochromatic Colors of #8A258A
Black with #8A258A
Text Example
Text Example
White with #8A258A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A258A; }
p { color: rgb(138,37,138); }
H1.HeaderClassName
{
color: #8A258A;
}
.AnyTagClassName
{
color: #8A258A;
}
</style>
background-color css
<style>
a { background-color: #8A258A; }
a { background-color: rgb(138,37,138); }
div.DivClassName
{
background-color: #8A258A;
}
.BgClassName
{
background-color: #8A258A;
}
</style>
border-color css
<style>
span { border-color: #8A258A; }
span { border-color: rgb(138,37,138); }
td.TdClassName
{
border-color: #8A258A;
}
.TagClassName
{
border-color: #8A258A;
}
</style>