Shades of Violet Blue #8B549C
Tints of Violet Blue #8B549C
RGB
CMYK
RGB Variations
Color information
#8B549C (or 0x8B549C) is known color: Violet Blue. HEX triplet: 8B, 54 and 9C. RGB value is (139,84,156). Sum of RGB (Red+Green+Blue) = 139+84+156=379 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.68% from 379); Green value is 84 (33.20% from 255 or 22.16% from 379); Blue value is 156 (61.33% from 255 or 41.16% from 379); Max value from RGB is 156 - color contains mainly: blue. Hex color #8B549C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B549C is #74AB63. Grayscale: #6C6C6C. Windows color (decimal): -7646052 or 10245259. OLE color: 10245259.
HSL color Cylindrical-coordinate representation of color #8B549C: hue angle of 285.83º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8B549C is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 139 | 84 | 156 | - |
| CMYK | 0.11 | 0.46 | 0 | 0.39 |
| HSL | 285.83º | 0.3% | 0.47% | - |
| HSV(B) | 285.83º | 0.46% | 0.61% | - |
| XYZ | 19.82 | 14.23 | 33.15 | - |
| YUV | 108.65 | 154.72 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 84 | 156 | 0.11 | 0.46 | 0 | 0.39 | 285.83 | 0.3 | 0.47 |
| Hex | 8B | 54 | 9C | B | 2E | 0 | 27 | 11E | 1E | 2F |
| Octal | 213 | 124 | 234 | 13 | 56 | 0 | 47 | 436 | 36 | 57 |
| Binary | 10001011 | 1010100 | 10011100 | 1011 | 101110 | 0 | 100111 | 100011110 | 11110 | 101111 |
Color Harmonies of #8B549C
Complementary color
Monochromatic Colors of #8B549C
Black with #8B549C
Text Example
Text Example
White with #8B549C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B549C; }
p { color: rgb(139,84,156); }
H1.HeaderClassName
{
color: #8B549C;
}
.AnyTagClassName
{
color: #8B549C;
}
</style>
background-color css
<style>
a { background-color: #8B549C; }
a { background-color: rgb(139,84,156); }
div.DivClassName
{
background-color: #8B549C;
}
.BgClassName
{
background-color: #8B549C;
}
</style>
border-color css
<style>
span { border-color: #8B549C; }
span { border-color: rgb(139,84,156); }
td.TdClassName
{
border-color: #8B549C;
}
.TagClassName
{
border-color: #8B549C;
}
</style>