Shades of Violet Blue #8A539D
Tints of Violet Blue #8A539D
RGB
CMYK
RGB Variations
Color information
#8A539D (or 0x8A539D) is known color: Violet Blue. HEX triplet: 8A, 53 and 9D. RGB value is (138,83,157). Sum of RGB (Red+Green+Blue) = 138+83+157=378 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.51% from 378); Green value is 83 (32.81% from 255 or 21.96% from 378); Blue value is 157 (61.72% from 255 or 41.53% from 378); Max value from RGB is 157 - color contains mainly: blue. Hex color #8A539D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A539D is #75AC62. Grayscale: #6B6B6B. Windows color (decimal): -7711843 or 10310538. OLE color: 10310538.
HSL color Cylindrical-coordinate representation of color #8A539D: hue angle of 284.59º 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 #8A539D is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 138 | 83 | 157 | - |
| CMYK | 0.12 | 0.47 | 0 | 0.38 |
| HSL | 284.59º | 0.31% | 0.47% | - |
| HSV(B) | 284.59º | 0.47% | 0.62% | - |
| XYZ | 19.66 | 14.02 | 33.57 | - |
| YUV | 107.88 | 155.72 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 83 | 157 | 0.12 | 0.47 | 0 | 0.38 | 284.59 | 0.31 | 0.47 |
| Hex | 8A | 53 | 9D | C | 2F | 0 | 26 | 11D | 1F | 2F |
| Octal | 212 | 123 | 235 | 14 | 57 | 0 | 46 | 435 | 37 | 57 |
| Binary | 10001010 | 1010011 | 10011101 | 1100 | 101111 | 0 | 100110 | 100011101 | 11111 | 101111 |
Color Harmonies of #8A539D
Complementary color
Monochromatic Colors of #8A539D
Black with #8A539D
Text Example
Text Example
White with #8A539D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A539D; }
p { color: rgb(138,83,157); }
H1.HeaderClassName
{
color: #8A539D;
}
.AnyTagClassName
{
color: #8A539D;
}
</style>
background-color css
<style>
a { background-color: #8A539D; }
a { background-color: rgb(138,83,157); }
div.DivClassName
{
background-color: #8A539D;
}
.BgClassName
{
background-color: #8A539D;
}
</style>
border-color css
<style>
span { border-color: #8A539D; }
span { border-color: rgb(138,83,157); }
td.TdClassName
{
border-color: #8A539D;
}
.TagClassName
{
border-color: #8A539D;
}
</style>