Shades of Violet Blue #8A539E
Tints of Violet Blue #8A539E
RGB
CMYK
RGB Variations
Color information
#8A539E (or 0x8A539E) is known color: Violet Blue. HEX triplet: 8A, 53 and 9E. RGB value is (138,83,158). Sum of RGB (Red+Green+Blue) = 138+83+158=379 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.41% from 379); Green value is 83 (32.81% from 255 or 21.90% from 379); Blue value is 158 (62.11% from 255 or 41.69% from 379); Max value from RGB is 158 - color contains mainly: blue. Hex color #8A539E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A539E is #75AC61. Grayscale: #6B6B6B. Windows color (decimal): -7711842 or 10376074. OLE color: 10376074.
HSL color Cylindrical-coordinate representation of color #8A539E: hue angle of 284º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8A539E is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 138 | 83 | 158 | - |
| CMYK | 0.13 | 0.47 | 0 | 0.38 |
| HSL | 284º | 0.31% | 0.47% | - |
| HSV(B) | 284º | 0.47% | 0.62% | - |
| XYZ | 19.75 | 14.06 | 34.02 | - |
| YUV | 108 | 156.22 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 83 | 158 | 0.13 | 0.47 | 0 | 0.38 | 284 | 0.31 | 0.47 |
| Hex | 8A | 53 | 9E | D | 2F | 0 | 26 | 11C | 1F | 2F |
| Octal | 212 | 123 | 236 | 15 | 57 | 0 | 46 | 434 | 37 | 57 |
| Binary | 10001010 | 1010011 | 10011110 | 1101 | 101111 | 0 | 100110 | 100011100 | 11111 | 101111 |
Color Harmonies of #8A539E
Complementary color
Monochromatic Colors of #8A539E
Black with #8A539E
Text Example
Text Example
White with #8A539E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A539E; }
p { color: rgb(138,83,158); }
H1.HeaderClassName
{
color: #8A539E;
}
.AnyTagClassName
{
color: #8A539E;
}
</style>
background-color css
<style>
a { background-color: #8A539E; }
a { background-color: rgb(138,83,158); }
div.DivClassName
{
background-color: #8A539E;
}
.BgClassName
{
background-color: #8A539E;
}
</style>
border-color css
<style>
span { border-color: #8A539E; }
span { border-color: rgb(138,83,158); }
td.TdClassName
{
border-color: #8A539E;
}
.TagClassName
{
border-color: #8A539E;
}
</style>