Shades of Vivid Violet #8E2F8A
Tints of Vivid Violet #8E2F8A
RGB
CMYK
RGB Variations
Color information
#8E2F8A (or 0x8E2F8A) is known color: Vivid Violet. HEX triplet: 8E, 2F and 8A. RGB value is (142,47,138). Sum of RGB (Red+Green+Blue) = 142+47+138=327 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.43% from 327); Green value is 47 (18.75% from 255 or 14.37% from 327); Blue value is 138 (54.30% from 255 or 42.20% from 327); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2F8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E2F8A is #71D075. Grayscale: #555555. Windows color (decimal): -7458934 or 9056142. OLE color: 9056142.
HSL color Cylindrical-coordinate representation of color #8E2F8A: hue angle of 302.53º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8E2F8A is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 47 | 138 | - |
| CMYK | 0 | 0.67 | 0.03 | 0.44 |
| HSL | 302.53º | 0.5% | 0.37% | - |
| HSV(B) | 302.53º | 0.67% | 0.56% | - |
| XYZ | 16.76 | 9.62 | 25.02 | - |
| YUV | 85.78 | 157.47 | 168.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 47 | 138 | 0 | 0.67 | 0.03 | 0.44 | 302.53 | 0.5 | 0.37 |
| Hex | 8E | 2F | 8A | 0 | 43 | 3 | 2C | 12F | 32 | 25 |
| Octal | 216 | 57 | 212 | 0 | 103 | 3 | 54 | 457 | 62 | 45 |
| Binary | 10001110 | 101111 | 10001010 | 0 | 1000011 | 11 | 101100 | 100101111 | 110010 | 100101 |
Color Harmonies of #8E2F8A
Complementary color
Monochromatic Colors of #8E2F8A
Black with #8E2F8A
Text Example
Text Example
White with #8E2F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2F8A; }
p { color: rgb(142,47,138); }
H1.HeaderClassName
{
color: #8E2F8A;
}
.AnyTagClassName
{
color: #8E2F8A;
}
</style>
background-color css
<style>
a { background-color: #8E2F8A; }
a { background-color: rgb(142,47,138); }
div.DivClassName
{
background-color: #8E2F8A;
}
.BgClassName
{
background-color: #8E2F8A;
}
</style>
border-color css
<style>
span { border-color: #8E2F8A; }
span { border-color: rgb(142,47,138); }
td.TdClassName
{
border-color: #8E2F8A;
}
.TagClassName
{
border-color: #8E2F8A;
}
</style>