Shades of Vivid Violet #811B9E
Tints of Vivid Violet #811B9E
RGB
CMYK
RGB Variations
Color information
#811B9E (or 0x811B9E) is known color: Vivid Violet. HEX triplet: 81, 1B and 9E. RGB value is (129,27,158). Sum of RGB (Red+Green+Blue) = 129+27+158=314 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.08% from 314); Green value is 27 (10.94% from 255 or 8.60% from 314); Blue value is 158 (62.11% from 255 or 50.32% from 314); Max value from RGB is 158 - color contains mainly: blue. Hex color #811B9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #811B9E is #7EE461. Grayscale: #484848. Windows color (decimal): -8316002 or 10361729. OLE color: 10361729.
HSL color Cylindrical-coordinate representation of color #811B9E: hue angle of 286.72º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #811B9E is Cyan = 0.18, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 129 | 27 | 158 | - |
| CMYK | 0.18 | 0.83 | 0 | 0.38 |
| HSL | 286.72º | 0.71% | 0.36% | - |
| HSV(B) | 286.72º | 0.83% | 0.62% | - |
| XYZ | 15.62 | 7.92 | 33.05 | - |
| YUV | 72.43 | 176.29 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 27 | 158 | 0.18 | 0.83 | 0 | 0.38 | 286.72 | 0.71 | 0.36 |
| Hex | 81 | 1B | 9E | 12 | 53 | 0 | 26 | 11F | 47 | 24 |
| Octal | 201 | 33 | 236 | 22 | 123 | 0 | 46 | 437 | 107 | 44 |
| Binary | 10000001 | 11011 | 10011110 | 10010 | 1010011 | 0 | 100110 | 100011111 | 1000111 | 100100 |
Color Harmonies of #811B9E
Complementary color
Monochromatic Colors of #811B9E
Black with #811B9E
Text Example
Text Example
White with #811B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811B9E; }
p { color: rgb(129,27,158); }
H1.HeaderClassName
{
color: #811B9E;
}
.AnyTagClassName
{
color: #811B9E;
}
</style>
background-color css
<style>
a { background-color: #811B9E; }
a { background-color: rgb(129,27,158); }
div.DivClassName
{
background-color: #811B9E;
}
.BgClassName
{
background-color: #811B9E;
}
</style>
border-color css
<style>
span { border-color: #811B9E; }
span { border-color: rgb(129,27,158); }
td.TdClassName
{
border-color: #811B9E;
}
.TagClassName
{
border-color: #811B9E;
}
</style>