Shades of Vivid Violet #81489A
Tints of Vivid Violet #81489A
RGB
CMYK
RGB Variations
Color information
#81489A (or 0x81489A) is known color: Vivid Violet. HEX triplet: 81, 48 and 9A. RGB value is (129,72,154). Sum of RGB (Red+Green+Blue) = 129+72+154=355 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.34% from 355); Green value is 72 (28.52% from 255 or 20.28% from 355); Blue value is 154 (60.55% from 255 or 43.38% from 355); Max value from RGB is 154 - color contains mainly: blue. Hex color #81489A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #81489A is #7EB765. Grayscale: #626262. Windows color (decimal): -8304486 or 10111105. OLE color: 10111105.
HSL color Cylindrical-coordinate representation of color #81489A: hue angle of 281.71º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #81489A is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 129 | 72 | 154 | - |
| CMYK | 0.16 | 0.53 | 0 | 0.40 |
| HSL | 281.71º | 0.36% | 0.44% | - |
| HSV(B) | 281.71º | 0.53% | 0.6% | - |
| XYZ | 17.2 | 11.63 | 31.91 | - |
| YUV | 98.39 | 159.38 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 72 | 154 | 0.16 | 0.53 | 0 | 0.40 | 281.71 | 0.36 | 0.44 |
| Hex | 81 | 48 | 9A | 10 | 35 | 0 | 28 | 11A | 24 | 2C |
| Octal | 201 | 110 | 232 | 20 | 65 | 0 | 50 | 432 | 44 | 54 |
| Binary | 10000001 | 1001000 | 10011010 | 10000 | 110101 | 0 | 101000 | 100011010 | 100100 | 101100 |
Color Harmonies of #81489A
Complementary color
Monochromatic Colors of #81489A
Black with #81489A
Text Example
Text Example
White with #81489A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81489A; }
p { color: rgb(129,72,154); }
H1.HeaderClassName
{
color: #81489A;
}
.AnyTagClassName
{
color: #81489A;
}
</style>
background-color css
<style>
a { background-color: #81489A; }
a { background-color: rgb(129,72,154); }
div.DivClassName
{
background-color: #81489A;
}
.BgClassName
{
background-color: #81489A;
}
</style>
border-color css
<style>
span { border-color: #81489A; }
span { border-color: rgb(129,72,154); }
td.TdClassName
{
border-color: #81489A;
}
.TagClassName
{
border-color: #81489A;
}
</style>