Shades of Violet Blue #8B559A
Tints of Violet Blue #8B559A
RGB
CMYK
RGB Variations
Color information
#8B559A (or 0x8B559A) is known color: Violet Blue. HEX triplet: 8B, 55 and 9A. RGB value is (139,85,154). Sum of RGB (Red+Green+Blue) = 139+85+154=378 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.77% from 378); Green value is 85 (33.59% from 255 or 22.49% from 378); Blue value is 154 (60.55% from 255 or 40.74% from 378); Max value from RGB is 154 - color contains mainly: blue. Hex color #8B559A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B559A is #74AA65. Grayscale: #6C6C6C. Windows color (decimal): -7645798 or 10114443. OLE color: 10114443.
HSL color Cylindrical-coordinate representation of color #8B559A: hue angle of 286.96º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8B559A is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 139 | 85 | 154 | - |
| CMYK | 0.10 | 0.45 | 0 | 0.40 |
| HSL | 286.96º | 0.29% | 0.47% | - |
| HSV(B) | 286.96º | 0.45% | 0.6% | - |
| XYZ | 19.73 | 14.32 | 32.3 | - |
| YUV | 109.01 | 153.39 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 85 | 154 | 0.10 | 0.45 | 0 | 0.40 | 286.96 | 0.29 | 0.47 |
| Hex | 8B | 55 | 9A | A | 2D | 0 | 28 | 11F | 1D | 2F |
| Octal | 213 | 125 | 232 | 12 | 55 | 0 | 50 | 437 | 35 | 57 |
| Binary | 10001011 | 1010101 | 10011010 | 1010 | 101101 | 0 | 101000 | 100011111 | 11101 | 101111 |
Color Harmonies of #8B559A
Complementary color
Monochromatic Colors of #8B559A
Black with #8B559A
Text Example
Text Example
White with #8B559A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B559A; }
p { color: rgb(139,85,154); }
H1.HeaderClassName
{
color: #8B559A;
}
.AnyTagClassName
{
color: #8B559A;
}
</style>
background-color css
<style>
a { background-color: #8B559A; }
a { background-color: rgb(139,85,154); }
div.DivClassName
{
background-color: #8B559A;
}
.BgClassName
{
background-color: #8B559A;
}
</style>
border-color css
<style>
span { border-color: #8B559A; }
span { border-color: rgb(139,85,154); }
td.TdClassName
{
border-color: #8B559A;
}
.TagClassName
{
border-color: #8B559A;
}
</style>