Shades of Vivid Violet #8E398A
Tints of Vivid Violet #8E398A
RGB
CMYK
RGB Variations
Color information
#8E398A (or 0x8E398A) is known color: Vivid Violet. HEX triplet: 8E, 39 and 8A. RGB value is (142,57,138). Sum of RGB (Red+Green+Blue) = 142+57+138=337 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.14% from 337); Green value is 57 (22.66% from 255 or 16.91% from 337); Blue value is 138 (54.30% from 255 or 40.95% from 337); Max value from RGB is 142 - color contains mainly: red. Hex color #8E398A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E398A is #71C675. Grayscale: #5B5B5B. Windows color (decimal): -7456374 or 9058702. OLE color: 9058702.
HSL color Cylindrical-coordinate representation of color #8E398A: hue angle of 302.82º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8E398A is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 57 | 138 | - |
| CMYK | 0 | 0.60 | 0.03 | 0.44 |
| HSL | 302.82º | 0.43% | 0.39% | - |
| HSV(B) | 302.82º | 0.6% | 0.56% | - |
| XYZ | 17.21 | 10.51 | 25.17 | - |
| YUV | 91.65 | 154.16 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 57 | 138 | 0 | 0.60 | 0.03 | 0.44 | 302.82 | 0.43 | 0.39 |
| Hex | 8E | 39 | 8A | 0 | 3C | 3 | 2C | 12F | 2B | 27 |
| Octal | 216 | 71 | 212 | 0 | 74 | 3 | 54 | 457 | 53 | 47 |
| Binary | 10001110 | 111001 | 10001010 | 0 | 111100 | 11 | 101100 | 100101111 | 101011 | 100111 |
Color Harmonies of #8E398A
Complementary color
Monochromatic Colors of #8E398A
Black with #8E398A
Text Example
Text Example
White with #8E398A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E398A; }
p { color: rgb(142,57,138); }
H1.HeaderClassName
{
color: #8E398A;
}
.AnyTagClassName
{
color: #8E398A;
}
</style>
background-color css
<style>
a { background-color: #8E398A; }
a { background-color: rgb(142,57,138); }
div.DivClassName
{
background-color: #8E398A;
}
.BgClassName
{
background-color: #8E398A;
}
</style>
border-color css
<style>
span { border-color: #8E398A; }
span { border-color: rgb(142,57,138); }
td.TdClassName
{
border-color: #8E398A;
}
.TagClassName
{
border-color: #8E398A;
}
</style>