Shades of Violet Blue #8E6491
Tints of Violet Blue #8E6491
RGB
CMYK
RGB Variations
Color information
#8E6491 (or 0x8E6491) is known color: Violet Blue. HEX triplet: 8E, 64 and 91. RGB value is (142,100,145). Sum of RGB (Red+Green+Blue) = 142+100+145=387 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.69% from 387); Green value is 100 (39.45% from 255 or 25.84% from 387); Blue value is 145 (57.03% from 255 or 37.47% from 387); Max value from RGB is 145 - color contains mainly: blue. Hex color #8E6491 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6491 is #719B6E. Grayscale: #757575. Windows color (decimal): -7445359 or 9528462. OLE color: 9528462.
HSL color Cylindrical-coordinate representation of color #8E6491: hue angle of 296º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8E6491 is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 142 | 100 | 145 | - |
| CMYK | 0.02 | 0.31 | 0 | 0.43 |
| HSL | 296º | 0.18% | 0.48% | - |
| HSV(B) | 296º | 0.31% | 0.57% | - |
| XYZ | 20.82 | 16.91 | 28.95 | - |
| YUV | 117.69 | 143.41 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 100 | 145 | 0.02 | 0.31 | 0 | 0.43 | 296 | 0.18 | 0.48 |
| Hex | 8E | 64 | 91 | 2 | 1F | 0 | 2B | 128 | 12 | 30 |
| Octal | 216 | 144 | 221 | 2 | 37 | 0 | 53 | 450 | 22 | 60 |
| Binary | 10001110 | 1100100 | 10010001 | 10 | 11111 | 0 | 101011 | 100101000 | 10010 | 110000 |
Color Harmonies of #8E6491
Complementary color
Monochromatic Colors of #8E6491
Black with #8E6491
Text Example
Text Example
White with #8E6491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6491; }
p { color: rgb(142,100,145); }
H1.HeaderClassName
{
color: #8E6491;
}
.AnyTagClassName
{
color: #8E6491;
}
</style>
background-color css
<style>
a { background-color: #8E6491; }
a { background-color: rgb(142,100,145); }
div.DivClassName
{
background-color: #8E6491;
}
.BgClassName
{
background-color: #8E6491;
}
</style>
border-color css
<style>
span { border-color: #8E6491; }
span { border-color: rgb(142,100,145); }
td.TdClassName
{
border-color: #8E6491;
}
.TagClassName
{
border-color: #8E6491;
}
</style>