Shades of Violet Blue #8A539B
Tints of Violet Blue #8A539B
RGB
CMYK
RGB Variations
Color information
#8A539B (or 0x8A539B) is known color: Violet Blue. HEX triplet: 8A, 53 and 9B. RGB value is (138,83,155). Sum of RGB (Red+Green+Blue) = 138+83+155=376 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.70% from 376); Green value is 83 (32.81% from 255 or 22.07% from 376); Blue value is 155 (60.94% from 255 or 41.22% from 376); Max value from RGB is 155 - color contains mainly: blue. Hex color #8A539B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A539B is #75AC64. Grayscale: #6B6B6B. Windows color (decimal): -7711845 or 10179466. OLE color: 10179466.
HSL color Cylindrical-coordinate representation of color #8A539B: 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 #8A539B is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 138 | 83 | 155 | - |
| 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.49 | 13.96 | 32.68 | - |
| YUV | 107.65 | 154.72 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 83 | 155 | 0.11 | 0.46 | 0 | 0.39 | 285.83 | 0.3 | 0.47 |
| Hex | 8A | 53 | 9B | B | 2E | 0 | 27 | 11E | 1E | 2F |
| Octal | 212 | 123 | 233 | 13 | 56 | 0 | 47 | 436 | 36 | 57 |
| Binary | 10001010 | 1010011 | 10011011 | 1011 | 101110 | 0 | 100111 | 100011110 | 11110 | 101111 |
Color Harmonies of #8A539B
Complementary color
Monochromatic Colors of #8A539B
Black with #8A539B
Text Example
Text Example
White with #8A539B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A539B; }
p { color: rgb(138,83,155); }
H1.HeaderClassName
{
color: #8A539B;
}
.AnyTagClassName
{
color: #8A539B;
}
</style>
background-color css
<style>
a { background-color: #8A539B; }
a { background-color: rgb(138,83,155); }
div.DivClassName
{
background-color: #8A539B;
}
.BgClassName
{
background-color: #8A539B;
}
</style>
border-color css
<style>
span { border-color: #8A539B; }
span { border-color: rgb(138,83,155); }
td.TdClassName
{
border-color: #8A539B;
}
.TagClassName
{
border-color: #8A539B;
}
</style>