Shades of Dark Purple #8A336E
Tints of Dark Purple #8A336E
RGB
CMYK
RGB Variations
Color information
#8A336E (or 0x8A336E) is known color: Dark Purple. HEX triplet: 8A, 33 and 6E. RGB value is (138,51,110). Sum of RGB (Red+Green+Blue) = 138+51+110=299 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.15% from 299); Green value is 51 (20.31% from 255 or 17.06% from 299); Blue value is 110 (43.36% from 255 or 36.79% from 299); Max value from RGB is 138 - color contains mainly: red. Hex color #8A336E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A336E is #75CC91. Grayscale: #535353. Windows color (decimal): -7720082 or 7222154. OLE color: 7222154.
HSL color Cylindrical-coordinate representation of color #8A336E: hue angle of 319.31º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8A336E is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 51 | 110 | - |
| CMYK | 0 | 0.63 | 0.20 | 0.46 |
| HSL | 319.31º | 0.46% | 0.37% | - |
| HSV(B) | 319.31º | 0.63% | 0.54% | - |
| XYZ | 14.48 | 8.9 | 15.71 | - |
| YUV | 83.74 | 142.82 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 51 | 110 | 0 | 0.63 | 0.20 | 0.46 | 319.31 | 0.46 | 0.37 |
| Hex | 8A | 33 | 6E | 0 | 3F | 14 | 2E | 13F | 2E | 25 |
| Octal | 212 | 63 | 156 | 0 | 77 | 24 | 56 | 477 | 56 | 45 |
| Binary | 10001010 | 110011 | 1101110 | 0 | 111111 | 10100 | 101110 | 100111111 | 101110 | 100101 |
Color Harmonies of #8A336E
Complementary color
Monochromatic Colors of #8A336E
Black with #8A336E
Text Example
Text Example
White with #8A336E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A336E; }
p { color: rgb(138,51,110); }
H1.HeaderClassName
{
color: #8A336E;
}
.AnyTagClassName
{
color: #8A336E;
}
</style>
background-color css
<style>
a { background-color: #8A336E; }
a { background-color: rgb(138,51,110); }
div.DivClassName
{
background-color: #8A336E;
}
.BgClassName
{
background-color: #8A336E;
}
</style>
border-color css
<style>
span { border-color: #8A336E; }
span { border-color: rgb(138,51,110); }
td.TdClassName
{
border-color: #8A336E;
}
.TagClassName
{
border-color: #8A336E;
}
</style>