Shades of Violet Blue #8A569B
Tints of Violet Blue #8A569B
RGB
CMYK
RGB Variations
Color information
#8A569B (or 0x8A569B) is known color: Violet Blue. HEX triplet: 8A, 56 and 9B. RGB value is (138,86,155). Sum of RGB (Red+Green+Blue) = 138+86+155=379 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.41% from 379); Green value is 86 (33.98% from 255 or 22.69% from 379); Blue value is 155 (60.94% from 255 or 40.90% from 379); Max value from RGB is 155 - color contains mainly: blue. Hex color #8A569B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A569B is #75A964. Grayscale: #6D6D6D. Windows color (decimal): -7711077 or 10180234. OLE color: 10180234.
HSL color Cylindrical-coordinate representation of color #8A569B: hue angle of 285.22º 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 #8A569B is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 138 | 86 | 155 | - |
| CMYK | 0.11 | 0.45 | 0 | 0.39 |
| HSL | 285.22º | 0.29% | 0.47% | - |
| HSV(B) | 285.22º | 0.45% | 0.61% | - |
| XYZ | 19.73 | 14.43 | 32.76 | - |
| YUV | 109.41 | 153.73 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 86 | 155 | 0.11 | 0.45 | 0 | 0.39 | 285.22 | 0.29 | 0.47 |
| Hex | 8A | 56 | 9B | B | 2D | 0 | 27 | 11D | 1D | 2F |
| Octal | 212 | 126 | 233 | 13 | 55 | 0 | 47 | 435 | 35 | 57 |
| Binary | 10001010 | 1010110 | 10011011 | 1011 | 101101 | 0 | 100111 | 100011101 | 11101 | 101111 |
Color Harmonies of #8A569B
Complementary color
Monochromatic Colors of #8A569B
Black with #8A569B
Text Example
Text Example
White with #8A569B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A569B; }
p { color: rgb(138,86,155); }
H1.HeaderClassName
{
color: #8A569B;
}
.AnyTagClassName
{
color: #8A569B;
}
</style>
background-color css
<style>
a { background-color: #8A569B; }
a { background-color: rgb(138,86,155); }
div.DivClassName
{
background-color: #8A569B;
}
.BgClassName
{
background-color: #8A569B;
}
</style>
border-color css
<style>
span { border-color: #8A569B; }
span { border-color: rgb(138,86,155); }
td.TdClassName
{
border-color: #8A569B;
}
.TagClassName
{
border-color: #8A569B;
}
</style>