Shades of Vivid Violet #8E289B
Tints of Vivid Violet #8E289B
RGB
CMYK
RGB Variations
Color information
#8E289B (or 0x8E289B) is known color: Vivid Violet. HEX triplet: 8E, 28 and 9B. RGB value is (142,40,155). Sum of RGB (Red+Green+Blue) = 142+40+155=337 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.14% from 337); Green value is 40 (16.02% from 255 or 11.87% from 337); Blue value is 155 (60.94% from 255 or 45.99% from 337); Max value from RGB is 155 - color contains mainly: blue. Hex color #8E289B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E289B is #71D764. Grayscale: #535353. Windows color (decimal): -7460709 or 10168462. OLE color: 10168462.
HSL color Cylindrical-coordinate representation of color #8E289B: hue angle of 293.22º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8E289B is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 142 | 40 | 155 | - |
| CMYK | 0.08 | 0.74 | 0 | 0.39 |
| HSL | 293.22º | 0.59% | 0.38% | - |
| HSV(B) | 293.22º | 0.74% | 0.61% | - |
| XYZ | 17.83 | 9.63 | 31.93 | - |
| YUV | 83.61 | 168.29 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 40 | 155 | 0.08 | 0.74 | 0 | 0.39 | 293.22 | 0.59 | 0.38 |
| Hex | 8E | 28 | 9B | 8 | 4A | 0 | 27 | 125 | 3B | 26 |
| Octal | 216 | 50 | 233 | 10 | 112 | 0 | 47 | 445 | 73 | 46 |
| Binary | 10001110 | 101000 | 10011011 | 1000 | 1001010 | 0 | 100111 | 100100101 | 111011 | 100110 |
Color Harmonies of #8E289B
Complementary color
Monochromatic Colors of #8E289B
Black with #8E289B
Text Example
Text Example
White with #8E289B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E289B; }
p { color: rgb(142,40,155); }
H1.HeaderClassName
{
color: #8E289B;
}
.AnyTagClassName
{
color: #8E289B;
}
</style>
background-color css
<style>
a { background-color: #8E289B; }
a { background-color: rgb(142,40,155); }
div.DivClassName
{
background-color: #8E289B;
}
.BgClassName
{
background-color: #8E289B;
}
</style>
border-color css
<style>
span { border-color: #8E289B; }
span { border-color: rgb(142,40,155); }
td.TdClassName
{
border-color: #8E289B;
}
.TagClassName
{
border-color: #8E289B;
}
</style>