Shades of Vivid Violet #81259D
Tints of Vivid Violet #81259D
RGB
CMYK
RGB Variations
Color information
#81259D (or 0x81259D) is known color: Vivid Violet. HEX triplet: 81, 25 and 9D. RGB value is (129,37,157). Sum of RGB (Red+Green+Blue) = 129+37+157=323 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.94% from 323); Green value is 37 (14.84% from 255 or 11.46% from 323); Blue value is 157 (61.72% from 255 or 48.61% from 323); Max value from RGB is 157 - color contains mainly: blue. Hex color #81259D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #81259D is #7EDA62. Grayscale: #4D4D4D. Windows color (decimal): -8313443 or 10298753. OLE color: 10298753.
HSL color Cylindrical-coordinate representation of color #81259D: hue angle of 286º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #81259D is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 129 | 37 | 157 | - |
| CMYK | 0.18 | 0.76 | 0 | 0.38 |
| HSL | 286º | 0.62% | 0.38% | - |
| HSV(B) | 286º | 0.76% | 0.62% | - |
| XYZ | 15.8 | 8.42 | 32.69 | - |
| YUV | 78.19 | 172.48 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 37 | 157 | 0.18 | 0.76 | 0 | 0.38 | 286 | 0.62 | 0.38 |
| Hex | 81 | 25 | 9D | 12 | 4C | 0 | 26 | 11E | 3E | 26 |
| Octal | 201 | 45 | 235 | 22 | 114 | 0 | 46 | 436 | 76 | 46 |
| Binary | 10000001 | 100101 | 10011101 | 10010 | 1001100 | 0 | 100110 | 100011110 | 111110 | 100110 |
Color Harmonies of #81259D
Complementary color
Monochromatic Colors of #81259D
Black with #81259D
Text Example
Text Example
White with #81259D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81259D; }
p { color: rgb(129,37,157); }
H1.HeaderClassName
{
color: #81259D;
}
.AnyTagClassName
{
color: #81259D;
}
</style>
background-color css
<style>
a { background-color: #81259D; }
a { background-color: rgb(129,37,157); }
div.DivClassName
{
background-color: #81259D;
}
.BgClassName
{
background-color: #81259D;
}
</style>
border-color css
<style>
span { border-color: #81259D; }
span { border-color: rgb(129,37,157); }
td.TdClassName
{
border-color: #81259D;
}
.TagClassName
{
border-color: #81259D;
}
</style>