Shades of Vivid Violet #81478D
Tints of Vivid Violet #81478D
RGB
CMYK
RGB Variations
Color information
#81478D (or 0x81478D) is known color: Vivid Violet. HEX triplet: 81, 47 and 8D. RGB value is (129,71,141). Sum of RGB (Red+Green+Blue) = 129+71+141=341 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.83% from 341); Green value is 71 (28.12% from 255 or 20.82% from 341); Blue value is 141 (55.47% from 255 or 41.35% from 341); Max value from RGB is 141 - color contains mainly: blue. Hex color #81478D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #81478D is #7EB872. Grayscale: #606060. Windows color (decimal): -8304755 or 9258881. OLE color: 9258881.
HSL color Cylindrical-coordinate representation of color #81478D: hue angle of 289.71º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #81478D is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 71 | 141 | - |
| CMYK | 0.09 | 0.50 | 0 | 0.45 |
| HSL | 289.71º | 0.33% | 0.42% | - |
| HSV(B) | 289.71º | 0.5% | 0.55% | - |
| XYZ | 16.11 | 11.1 | 26.49 | - |
| YUV | 96.32 | 153.22 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 71 | 141 | 0.09 | 0.50 | 0 | 0.45 | 289.71 | 0.33 | 0.42 |
| Hex | 81 | 47 | 8D | 9 | 32 | 0 | 2D | 122 | 21 | 2A |
| Octal | 201 | 107 | 215 | 11 | 62 | 0 | 55 | 442 | 41 | 52 |
| Binary | 10000001 | 1000111 | 10001101 | 1001 | 110010 | 0 | 101101 | 100100010 | 100001 | 101010 |
Color Harmonies of #81478D
Complementary color
Monochromatic Colors of #81478D
Black with #81478D
Text Example
Text Example
White with #81478D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81478D; }
p { color: rgb(129,71,141); }
H1.HeaderClassName
{
color: #81478D;
}
.AnyTagClassName
{
color: #81478D;
}
</style>
background-color css
<style>
a { background-color: #81478D; }
a { background-color: rgb(129,71,141); }
div.DivClassName
{
background-color: #81478D;
}
.BgClassName
{
background-color: #81478D;
}
</style>
border-color css
<style>
span { border-color: #81478D; }
span { border-color: rgb(129,71,141); }
td.TdClassName
{
border-color: #81478D;
}
.TagClassName
{
border-color: #81478D;
}
</style>