Shades of Vivid Violet #81189D
Tints of Vivid Violet #81189D
RGB
CMYK
RGB Variations
Color information
#81189D (or 0x81189D) is known color: Vivid Violet. HEX triplet: 81, 18 and 9D. RGB value is (129,24,157). Sum of RGB (Red+Green+Blue) = 129+24+157=310 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.61% from 310); Green value is 24 (9.77% from 255 or 7.74% from 310); Blue value is 157 (61.72% from 255 or 50.65% from 310); Max value from RGB is 157 - color contains mainly: blue. Hex color #81189D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81189D is #7EE762. Grayscale: #464646. Windows color (decimal): -8316771 or 10295425. OLE color: 10295425.
HSL color Cylindrical-coordinate representation of color #81189D: hue angle of 287.37º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #81189D is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 129 | 24 | 157 | - |
| CMYK | 0.18 | 0.85 | 0 | 0.38 |
| HSL | 287.37º | 0.73% | 0.35% | - |
| HSV(B) | 287.37º | 0.85% | 0.62% | - |
| XYZ | 15.47 | 7.75 | 32.58 | - |
| YUV | 70.56 | 176.79 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 24 | 157 | 0.18 | 0.85 | 0 | 0.38 | 287.37 | 0.73 | 0.35 |
| Hex | 81 | 18 | 9D | 12 | 55 | 0 | 26 | 11F | 49 | 23 |
| Octal | 201 | 30 | 235 | 22 | 125 | 0 | 46 | 437 | 111 | 43 |
| Binary | 10000001 | 11000 | 10011101 | 10010 | 1010101 | 0 | 100110 | 100011111 | 1001001 | 100011 |
Color Harmonies of #81189D
Complementary color
Monochromatic Colors of #81189D
Black with #81189D
Text Example
Text Example
White with #81189D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81189D; }
p { color: rgb(129,24,157); }
H1.HeaderClassName
{
color: #81189D;
}
.AnyTagClassName
{
color: #81189D;
}
</style>
background-color css
<style>
a { background-color: #81189D; }
a { background-color: rgb(129,24,157); }
div.DivClassName
{
background-color: #81189D;
}
.BgClassName
{
background-color: #81189D;
}
</style>
border-color css
<style>
span { border-color: #81189D; }
span { border-color: rgb(129,24,157); }
td.TdClassName
{
border-color: #81189D;
}
.TagClassName
{
border-color: #81189D;
}
</style>