Shades of Dark Purple #8A347B
Tints of Dark Purple #8A347B
RGB
CMYK
RGB Variations
Color information
#8A347B (or 0x8A347B) is known color: Dark Purple. HEX triplet: 8A, 34 and 7B. RGB value is (138,52,123). Sum of RGB (Red+Green+Blue) = 138+52+123=313 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.09% from 313); Green value is 52 (20.70% from 255 or 16.61% from 313); Blue value is 123 (48.44% from 255 or 39.30% from 313); Max value from RGB is 138 - color contains mainly: red. Hex color #8A347B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A347B is #75CB84. Grayscale: #555555. Windows color (decimal): -7719813 or 8074378. OLE color: 8074378.
HSL color Cylindrical-coordinate representation of color #8A347B: hue angle of 310.47º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8A347B is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 52 | 123 | - |
| CMYK | 0 | 0.62 | 0.11 | 0.46 |
| HSL | 310.47º | 0.45% | 0.37% | - |
| HSV(B) | 310.47º | 0.62% | 0.54% | - |
| XYZ | 15.28 | 9.29 | 19.73 | - |
| YUV | 85.81 | 148.99 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 52 | 123 | 0 | 0.62 | 0.11 | 0.46 | 310.47 | 0.45 | 0.37 |
| Hex | 8A | 34 | 7B | 0 | 3E | B | 2E | 136 | 2D | 25 |
| Octal | 212 | 64 | 173 | 0 | 76 | 13 | 56 | 466 | 55 | 45 |
| Binary | 10001010 | 110100 | 1111011 | 0 | 111110 | 1011 | 101110 | 100110110 | 101101 | 100101 |
Color Harmonies of #8A347B
Complementary color
Monochromatic Colors of #8A347B
Black with #8A347B
Text Example
Text Example
White with #8A347B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A347B; }
p { color: rgb(138,52,123); }
H1.HeaderClassName
{
color: #8A347B;
}
.AnyTagClassName
{
color: #8A347B;
}
</style>
background-color css
<style>
a { background-color: #8A347B; }
a { background-color: rgb(138,52,123); }
div.DivClassName
{
background-color: #8A347B;
}
.BgClassName
{
background-color: #8A347B;
}
</style>
border-color css
<style>
span { border-color: #8A347B; }
span { border-color: rgb(138,52,123); }
td.TdClassName
{
border-color: #8A347B;
}
.TagClassName
{
border-color: #8A347B;
}
</style>