Shades of Vivid Violet #81329B
Tints of Vivid Violet #81329B
RGB
CMYK
RGB Variations
Color information
#81329B (or 0x81329B) is known color: Vivid Violet. HEX triplet: 81, 32 and 9B. RGB value is (129,50,155). Sum of RGB (Red+Green+Blue) = 129+50+155=334 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.62% from 334); Green value is 50 (19.92% from 255 or 14.97% from 334); Blue value is 155 (60.94% from 255 or 46.41% from 334); Max value from RGB is 155 - color contains mainly: blue. Hex color #81329B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #81329B is #7ECD64. Grayscale: #555555. Windows color (decimal): -8310117 or 10171009. OLE color: 10171009.
HSL color Cylindrical-coordinate representation of color #81329B: hue angle of 285.14º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #81329B is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 129 | 50 | 155 | - |
| CMYK | 0.17 | 0.68 | 0 | 0.39 |
| HSL | 285.14º | 0.51% | 0.4% | - |
| HSV(B) | 285.14º | 0.68% | 0.61% | - |
| XYZ | 16.11 | 9.31 | 31.96 | - |
| YUV | 85.59 | 167.17 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 50 | 155 | 0.17 | 0.68 | 0 | 0.39 | 285.14 | 0.51 | 0.4 |
| Hex | 81 | 32 | 9B | 11 | 44 | 0 | 27 | 11D | 33 | 28 |
| Octal | 201 | 62 | 233 | 21 | 104 | 0 | 47 | 435 | 63 | 50 |
| Binary | 10000001 | 110010 | 10011011 | 10001 | 1000100 | 0 | 100111 | 100011101 | 110011 | 101000 |
Color Harmonies of #81329B
Complementary color
Monochromatic Colors of #81329B
Black with #81329B
Text Example
Text Example
White with #81329B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81329B; }
p { color: rgb(129,50,155); }
H1.HeaderClassName
{
color: #81329B;
}
.AnyTagClassName
{
color: #81329B;
}
</style>
background-color css
<style>
a { background-color: #81329B; }
a { background-color: rgb(129,50,155); }
div.DivClassName
{
background-color: #81329B;
}
.BgClassName
{
background-color: #81329B;
}
</style>
border-color css
<style>
span { border-color: #81329B; }
span { border-color: rgb(129,50,155); }
td.TdClassName
{
border-color: #81329B;
}
.TagClassName
{
border-color: #81329B;
}
</style>