Shades of Dark Purple #8A256D
Tints of Dark Purple #8A256D
RGB
CMYK
RGB Variations
Color information
#8A256D (or 0x8A256D) is known color: Dark Purple. HEX triplet: 8A, 25 and 6D. RGB value is (138,37,109). Sum of RGB (Red+Green+Blue) = 138+37+109=284 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.59% from 284); Green value is 37 (14.84% from 255 or 13.03% from 284); Blue value is 109 (42.97% from 255 or 38.38% from 284); Max value from RGB is 138 - color contains mainly: red. Hex color #8A256D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A256D is #75DA92. Grayscale: #4B4B4B. Windows color (decimal): -7723667 or 7153034. OLE color: 7153034.
HSL color Cylindrical-coordinate representation of color #8A256D: hue angle of 317.23º 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 #8A256D is Cyan = 0, Magento = 0.73, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 37 | 109 | - |
| CMYK | 0 | 0.73 | 0.21 | 0.46 |
| HSL | 317.23º | 0.58% | 0.34% | - |
| HSV(B) | 317.23º | 0.73% | 0.54% | - |
| XYZ | 13.9 | 7.83 | 15.25 | - |
| YUV | 75.41 | 146.96 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 37 | 109 | 0 | 0.73 | 0.21 | 0.46 | 317.23 | 0.58 | 0.34 |
| Hex | 8A | 25 | 6D | 0 | 49 | 15 | 2E | 13D | 3A | 22 |
| Octal | 212 | 45 | 155 | 0 | 111 | 25 | 56 | 475 | 72 | 42 |
| Binary | 10001010 | 100101 | 1101101 | 0 | 1001001 | 10101 | 101110 | 100111101 | 111010 | 100010 |
Color Harmonies of #8A256D
Complementary color
Monochromatic Colors of #8A256D
Black with #8A256D
Text Example
Text Example
White with #8A256D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A256D; }
p { color: rgb(138,37,109); }
H1.HeaderClassName
{
color: #8A256D;
}
.AnyTagClassName
{
color: #8A256D;
}
</style>
background-color css
<style>
a { background-color: #8A256D; }
a { background-color: rgb(138,37,109); }
div.DivClassName
{
background-color: #8A256D;
}
.BgClassName
{
background-color: #8A256D;
}
</style>
border-color css
<style>
span { border-color: #8A256D; }
span { border-color: rgb(138,37,109); }
td.TdClassName
{
border-color: #8A256D;
}
.TagClassName
{
border-color: #8A256D;
}
</style>