Shades of Vivid Violet #812D9C
Tints of Vivid Violet #812D9C
RGB
CMYK
RGB Variations
Color information
#812D9C (or 0x812D9C) is known color: Vivid Violet. HEX triplet: 81, 2D and 9C. RGB value is (129,45,156). Sum of RGB (Red+Green+Blue) = 129+45+156=330 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.09% from 330); Green value is 45 (17.97% from 255 or 13.64% from 330); Blue value is 156 (61.33% from 255 or 47.27% from 330); Max value from RGB is 156 - color contains mainly: blue. Hex color #812D9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812D9C is #7ED263. Grayscale: #525252. Windows color (decimal): -8311396 or 10235265. OLE color: 10235265.
HSL color Cylindrical-coordinate representation of color #812D9C: hue angle of 285.41º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #812D9C is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 129 | 45 | 156 | - |
| CMYK | 0.17 | 0.71 | 0 | 0.39 |
| HSL | 285.41º | 0.55% | 0.39% | - |
| HSV(B) | 285.41º | 0.71% | 0.61% | - |
| XYZ | 15.99 | 8.94 | 32.34 | - |
| YUV | 82.77 | 169.33 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 45 | 156 | 0.17 | 0.71 | 0 | 0.39 | 285.41 | 0.55 | 0.39 |
| Hex | 81 | 2D | 9C | 11 | 47 | 0 | 27 | 11D | 37 | 27 |
| Octal | 201 | 55 | 234 | 21 | 107 | 0 | 47 | 435 | 67 | 47 |
| Binary | 10000001 | 101101 | 10011100 | 10001 | 1000111 | 0 | 100111 | 100011101 | 110111 | 100111 |
Color Harmonies of #812D9C
Complementary color
Monochromatic Colors of #812D9C
Black with #812D9C
Text Example
Text Example
White with #812D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812D9C; }
p { color: rgb(129,45,156); }
H1.HeaderClassName
{
color: #812D9C;
}
.AnyTagClassName
{
color: #812D9C;
}
</style>
background-color css
<style>
a { background-color: #812D9C; }
a { background-color: rgb(129,45,156); }
div.DivClassName
{
background-color: #812D9C;
}
.BgClassName
{
background-color: #812D9C;
}
</style>
border-color css
<style>
span { border-color: #812D9C; }
span { border-color: rgb(129,45,156); }
td.TdClassName
{
border-color: #812D9C;
}
.TagClassName
{
border-color: #812D9C;
}
</style>