Shades of Vivid Violet #81478E
Tints of Vivid Violet #81478E
RGB
CMYK
RGB Variations
Color information
#81478E (or 0x81478E) is known color: Vivid Violet. HEX triplet: 81, 47 and 8E. RGB value is (129,71,142). Sum of RGB (Red+Green+Blue) = 129+71+142=342 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.72% from 342); Green value is 71 (28.12% from 255 or 20.76% from 342); Blue value is 142 (55.86% from 255 or 41.52% from 342); Max value from RGB is 142 - color contains mainly: blue. Hex color #81478E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #81478E is #7EB871. Grayscale: #606060. Windows color (decimal): -8304754 or 9324417. OLE color: 9324417.
HSL color Cylindrical-coordinate representation of color #81478E: hue angle of 289.01º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #81478E is Cyan = 0.09, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 129 | 71 | 142 | - |
| CMYK | 0.09 | 0.5 | 0 | 0.44 |
| HSL | 289.01º | 0.33% | 0.42% | - |
| HSV(B) | 289.01º | 0.5% | 0.56% | - |
| XYZ | 16.19 | 11.13 | 26.89 | - |
| YUV | 96.44 | 153.72 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 71 | 142 | 0.09 | 0.5 | 0 | 0.44 | 289.01 | 0.33 | 0.42 |
| Hex | 81 | 47 | 8E | 9 | 32 | 0 | 2C | 121 | 21 | 2A |
| Octal | 201 | 107 | 216 | 11 | 62 | 0 | 54 | 441 | 41 | 52 |
| Binary | 10000001 | 1000111 | 10001110 | 1001 | 110010 | 0 | 101100 | 100100001 | 100001 | 101010 |
Color Harmonies of #81478E
Complementary color
Monochromatic Colors of #81478E
Black with #81478E
Text Example
Text Example
White with #81478E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81478E; }
p { color: rgb(129,71,142); }
H1.HeaderClassName
{
color: #81478E;
}
.AnyTagClassName
{
color: #81478E;
}
</style>
background-color css
<style>
a { background-color: #81478E; }
a { background-color: rgb(129,71,142); }
div.DivClassName
{
background-color: #81478E;
}
.BgClassName
{
background-color: #81478E;
}
</style>
border-color css
<style>
span { border-color: #81478E; }
span { border-color: rgb(129,71,142); }
td.TdClassName
{
border-color: #81478E;
}
.TagClassName
{
border-color: #81478E;
}
</style>