Shades of Vivid Violet #8E3299
Tints of Vivid Violet #8E3299
RGB
CMYK
RGB Variations
Color information
#8E3299 (or 0x8E3299) is known color: Vivid Violet. HEX triplet: 8E, 32 and 99. RGB value is (142,50,153). Sum of RGB (Red+Green+Blue) = 142+50+153=345 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.16% from 345); Green value is 50 (19.92% from 255 or 14.49% from 345); Blue value is 153 (60.16% from 255 or 44.35% from 345); Max value from RGB is 153 - color contains mainly: blue. Hex color #8E3299 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3299 is #71CD66. Grayscale: #585858. Windows color (decimal): -7458151 or 10039950. OLE color: 10039950.
HSL color Cylindrical-coordinate representation of color #8E3299: hue angle of 293.59º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8E3299 is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 142 | 50 | 153 | - |
| CMYK | 0.07 | 0.67 | 0 | 0.4 |
| HSL | 293.59º | 0.51% | 0.4% | - |
| HSV(B) | 293.59º | 0.67% | 0.6% | - |
| XYZ | 18.05 | 10.33 | 31.18 | - |
| YUV | 89.25 | 163.98 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 50 | 153 | 0.07 | 0.67 | 0 | 0.4 | 293.59 | 0.51 | 0.4 |
| Hex | 8E | 32 | 99 | 7 | 43 | 0 | 28 | 126 | 33 | 28 |
| Octal | 216 | 62 | 231 | 7 | 103 | 0 | 50 | 446 | 63 | 50 |
| Binary | 10001110 | 110010 | 10011001 | 111 | 1000011 | 0 | 101000 | 100100110 | 110011 | 101000 |
Color Harmonies of #8E3299
Complementary color
Monochromatic Colors of #8E3299
Black with #8E3299
Text Example
Text Example
White with #8E3299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3299; }
p { color: rgb(142,50,153); }
H1.HeaderClassName
{
color: #8E3299;
}
.AnyTagClassName
{
color: #8E3299;
}
</style>
background-color css
<style>
a { background-color: #8E3299; }
a { background-color: rgb(142,50,153); }
div.DivClassName
{
background-color: #8E3299;
}
.BgClassName
{
background-color: #8E3299;
}
</style>
border-color css
<style>
span { border-color: #8E3299; }
span { border-color: rgb(142,50,153); }
td.TdClassName
{
border-color: #8E3299;
}
.TagClassName
{
border-color: #8E3299;
}
</style>