Shades of Violet Blue #8A559B
Tints of Violet Blue #8A559B
RGB
CMYK
RGB Variations
Color information
#8A559B (or 0x8A559B) is known color: Violet Blue. HEX triplet: 8A, 55 and 9B. RGB value is (138,85,155). Sum of RGB (Red+Green+Blue) = 138+85+155=378 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.51% from 378); Green value is 85 (33.59% from 255 or 22.49% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 155 - color contains mainly: blue. Hex color #8A559B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A559B is #75AA64. Grayscale: #6C6C6C. Windows color (decimal): -7711333 or 10179978. OLE color: 10179978.
HSL color Cylindrical-coordinate representation of color #8A559B: hue angle of 285.43º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8A559B is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 138 | 85 | 155 | - |
| CMYK | 0.11 | 0.45 | 0 | 0.39 |
| HSL | 285.43º | 0.29% | 0.47% | - |
| HSV(B) | 285.43º | 0.45% | 0.61% | - |
| XYZ | 19.65 | 14.27 | 32.73 | - |
| YUV | 108.83 | 154.06 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 85 | 155 | 0.11 | 0.45 | 0 | 0.39 | 285.43 | 0.29 | 0.47 |
| Hex | 8A | 55 | 9B | B | 2D | 0 | 27 | 11D | 1D | 2F |
| Octal | 212 | 125 | 233 | 13 | 55 | 0 | 47 | 435 | 35 | 57 |
| Binary | 10001010 | 1010101 | 10011011 | 1011 | 101101 | 0 | 100111 | 100011101 | 11101 | 101111 |
Color Harmonies of #8A559B
Complementary color
Monochromatic Colors of #8A559B
Black with #8A559B
Text Example
Text Example
White with #8A559B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A559B; }
p { color: rgb(138,85,155); }
H1.HeaderClassName
{
color: #8A559B;
}
.AnyTagClassName
{
color: #8A559B;
}
</style>
background-color css
<style>
a { background-color: #8A559B; }
a { background-color: rgb(138,85,155); }
div.DivClassName
{
background-color: #8A559B;
}
.BgClassName
{
background-color: #8A559B;
}
</style>
border-color css
<style>
span { border-color: #8A559B; }
span { border-color: rgb(138,85,155); }
td.TdClassName
{
border-color: #8A559B;
}
.TagClassName
{
border-color: #8A559B;
}
</style>