Shades of Violet Blue #8A5799
Tints of Violet Blue #8A5799
RGB
CMYK
RGB Variations
Color information
#8A5799 (or 0x8A5799) is known color: Violet Blue. HEX triplet: 8A, 57 and 99. RGB value is (138,87,153). Sum of RGB (Red+Green+Blue) = 138+87+153=378 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.51% from 378); Green value is 87 (34.38% from 255 or 23.02% from 378); Blue value is 153 (60.16% from 255 or 40.48% from 378); Max value from RGB is 153 - color contains mainly: blue. Hex color #8A5799 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5799 is #75A866. Grayscale: #6D6D6D. Windows color (decimal): -7710823 or 10049418. OLE color: 10049418.
HSL color Cylindrical-coordinate representation of color #8A5799: hue angle of 286.36º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8A5799 is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 138 | 87 | 153 | - |
| CMYK | 0.10 | 0.43 | 0 | 0.4 |
| HSL | 286.36º | 0.28% | 0.47% | - |
| HSV(B) | 286.36º | 0.43% | 0.6% | - |
| XYZ | 19.64 | 14.52 | 31.9 | - |
| YUV | 109.77 | 152.4 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 87 | 153 | 0.10 | 0.43 | 0 | 0.4 | 286.36 | 0.28 | 0.47 |
| Hex | 8A | 57 | 99 | A | 2B | 0 | 28 | 11E | 1C | 2F |
| Octal | 212 | 127 | 231 | 12 | 53 | 0 | 50 | 436 | 34 | 57 |
| Binary | 10001010 | 1010111 | 10011001 | 1010 | 101011 | 0 | 101000 | 100011110 | 11100 | 101111 |
Color Harmonies of #8A5799
Complementary color
Monochromatic Colors of #8A5799
Black with #8A5799
Text Example
Text Example
White with #8A5799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5799; }
p { color: rgb(138,87,153); }
H1.HeaderClassName
{
color: #8A5799;
}
.AnyTagClassName
{
color: #8A5799;
}
</style>
background-color css
<style>
a { background-color: #8A5799; }
a { background-color: rgb(138,87,153); }
div.DivClassName
{
background-color: #8A5799;
}
.BgClassName
{
background-color: #8A5799;
}
</style>
border-color css
<style>
span { border-color: #8A5799; }
span { border-color: rgb(138,87,153); }
td.TdClassName
{
border-color: #8A5799;
}
.TagClassName
{
border-color: #8A5799;
}
</style>