Shades of Violet Blue #8A549C
Tints of Violet Blue #8A549C
RGB
CMYK
RGB Variations
Color information
#8A549C (or 0x8A549C) is known color: Violet Blue. HEX triplet: 8A, 54 and 9C. RGB value is (138,84,156). Sum of RGB (Red+Green+Blue) = 138+84+156=378 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.51% from 378); Green value is 84 (33.20% from 255 or 22.22% from 378); Blue value is 156 (61.33% from 255 or 41.27% from 378); Max value from RGB is 156 - color contains mainly: blue. Hex color #8A549C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A549C is #75AB63. Grayscale: #6C6C6C. Windows color (decimal): -7711588 or 10245258. OLE color: 10245258.
HSL color Cylindrical-coordinate representation of color #8A549C: hue angle of 285º 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 #8A549C is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 138 | 84 | 156 | - |
| CMYK | 0.12 | 0.46 | 0 | 0.39 |
| HSL | 285º | 0.3% | 0.47% | - |
| HSV(B) | 285º | 0.46% | 0.61% | - |
| XYZ | 19.65 | 14.14 | 33.15 | - |
| YUV | 108.35 | 154.89 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 84 | 156 | 0.12 | 0.46 | 0 | 0.39 | 285 | 0.3 | 0.47 |
| Hex | 8A | 54 | 9C | C | 2E | 0 | 27 | 11D | 1E | 2F |
| Octal | 212 | 124 | 234 | 14 | 56 | 0 | 47 | 435 | 36 | 57 |
| Binary | 10001010 | 1010100 | 10011100 | 1100 | 101110 | 0 | 100111 | 100011101 | 11110 | 101111 |
Color Harmonies of #8A549C
Complementary color
Monochromatic Colors of #8A549C
Black with #8A549C
Text Example
Text Example
White with #8A549C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A549C; }
p { color: rgb(138,84,156); }
H1.HeaderClassName
{
color: #8A549C;
}
.AnyTagClassName
{
color: #8A549C;
}
</style>
background-color css
<style>
a { background-color: #8A549C; }
a { background-color: rgb(138,84,156); }
div.DivClassName
{
background-color: #8A549C;
}
.BgClassName
{
background-color: #8A549C;
}
</style>
border-color css
<style>
span { border-color: #8A549C; }
span { border-color: rgb(138,84,156); }
td.TdClassName
{
border-color: #8A549C;
}
.TagClassName
{
border-color: #8A549C;
}
</style>