Shades of Vivid Violet #81259F
Tints of Vivid Violet #81259F
RGB
CMYK
RGB Variations
Color information
#81259F (or 0x81259F) is known color: Vivid Violet. HEX triplet: 81, 25 and 9F. RGB value is (129,37,159). Sum of RGB (Red+Green+Blue) = 129+37+159=325 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.69% from 325); Green value is 37 (14.84% from 255 or 11.38% from 325); Blue value is 159 (62.5% from 255 or 48.92% from 325); Max value from RGB is 159 - color contains mainly: blue. Hex color #81259F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #81259F is #7EDA60. Grayscale: #4E4E4E. Windows color (decimal): -8313441 or 10429825. OLE color: 10429825.
HSL color Cylindrical-coordinate representation of color #81259F: hue angle of 285.25º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #81259F is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 129 | 37 | 159 | - |
| CMYK | 0.19 | 0.77 | 0 | 0.38 |
| HSL | 285.25º | 0.62% | 0.38% | - |
| HSV(B) | 285.25º | 0.77% | 0.62% | - |
| XYZ | 15.97 | 8.49 | 33.6 | - |
| YUV | 78.42 | 173.48 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 37 | 159 | 0.19 | 0.77 | 0 | 0.38 | 285.25 | 0.62 | 0.38 |
| Hex | 81 | 25 | 9F | 13 | 4D | 0 | 26 | 11D | 3E | 26 |
| Octal | 201 | 45 | 237 | 23 | 115 | 0 | 46 | 435 | 76 | 46 |
| Binary | 10000001 | 100101 | 10011111 | 10011 | 1001101 | 0 | 100110 | 100011101 | 111110 | 100110 |
Color Harmonies of #81259F
Complementary color
Monochromatic Colors of #81259F
Black with #81259F
Text Example
Text Example
White with #81259F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81259F; }
p { color: rgb(129,37,159); }
H1.HeaderClassName
{
color: #81259F;
}
.AnyTagClassName
{
color: #81259F;
}
</style>
background-color css
<style>
a { background-color: #81259F; }
a { background-color: rgb(129,37,159); }
div.DivClassName
{
background-color: #81259F;
}
.BgClassName
{
background-color: #81259F;
}
</style>
border-color css
<style>
span { border-color: #81259F; }
span { border-color: rgb(129,37,159); }
td.TdClassName
{
border-color: #81259F;
}
.TagClassName
{
border-color: #81259F;
}
</style>