Shades of Vivid Violet #8E269E
Tints of Vivid Violet #8E269E
RGB
CMYK
RGB Variations
Color information
#8E269E (or 0x8E269E) is known color: Vivid Violet. HEX triplet: 8E, 26 and 9E. RGB value is (142,38,158). Sum of RGB (Red+Green+Blue) = 142+38+158=338 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.01% from 338); Green value is 38 (15.23% from 255 or 11.24% from 338); Blue value is 158 (62.11% from 255 or 46.75% from 338); Max value from RGB is 158 - color contains mainly: blue. Hex color #8E269E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E269E is #71D961. Grayscale: #525252. Windows color (decimal): -7461218 or 10364558. OLE color: 10364558.
HSL color Cylindrical-coordinate representation of color #8E269E: hue angle of 292º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8E269E is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 142 | 38 | 158 | - |
| CMYK | 0.10 | 0.76 | 0 | 0.38 |
| HSL | 292º | 0.61% | 0.38% | - |
| HSV(B) | 292º | 0.76% | 0.62% | - |
| XYZ | 18.02 | 9.61 | 33.25 | - |
| YUV | 82.78 | 170.46 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 38 | 158 | 0.10 | 0.76 | 0 | 0.38 | 292 | 0.61 | 0.38 |
| Hex | 8E | 26 | 9E | A | 4C | 0 | 26 | 124 | 3D | 26 |
| Octal | 216 | 46 | 236 | 12 | 114 | 0 | 46 | 444 | 75 | 46 |
| Binary | 10001110 | 100110 | 10011110 | 1010 | 1001100 | 0 | 100110 | 100100100 | 111101 | 100110 |
Color Harmonies of #8E269E
Complementary color
Monochromatic Colors of #8E269E
Black with #8E269E
Text Example
Text Example
White with #8E269E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E269E; }
p { color: rgb(142,38,158); }
H1.HeaderClassName
{
color: #8E269E;
}
.AnyTagClassName
{
color: #8E269E;
}
</style>
background-color css
<style>
a { background-color: #8E269E; }
a { background-color: rgb(142,38,158); }
div.DivClassName
{
background-color: #8E269E;
}
.BgClassName
{
background-color: #8E269E;
}
</style>
border-color css
<style>
span { border-color: #8E269E; }
span { border-color: rgb(142,38,158); }
td.TdClassName
{
border-color: #8E269E;
}
.TagClassName
{
border-color: #8E269E;
}
</style>