Shades of Dark Purple #8B347B
Tints of Dark Purple #8B347B
RGB
CMYK
RGB Variations
Color information
#8B347B (or 0x8B347B) is known color: Dark Purple. HEX triplet: 8B, 34 and 7B. RGB value is (139,52,123). Sum of RGB (Red+Green+Blue) = 139+52+123=314 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.27% from 314); Green value is 52 (20.70% from 255 or 16.56% from 314); Blue value is 123 (48.44% from 255 or 39.17% from 314); Max value from RGB is 139 - color contains mainly: red. Hex color #8B347B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B347B is #74CB84. Grayscale: #555555. Windows color (decimal): -7654277 or 8074379. OLE color: 8074379.
HSL color Cylindrical-coordinate representation of color #8B347B: hue angle of 311.03º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8B347B is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 52 | 123 | - |
| CMYK | 0 | 0.63 | 0.12 | 0.45 |
| HSL | 311.03º | 0.46% | 0.37% | - |
| HSV(B) | 311.03º | 0.63% | 0.55% | - |
| XYZ | 15.45 | 9.38 | 19.73 | - |
| YUV | 86.11 | 148.82 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 52 | 123 | 0 | 0.63 | 0.12 | 0.45 | 311.03 | 0.46 | 0.37 |
| Hex | 8B | 34 | 7B | 0 | 3F | C | 2D | 137 | 2E | 25 |
| Octal | 213 | 64 | 173 | 0 | 77 | 14 | 55 | 467 | 56 | 45 |
| Binary | 10001011 | 110100 | 1111011 | 0 | 111111 | 1100 | 101101 | 100110111 | 101110 | 100101 |
Color Harmonies of #8B347B
Complementary color
Monochromatic Colors of #8B347B
Black with #8B347B
Text Example
Text Example
White with #8B347B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B347B; }
p { color: rgb(139,52,123); }
H1.HeaderClassName
{
color: #8B347B;
}
.AnyTagClassName
{
color: #8B347B;
}
</style>
background-color css
<style>
a { background-color: #8B347B; }
a { background-color: rgb(139,52,123); }
div.DivClassName
{
background-color: #8B347B;
}
.BgClassName
{
background-color: #8B347B;
}
</style>
border-color css
<style>
span { border-color: #8B347B; }
span { border-color: rgb(139,52,123); }
td.TdClassName
{
border-color: #8B347B;
}
.TagClassName
{
border-color: #8B347B;
}
</style>