Shades of Violet Blue #8A549B
Tints of Violet Blue #8A549B
RGB
CMYK
RGB Variations
Color information
#8A549B (or 0x8A549B) is known color: Violet Blue. HEX triplet: 8A, 54 and 9B. RGB value is (138,84,155). Sum of RGB (Red+Green+Blue) = 138+84+155=377 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.60% from 377); Green value is 84 (33.20% from 255 or 22.28% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 155 - color contains mainly: blue. Hex color #8A549B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A549B is #75AB64. Grayscale: #6C6C6C. Windows color (decimal): -7711589 or 10179722. OLE color: 10179722.
HSL color Cylindrical-coordinate representation of color #8A549B: hue angle of 285.63º 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 #8A549B is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 138 | 84 | 155 | - |
| CMYK | 0.11 | 0.46 | 0 | 0.39 |
| HSL | 285.63º | 0.3% | 0.47% | - |
| HSV(B) | 285.63º | 0.46% | 0.61% | - |
| XYZ | 19.57 | 14.11 | 32.7 | - |
| YUV | 108.24 | 154.39 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 84 | 155 | 0.11 | 0.46 | 0 | 0.39 | 285.63 | 0.3 | 0.47 |
| Hex | 8A | 54 | 9B | B | 2E | 0 | 27 | 11E | 1E | 2F |
| Octal | 212 | 124 | 233 | 13 | 56 | 0 | 47 | 436 | 36 | 57 |
| Binary | 10001010 | 1010100 | 10011011 | 1011 | 101110 | 0 | 100111 | 100011110 | 11110 | 101111 |
Color Harmonies of #8A549B
Complementary color
Monochromatic Colors of #8A549B
Black with #8A549B
Text Example
Text Example
White with #8A549B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A549B; }
p { color: rgb(138,84,155); }
H1.HeaderClassName
{
color: #8A549B;
}
.AnyTagClassName
{
color: #8A549B;
}
</style>
background-color css
<style>
a { background-color: #8A549B; }
a { background-color: rgb(138,84,155); }
div.DivClassName
{
background-color: #8A549B;
}
.BgClassName
{
background-color: #8A549B;
}
</style>
border-color css
<style>
span { border-color: #8A549B; }
span { border-color: rgb(138,84,155); }
td.TdClassName
{
border-color: #8A549B;
}
.TagClassName
{
border-color: #8A549B;
}
</style>