Shades of Violet Blue #8E619A
Tints of Violet Blue #8E619A
RGB
CMYK
RGB Variations
Color information
#8E619A (or 0x8E619A) is known color: Violet Blue. HEX triplet: 8E, 61 and 9A. RGB value is (142,97,154). Sum of RGB (Red+Green+Blue) = 142+97+154=393 (52% of max value = 765). Red value is 142 (55.86% from 255 or 36.13% from 393); Green value is 97 (38.28% from 255 or 24.68% from 393); Blue value is 154 (60.55% from 255 or 39.19% from 393); Max value from RGB is 154 - color contains mainly: blue. Hex color #8E619A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E619A is #719E65. Grayscale: #747474. Windows color (decimal): -7446118 or 10117518. OLE color: 10117518.
HSL color Cylindrical-coordinate representation of color #8E619A: hue angle of 287.37º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8E619A is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 142 | 97 | 154 | - |
| CMYK | 0.08 | 0.37 | 0 | 0.40 |
| HSL | 287.37º | 0.23% | 0.49% | - |
| HSV(B) | 287.37º | 0.37% | 0.6% | - |
| XYZ | 21.26 | 16.63 | 32.66 | - |
| YUV | 116.95 | 148.91 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 97 | 154 | 0.08 | 0.37 | 0 | 0.40 | 287.37 | 0.23 | 0.49 |
| Hex | 8E | 61 | 9A | 8 | 25 | 0 | 28 | 11F | 17 | 31 |
| Octal | 216 | 141 | 232 | 10 | 45 | 0 | 50 | 437 | 27 | 61 |
| Binary | 10001110 | 1100001 | 10011010 | 1000 | 100101 | 0 | 101000 | 100011111 | 10111 | 110001 |
Color Harmonies of #8E619A
Complementary color
Monochromatic Colors of #8E619A
Black with #8E619A
Text Example
Text Example
White with #8E619A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E619A; }
p { color: rgb(142,97,154); }
H1.HeaderClassName
{
color: #8E619A;
}
.AnyTagClassName
{
color: #8E619A;
}
</style>
background-color css
<style>
a { background-color: #8E619A; }
a { background-color: rgb(142,97,154); }
div.DivClassName
{
background-color: #8E619A;
}
.BgClassName
{
background-color: #8E619A;
}
</style>
border-color css
<style>
span { border-color: #8E619A; }
span { border-color: rgb(142,97,154); }
td.TdClassName
{
border-color: #8E619A;
}
.TagClassName
{
border-color: #8E619A;
}
</style>