Shades of Vivid Violet #81289B
Tints of Vivid Violet #81289B
RGB
CMYK
RGB Variations
Color information
#81289B (or 0x81289B) is known color: Vivid Violet. HEX triplet: 81, 28 and 9B. RGB value is (129,40,155). Sum of RGB (Red+Green+Blue) = 129+40+155=324 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.81% from 324); Green value is 40 (16.02% from 255 or 12.35% from 324); Blue value is 155 (60.94% from 255 or 47.84% from 324); Max value from RGB is 155 - color contains mainly: blue. Hex color #81289B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #81289B is #7ED764. Grayscale: #4F4F4F. Windows color (decimal): -8312677 or 10168449. OLE color: 10168449.
HSL color Cylindrical-coordinate representation of color #81289B: hue angle of 286.43º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #81289B is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 129 | 40 | 155 | - |
| CMYK | 0.17 | 0.74 | 0 | 0.39 |
| HSL | 286.43º | 0.59% | 0.38% | - |
| HSV(B) | 286.43º | 0.74% | 0.61% | - |
| XYZ | 15.73 | 8.55 | 31.83 | - |
| YUV | 79.72 | 170.49 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 40 | 155 | 0.17 | 0.74 | 0 | 0.39 | 286.43 | 0.59 | 0.38 |
| Hex | 81 | 28 | 9B | 11 | 4A | 0 | 27 | 11E | 3B | 26 |
| Octal | 201 | 50 | 233 | 21 | 112 | 0 | 47 | 436 | 73 | 46 |
| Binary | 10000001 | 101000 | 10011011 | 10001 | 1001010 | 0 | 100111 | 100011110 | 111011 | 100110 |
Color Harmonies of #81289B
Complementary color
Monochromatic Colors of #81289B
Black with #81289B
Text Example
Text Example
White with #81289B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81289B; }
p { color: rgb(129,40,155); }
H1.HeaderClassName
{
color: #81289B;
}
.AnyTagClassName
{
color: #81289B;
}
</style>
background-color css
<style>
a { background-color: #81289B; }
a { background-color: rgb(129,40,155); }
div.DivClassName
{
background-color: #81289B;
}
.BgClassName
{
background-color: #81289B;
}
</style>
border-color css
<style>
span { border-color: #81289B; }
span { border-color: rgb(129,40,155); }
td.TdClassName
{
border-color: #81289B;
}
.TagClassName
{
border-color: #81289B;
}
</style>