Shades of Violet Blue #8E6299
Tints of Violet Blue #8E6299
RGB
CMYK
RGB Variations
Color information
#8E6299 (or 0x8E6299) is known color: Violet Blue. HEX triplet: 8E, 62 and 99. RGB value is (142,98,153). Sum of RGB (Red+Green+Blue) = 142+98+153=393 (52% of max value = 765). Red value is 142 (55.86% from 255 or 36.13% from 393); Green value is 98 (38.67% from 255 or 24.94% from 393); Blue value is 153 (60.16% from 255 or 38.93% from 393); Max value from RGB is 153 - color contains mainly: blue. Hex color #8E6299 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6299 is #719D66. Grayscale: #757575. Windows color (decimal): -7445863 or 10052238. OLE color: 10052238.
HSL color Cylindrical-coordinate representation of color #8E6299: hue angle of 288º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8E6299 is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 142 | 98 | 153 | - |
| CMYK | 0.07 | 0.36 | 0 | 0.4 |
| HSL | 288º | 0.22% | 0.49% | - |
| HSV(B) | 288º | 0.36% | 0.6% | - |
| XYZ | 21.27 | 16.79 | 32.26 | - |
| YUV | 117.43 | 148.08 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 98 | 153 | 0.07 | 0.36 | 0 | 0.4 | 288 | 0.22 | 0.49 |
| Hex | 8E | 62 | 99 | 7 | 24 | 0 | 28 | 120 | 16 | 31 |
| Octal | 216 | 142 | 231 | 7 | 44 | 0 | 50 | 440 | 26 | 61 |
| Binary | 10001110 | 1100010 | 10011001 | 111 | 100100 | 0 | 101000 | 100100000 | 10110 | 110001 |
Color Harmonies of #8E6299
Complementary color
Monochromatic Colors of #8E6299
Black with #8E6299
Text Example
Text Example
White with #8E6299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6299; }
p { color: rgb(142,98,153); }
H1.HeaderClassName
{
color: #8E6299;
}
.AnyTagClassName
{
color: #8E6299;
}
</style>
background-color css
<style>
a { background-color: #8E6299; }
a { background-color: rgb(142,98,153); }
div.DivClassName
{
background-color: #8E6299;
}
.BgClassName
{
background-color: #8E6299;
}
</style>
border-color css
<style>
span { border-color: #8E6299; }
span { border-color: rgb(142,98,153); }
td.TdClassName
{
border-color: #8E6299;
}
.TagClassName
{
border-color: #8E6299;
}
</style>