Shades of Vivid Violet #8E448A
Tints of Vivid Violet #8E448A
RGB
CMYK
RGB Variations
Color information
#8E448A (or 0x8E448A) is known color: Vivid Violet. HEX triplet: 8E, 44 and 8A. RGB value is (142,68,138). Sum of RGB (Red+Green+Blue) = 142+68+138=348 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.80% from 348); Green value is 68 (26.95% from 255 or 19.54% from 348); Blue value is 138 (54.30% from 255 or 39.66% from 348); Max value from RGB is 142 - color contains mainly: red. Hex color #8E448A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E448A is #71BB75. Grayscale: #616161. Windows color (decimal): -7453558 or 9061518. OLE color: 9061518.
HSL color Cylindrical-coordinate representation of color #8E448A: hue angle of 303.24º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8E448A is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 68 | 138 | - |
| CMYK | 0 | 0.52 | 0.03 | 0.44 |
| HSL | 303.24º | 0.35% | 0.41% | - |
| HSV(B) | 303.24º | 0.52% | 0.56% | - |
| XYZ | 17.81 | 11.72 | 25.37 | - |
| YUV | 98.11 | 150.52 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 68 | 138 | 0 | 0.52 | 0.03 | 0.44 | 303.24 | 0.35 | 0.41 |
| Hex | 8E | 44 | 8A | 0 | 34 | 3 | 2C | 12F | 23 | 29 |
| Octal | 216 | 104 | 212 | 0 | 64 | 3 | 54 | 457 | 43 | 51 |
| Binary | 10001110 | 1000100 | 10001010 | 0 | 110100 | 11 | 101100 | 100101111 | 100011 | 101001 |
Color Harmonies of #8E448A
Complementary color
Monochromatic Colors of #8E448A
Black with #8E448A
Text Example
Text Example
White with #8E448A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E448A; }
p { color: rgb(142,68,138); }
H1.HeaderClassName
{
color: #8E448A;
}
.AnyTagClassName
{
color: #8E448A;
}
</style>
background-color css
<style>
a { background-color: #8E448A; }
a { background-color: rgb(142,68,138); }
div.DivClassName
{
background-color: #8E448A;
}
.BgClassName
{
background-color: #8E448A;
}
</style>
border-color css
<style>
span { border-color: #8E448A; }
span { border-color: rgb(142,68,138); }
td.TdClassName
{
border-color: #8E448A;
}
.TagClassName
{
border-color: #8E448A;
}
</style>