Shades of Violet Blue #8E6792
Tints of Violet Blue #8E6792
RGB
CMYK
RGB Variations
Color information
#8E6792 (or 0x8E6792) is known color: Violet Blue. HEX triplet: 8E, 67 and 92. RGB value is (142,103,146). Sum of RGB (Red+Green+Blue) = 142+103+146=391 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.32% from 391); Green value is 103 (40.62% from 255 or 26.34% from 391); Blue value is 146 (57.42% from 255 or 37.34% from 391); Max value from RGB is 146 - color contains mainly: blue. Hex color #8E6792 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6792 is #71986D. Grayscale: #777777. Windows color (decimal): -7444590 or 9594766. OLE color: 9594766.
HSL color Cylindrical-coordinate representation of color #8E6792: hue angle of 294.42º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8E6792 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 142 | 103 | 146 | - |
| CMYK | 0.03 | 0.29 | 0 | 0.43 |
| HSL | 294.42º | 0.17% | 0.49% | - |
| HSV(B) | 294.42º | 0.29% | 0.57% | - |
| XYZ | 21.19 | 17.53 | 29.46 | - |
| YUV | 119.56 | 142.92 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 103 | 146 | 0.03 | 0.29 | 0 | 0.43 | 294.42 | 0.17 | 0.49 |
| Hex | 8E | 67 | 92 | 3 | 1D | 0 | 2B | 126 | 11 | 31 |
| Octal | 216 | 147 | 222 | 3 | 35 | 0 | 53 | 446 | 21 | 61 |
| Binary | 10001110 | 1100111 | 10010010 | 11 | 11101 | 0 | 101011 | 100100110 | 10001 | 110001 |
Color Harmonies of #8E6792
Complementary color
Monochromatic Colors of #8E6792
Black with #8E6792
Text Example
Text Example
White with #8E6792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6792; }
p { color: rgb(142,103,146); }
H1.HeaderClassName
{
color: #8E6792;
}
.AnyTagClassName
{
color: #8E6792;
}
</style>
background-color css
<style>
a { background-color: #8E6792; }
a { background-color: rgb(142,103,146); }
div.DivClassName
{
background-color: #8E6792;
}
.BgClassName
{
background-color: #8E6792;
}
</style>
border-color css
<style>
span { border-color: #8E6792; }
span { border-color: rgb(142,103,146); }
td.TdClassName
{
border-color: #8E6792;
}
.TagClassName
{
border-color: #8E6792;
}
</style>