Shades of Violet Blue #8E6F93
Tints of Violet Blue #8E6F93
RGB
CMYK
RGB Variations
Color information
#8E6F93 (or 0x8E6F93) is known color: Violet Blue. HEX triplet: 8E, 6F and 93. RGB value is (142,111,147). Sum of RGB (Red+Green+Blue) = 142+111+147=400 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.5% from 400); Green value is 111 (43.75% from 255 or 27.75% from 400); Blue value is 147 (57.81% from 255 or 36.75% from 400); Max value from RGB is 147 - color contains mainly: blue. Hex color #8E6F93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6F93 is #71906C. Grayscale: #7C7C7C. Windows color (decimal): -7442541 or 9662350. OLE color: 9662350.
HSL color Cylindrical-coordinate representation of color #8E6F93: hue angle of 291.67º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8E6F93 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 142 | 111 | 147 | - |
| CMYK | 0.03 | 0.24 | 0 | 0.42 |
| HSL | 291.67º | 0.14% | 0.51% | - |
| HSV(B) | 291.67º | 0.24% | 0.58% | - |
| XYZ | 22.11 | 19.23 | 30.15 | - |
| YUV | 124.37 | 140.77 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 111 | 147 | 0.03 | 0.24 | 0 | 0.42 | 291.67 | 0.14 | 0.51 |
| Hex | 8E | 6F | 93 | 3 | 18 | 0 | 2A | 124 | E | 33 |
| Octal | 216 | 157 | 223 | 3 | 30 | 0 | 52 | 444 | 16 | 63 |
| Binary | 10001110 | 1101111 | 10010011 | 11 | 11000 | 0 | 101010 | 100100100 | 1110 | 110011 |
Color Harmonies of #8E6F93
Complementary color
Monochromatic Colors of #8E6F93
Black with #8E6F93
Text Example
Text Example
White with #8E6F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6F93; }
p { color: rgb(142,111,147); }
H1.HeaderClassName
{
color: #8E6F93;
}
.AnyTagClassName
{
color: #8E6F93;
}
</style>
background-color css
<style>
a { background-color: #8E6F93; }
a { background-color: rgb(142,111,147); }
div.DivClassName
{
background-color: #8E6F93;
}
.BgClassName
{
background-color: #8E6F93;
}
</style>
border-color css
<style>
span { border-color: #8E6F93; }
span { border-color: rgb(142,111,147); }
td.TdClassName
{
border-color: #8E6F93;
}
.TagClassName
{
border-color: #8E6F93;
}
</style>