Shades of Vivid Violet #81259A
Tints of Vivid Violet #81259A
RGB
CMYK
RGB Variations
Color information
#81259A (or 0x81259A) is known color: Vivid Violet. HEX triplet: 81, 25 and 9A. RGB value is (129,37,154). Sum of RGB (Red+Green+Blue) = 129+37+154=320 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.31% from 320); Green value is 37 (14.84% from 255 or 11.56% from 320); Blue value is 154 (60.55% from 255 or 48.12% from 320); Max value from RGB is 154 - color contains mainly: blue. Hex color #81259A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #81259A is #7EDA65. Grayscale: #4D4D4D. Windows color (decimal): -8313446 or 10102145. OLE color: 10102145.
HSL color Cylindrical-coordinate representation of color #81259A: hue angle of 287.18º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #81259A is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 129 | 37 | 154 | - |
| CMYK | 0.16 | 0.76 | 0 | 0.40 |
| HSL | 287.18º | 0.61% | 0.37% | - |
| HSV(B) | 287.18º | 0.76% | 0.6% | - |
| XYZ | 15.55 | 8.32 | 31.36 | - |
| YUV | 77.85 | 170.98 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 37 | 154 | 0.16 | 0.76 | 0 | 0.40 | 287.18 | 0.61 | 0.37 |
| Hex | 81 | 25 | 9A | 10 | 4C | 0 | 28 | 11F | 3D | 25 |
| Octal | 201 | 45 | 232 | 20 | 114 | 0 | 50 | 437 | 75 | 45 |
| Binary | 10000001 | 100101 | 10011010 | 10000 | 1001100 | 0 | 101000 | 100011111 | 111101 | 100101 |
Color Harmonies of #81259A
Complementary color
Monochromatic Colors of #81259A
Black with #81259A
Text Example
Text Example
White with #81259A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81259A; }
p { color: rgb(129,37,154); }
H1.HeaderClassName
{
color: #81259A;
}
.AnyTagClassName
{
color: #81259A;
}
</style>
background-color css
<style>
a { background-color: #81259A; }
a { background-color: rgb(129,37,154); }
div.DivClassName
{
background-color: #81259A;
}
.BgClassName
{
background-color: #81259A;
}
</style>
border-color css
<style>
span { border-color: #81259A; }
span { border-color: rgb(129,37,154); }
td.TdClassName
{
border-color: #81259A;
}
.TagClassName
{
border-color: #81259A;
}
</style>