Shades of Violet Blue #8E509C
Tints of Violet Blue #8E509C
RGB
CMYK
RGB Variations
Color information
#8E509C (or 0x8E509C) is known color: Violet Blue. HEX triplet: 8E, 50 and 9C. RGB value is (142,80,156). Sum of RGB (Red+Green+Blue) = 142+80+156=378 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.57% from 378); Green value is 80 (31.64% from 255 or 21.16% from 378); Blue value is 156 (61.33% from 255 or 41.27% from 378); Max value from RGB is 156 - color contains mainly: blue. Hex color #8E509C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E509C is #71AF63. Grayscale: #6A6A6A. Windows color (decimal): -7450468 or 10244238. OLE color: 10244238.
HSL color Cylindrical-coordinate representation of color #8E509C: hue angle of 288.95º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8E509C is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 142 | 80 | 156 | - |
| CMYK | 0.09 | 0.49 | 0 | 0.39 |
| HSL | 288.95º | 0.32% | 0.46% | - |
| HSV(B) | 288.95º | 0.49% | 0.61% | - |
| XYZ | 20.02 | 13.89 | 33.08 | - |
| YUV | 107.2 | 155.54 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 80 | 156 | 0.09 | 0.49 | 0 | 0.39 | 288.95 | 0.32 | 0.46 |
| Hex | 8E | 50 | 9C | 9 | 31 | 0 | 27 | 121 | 20 | 2E |
| Octal | 216 | 120 | 234 | 11 | 61 | 0 | 47 | 441 | 40 | 56 |
| Binary | 10001110 | 1010000 | 10011100 | 1001 | 110001 | 0 | 100111 | 100100001 | 100000 | 101110 |
Color Harmonies of #8E509C
Complementary color
Monochromatic Colors of #8E509C
Black with #8E509C
Text Example
Text Example
White with #8E509C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E509C; }
p { color: rgb(142,80,156); }
H1.HeaderClassName
{
color: #8E509C;
}
.AnyTagClassName
{
color: #8E509C;
}
</style>
background-color css
<style>
a { background-color: #8E509C; }
a { background-color: rgb(142,80,156); }
div.DivClassName
{
background-color: #8E509C;
}
.BgClassName
{
background-color: #8E509C;
}
</style>
border-color css
<style>
span { border-color: #8E509C; }
span { border-color: rgb(142,80,156); }
td.TdClassName
{
border-color: #8E509C;
}
.TagClassName
{
border-color: #8E509C;
}
</style>