Shades of Dark Purple #8A316B
Tints of Dark Purple #8A316B
RGB
CMYK
RGB Variations
Color information
#8A316B (or 0x8A316B) is known color: Dark Purple. HEX triplet: 8A, 31 and 6B. RGB value is (138,49,107). Sum of RGB (Red+Green+Blue) = 138+49+107=294 (38% of max value = 765). Red value is 138 (54.30% from 255 or 46.94% from 294); Green value is 49 (19.53% from 255 or 16.67% from 294); Blue value is 107 (42.19% from 255 or 36.39% from 294); Max value from RGB is 138 - color contains mainly: red. Hex color #8A316B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A316B is #75CE94. Grayscale: #525252. Windows color (decimal): -7720597 or 7025034. OLE color: 7025034.
HSL color Cylindrical-coordinate representation of color #8A316B: hue angle of 320.9º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8A316B is Cyan = 0, Magento = 0.64, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 49 | 107 | - |
| CMYK | 0 | 0.64 | 0.22 | 0.46 |
| HSL | 320.9º | 0.48% | 0.37% | - |
| HSV(B) | 320.9º | 0.64% | 0.54% | - |
| XYZ | 14.23 | 8.66 | 14.83 | - |
| YUV | 82.22 | 141.99 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 49 | 107 | 0 | 0.64 | 0.22 | 0.46 | 320.9 | 0.48 | 0.37 |
| Hex | 8A | 31 | 6B | 0 | 40 | 16 | 2E | 141 | 30 | 25 |
| Octal | 212 | 61 | 153 | 0 | 100 | 26 | 56 | 501 | 60 | 45 |
| Binary | 10001010 | 110001 | 1101011 | 0 | 1000000 | 10110 | 101110 | 101000001 | 110000 | 100101 |
Color Harmonies of #8A316B
Complementary color
Monochromatic Colors of #8A316B
Black with #8A316B
Text Example
Text Example
White with #8A316B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A316B; }
p { color: rgb(138,49,107); }
H1.HeaderClassName
{
color: #8A316B;
}
.AnyTagClassName
{
color: #8A316B;
}
</style>
background-color css
<style>
a { background-color: #8A316B; }
a { background-color: rgb(138,49,107); }
div.DivClassName
{
background-color: #8A316B;
}
.BgClassName
{
background-color: #8A316B;
}
</style>
border-color css
<style>
span { border-color: #8A316B; }
span { border-color: rgb(138,49,107); }
td.TdClassName
{
border-color: #8A316B;
}
.TagClassName
{
border-color: #8A316B;
}
</style>