Shades of Violet Blue #8E6692
Tints of Violet Blue #8E6692
RGB
CMYK
RGB Variations
Color information
#8E6692 (or 0x8E6692) is known color: Violet Blue. HEX triplet: 8E, 66 and 92. RGB value is (142,102,146). Sum of RGB (Red+Green+Blue) = 142+102+146=390 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.41% from 390); Green value is 102 (40.23% from 255 or 26.15% from 390); Blue value is 146 (57.42% from 255 or 37.44% from 390); Max value from RGB is 146 - color contains mainly: blue. Hex color #8E6692 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6692 is #71996D. Grayscale: #767676. Windows color (decimal): -7444846 or 9594510. OLE color: 9594510.
HSL color Cylindrical-coordinate representation of color #8E6692: hue angle of 294.55º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8E6692 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 142 | 102 | 146 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.43 |
| HSL | 294.55º | 0.18% | 0.49% | - |
| HSV(B) | 294.55º | 0.3% | 0.57% | - |
| XYZ | 21.1 | 17.33 | 29.43 | - |
| YUV | 118.98 | 143.25 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 102 | 146 | 0.03 | 0.30 | 0 | 0.43 | 294.55 | 0.18 | 0.49 |
| Hex | 8E | 66 | 92 | 3 | 1E | 0 | 2B | 127 | 12 | 31 |
| Octal | 216 | 146 | 222 | 3 | 36 | 0 | 53 | 447 | 22 | 61 |
| Binary | 10001110 | 1100110 | 10010010 | 11 | 11110 | 0 | 101011 | 100100111 | 10010 | 110001 |
Color Harmonies of #8E6692
Complementary color
Monochromatic Colors of #8E6692
Black with #8E6692
Text Example
Text Example
White with #8E6692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6692; }
p { color: rgb(142,102,146); }
H1.HeaderClassName
{
color: #8E6692;
}
.AnyTagClassName
{
color: #8E6692;
}
</style>
background-color css
<style>
a { background-color: #8E6692; }
a { background-color: rgb(142,102,146); }
div.DivClassName
{
background-color: #8E6692;
}
.BgClassName
{
background-color: #8E6692;
}
</style>
border-color css
<style>
span { border-color: #8E6692; }
span { border-color: rgb(142,102,146); }
td.TdClassName
{
border-color: #8E6692;
}
.TagClassName
{
border-color: #8E6692;
}
</style>