Shades of Vivid Violet #81498F
Tints of Vivid Violet #81498F
RGB
CMYK
RGB Variations
Color information
#81498F (or 0x81498F) is known color: Vivid Violet. HEX triplet: 81, 49 and 8F. RGB value is (129,73,143). Sum of RGB (Red+Green+Blue) = 129+73+143=345 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.39% from 345); Green value is 73 (28.91% from 255 or 21.16% from 345); Blue value is 143 (56.25% from 255 or 41.45% from 345); Max value from RGB is 143 - color contains mainly: blue. Hex color #81498F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #81498F is #7EB670. Grayscale: #616161. Windows color (decimal): -8304241 or 9390465. OLE color: 9390465.
HSL color Cylindrical-coordinate representation of color #81498F: hue angle of 288º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81498F is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 129 | 73 | 143 | - |
| CMYK | 0.10 | 0.49 | 0 | 0.44 |
| HSL | 288º | 0.32% | 0.42% | - |
| HSV(B) | 288º | 0.49% | 0.56% | - |
| XYZ | 16.39 | 11.42 | 27.33 | - |
| YUV | 97.72 | 153.55 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 73 | 143 | 0.10 | 0.49 | 0 | 0.44 | 288 | 0.32 | 0.42 |
| Hex | 81 | 49 | 8F | A | 31 | 0 | 2C | 120 | 20 | 2A |
| Octal | 201 | 111 | 217 | 12 | 61 | 0 | 54 | 440 | 40 | 52 |
| Binary | 10000001 | 1001001 | 10001111 | 1010 | 110001 | 0 | 101100 | 100100000 | 100000 | 101010 |
Color Harmonies of #81498F
Complementary color
Monochromatic Colors of #81498F
Black with #81498F
Text Example
Text Example
White with #81498F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81498F; }
p { color: rgb(129,73,143); }
H1.HeaderClassName
{
color: #81498F;
}
.AnyTagClassName
{
color: #81498F;
}
</style>
background-color css
<style>
a { background-color: #81498F; }
a { background-color: rgb(129,73,143); }
div.DivClassName
{
background-color: #81498F;
}
.BgClassName
{
background-color: #81498F;
}
</style>
border-color css
<style>
span { border-color: #81498F; }
span { border-color: rgb(129,73,143); }
td.TdClassName
{
border-color: #81498F;
}
.TagClassName
{
border-color: #81498F;
}
</style>