Shades of Dark Purple #8A337E
Tints of Dark Purple #8A337E
RGB
CMYK
RGB Variations
Color information
#8A337E (or 0x8A337E) is known color: Dark Purple. HEX triplet: 8A, 33 and 7E. RGB value is (138,51,126). Sum of RGB (Red+Green+Blue) = 138+51+126=315 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.81% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 126 (49.61% from 255 or 40% from 315); Max value from RGB is 138 - color contains mainly: red. Hex color #8A337E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A337E is #75CC81. Grayscale: #555555. Windows color (decimal): -7720066 or 8270730. OLE color: 8270730.
HSL color Cylindrical-coordinate representation of color #8A337E: hue angle of 308.28º 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 #8A337E is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 51 | 126 | - |
| CMYK | 0 | 0.63 | 0.09 | 0.46 |
| HSL | 308.28º | 0.46% | 0.37% | - |
| HSV(B) | 308.28º | 0.63% | 0.54% | - |
| XYZ | 15.43 | 9.28 | 20.72 | - |
| YUV | 85.56 | 150.82 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 51 | 126 | 0 | 0.63 | 0.09 | 0.46 | 308.28 | 0.46 | 0.37 |
| Hex | 8A | 33 | 7E | 0 | 3F | 9 | 2E | 134 | 2E | 25 |
| Octal | 212 | 63 | 176 | 0 | 77 | 11 | 56 | 464 | 56 | 45 |
| Binary | 10001010 | 110011 | 1111110 | 0 | 111111 | 1001 | 101110 | 100110100 | 101110 | 100101 |
Color Harmonies of #8A337E
Complementary color
Monochromatic Colors of #8A337E
Black with #8A337E
Text Example
Text Example
White with #8A337E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A337E; }
p { color: rgb(138,51,126); }
H1.HeaderClassName
{
color: #8A337E;
}
.AnyTagClassName
{
color: #8A337E;
}
</style>
background-color css
<style>
a { background-color: #8A337E; }
a { background-color: rgb(138,51,126); }
div.DivClassName
{
background-color: #8A337E;
}
.BgClassName
{
background-color: #8A337E;
}
</style>
border-color css
<style>
span { border-color: #8A337E; }
span { border-color: rgb(138,51,126); }
td.TdClassName
{
border-color: #8A337E;
}
.TagClassName
{
border-color: #8A337E;
}
</style>