Shades of Vivid Violet #8E2697
Tints of Vivid Violet #8E2697
RGB
CMYK
RGB Variations
Color information
#8E2697 (or 0x8E2697) is known color: Vivid Violet. HEX triplet: 8E, 26 and 97. RGB value is (142,38,151). Sum of RGB (Red+Green+Blue) = 142+38+151=331 (43% of max value = 765). Red value is 142 (55.86% from 255 or 42.90% from 331); Green value is 38 (15.23% from 255 or 11.48% from 331); Blue value is 151 (59.38% from 255 or 45.62% from 331); Max value from RGB is 151 - color contains mainly: blue. Hex color #8E2697 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E2697 is #71D968. Grayscale: #515151. Windows color (decimal): -7461225 or 9905806. OLE color: 9905806.
HSL color Cylindrical-coordinate representation of color #8E2697: hue angle of 295.22º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8E2697 is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 142 | 38 | 151 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.41 |
| HSL | 295.22º | 0.6% | 0.37% | - |
| HSV(B) | 295.22º | 0.75% | 0.59% | - |
| XYZ | 17.43 | 9.37 | 30.17 | - |
| YUV | 81.98 | 166.96 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 38 | 151 | 0.06 | 0.75 | 0 | 0.41 | 295.22 | 0.6 | 0.37 |
| Hex | 8E | 26 | 97 | 6 | 4B | 0 | 29 | 127 | 3C | 25 |
| Octal | 216 | 46 | 227 | 6 | 113 | 0 | 51 | 447 | 74 | 45 |
| Binary | 10001110 | 100110 | 10010111 | 110 | 1001011 | 0 | 101001 | 100100111 | 111100 | 100101 |
Color Harmonies of #8E2697
Complementary color
Monochromatic Colors of #8E2697
Black with #8E2697
Text Example
Text Example
White with #8E2697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2697; }
p { color: rgb(142,38,151); }
H1.HeaderClassName
{
color: #8E2697;
}
.AnyTagClassName
{
color: #8E2697;
}
</style>
background-color css
<style>
a { background-color: #8E2697; }
a { background-color: rgb(142,38,151); }
div.DivClassName
{
background-color: #8E2697;
}
.BgClassName
{
background-color: #8E2697;
}
</style>
border-color css
<style>
span { border-color: #8E2697; }
span { border-color: rgb(142,38,151); }
td.TdClassName
{
border-color: #8E2697;
}
.TagClassName
{
border-color: #8E2697;
}
</style>