Shades of Violet Blue #8A5798
Tints of Violet Blue #8A5798
RGB
CMYK
RGB Variations
Color information
#8A5798 (or 0x8A5798) is known color: Violet Blue. HEX triplet: 8A, 57 and 98. RGB value is (138,87,152). Sum of RGB (Red+Green+Blue) = 138+87+152=377 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.60% from 377); Green value is 87 (34.38% from 255 or 23.08% from 377); Blue value is 152 (59.77% from 255 or 40.32% from 377); Max value from RGB is 152 - color contains mainly: blue. Hex color #8A5798 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5798 is #75A867. Grayscale: #6D6D6D. Windows color (decimal): -7710824 or 9983882. OLE color: 9983882.
HSL color Cylindrical-coordinate representation of color #8A5798: hue angle of 287.08º degrees, saturation: 0.27, 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 #8A5798 is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 138 | 87 | 152 | - |
| CMYK | 0.09 | 0.43 | 0 | 0.40 |
| HSL | 287.08º | 0.27% | 0.47% | - |
| HSV(B) | 287.08º | 0.43% | 0.6% | - |
| XYZ | 19.56 | 14.49 | 31.47 | - |
| YUV | 109.66 | 151.9 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 87 | 152 | 0.09 | 0.43 | 0 | 0.40 | 287.08 | 0.27 | 0.47 |
| Hex | 8A | 57 | 98 | 9 | 2B | 0 | 28 | 11F | 1B | 2F |
| Octal | 212 | 127 | 230 | 11 | 53 | 0 | 50 | 437 | 33 | 57 |
| Binary | 10001010 | 1010111 | 10011000 | 1001 | 101011 | 0 | 101000 | 100011111 | 11011 | 101111 |
Color Harmonies of #8A5798
Complementary color
Monochromatic Colors of #8A5798
Black with #8A5798
Text Example
Text Example
White with #8A5798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5798; }
p { color: rgb(138,87,152); }
H1.HeaderClassName
{
color: #8A5798;
}
.AnyTagClassName
{
color: #8A5798;
}
</style>
background-color css
<style>
a { background-color: #8A5798; }
a { background-color: rgb(138,87,152); }
div.DivClassName
{
background-color: #8A5798;
}
.BgClassName
{
background-color: #8A5798;
}
</style>
border-color css
<style>
span { border-color: #8A5798; }
span { border-color: rgb(138,87,152); }
td.TdClassName
{
border-color: #8A5798;
}
.TagClassName
{
border-color: #8A5798;
}
</style>