Shades of Violet Blue #8B539A
Tints of Violet Blue #8B539A
RGB
CMYK
RGB Variations
Color information
#8B539A (or 0x8B539A) is known color: Violet Blue. HEX triplet: 8B, 53 and 9A. RGB value is (139,83,154). Sum of RGB (Red+Green+Blue) = 139+83+154=376 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.97% from 376); Green value is 83 (32.81% from 255 or 22.07% from 376); Blue value is 154 (60.55% from 255 or 40.96% from 376); Max value from RGB is 154 - color contains mainly: blue. Hex color #8B539A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B539A is #74AC65. Grayscale: #6B6B6B. Windows color (decimal): -7646310 or 10113931. OLE color: 10113931.
HSL color Cylindrical-coordinate representation of color #8B539A: hue angle of 287.32º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8B539A is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 139 | 83 | 154 | - |
| CMYK | 0.10 | 0.46 | 0 | 0.40 |
| HSL | 287.32º | 0.3% | 0.46% | - |
| HSV(B) | 287.32º | 0.46% | 0.6% | - |
| XYZ | 19.57 | 14.01 | 32.24 | - |
| YUV | 107.84 | 154.05 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 83 | 154 | 0.10 | 0.46 | 0 | 0.40 | 287.32 | 0.3 | 0.46 |
| Hex | 8B | 53 | 9A | A | 2E | 0 | 28 | 11F | 1E | 2E |
| Octal | 213 | 123 | 232 | 12 | 56 | 0 | 50 | 437 | 36 | 56 |
| Binary | 10001011 | 1010011 | 10011010 | 1010 | 101110 | 0 | 101000 | 100011111 | 11110 | 101110 |
Color Harmonies of #8B539A
Complementary color
Monochromatic Colors of #8B539A
Black with #8B539A
Text Example
Text Example
White with #8B539A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B539A; }
p { color: rgb(139,83,154); }
H1.HeaderClassName
{
color: #8B539A;
}
.AnyTagClassName
{
color: #8B539A;
}
</style>
background-color css
<style>
a { background-color: #8B539A; }
a { background-color: rgb(139,83,154); }
div.DivClassName
{
background-color: #8B539A;
}
.BgClassName
{
background-color: #8B539A;
}
</style>
border-color css
<style>
span { border-color: #8B539A; }
span { border-color: rgb(139,83,154); }
td.TdClassName
{
border-color: #8B539A;
}
.TagClassName
{
border-color: #8B539A;
}
</style>