Shades of Vivid Violet #81228B
Tints of Vivid Violet #81228B
RGB
CMYK
RGB Variations
Color information
#81228B (or 0x81228B) is known color: Vivid Violet. HEX triplet: 81, 22 and 8B. RGB value is (129,34,139). Sum of RGB (Red+Green+Blue) = 129+34+139=302 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.72% from 302); Green value is 34 (13.67% from 255 or 11.26% from 302); Blue value is 139 (54.69% from 255 or 46.03% from 302); Max value from RGB is 139 - color contains mainly: blue. Hex color #81228B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #81228B is #7EDD74. Grayscale: #4A4A4A. Windows color (decimal): -8314229 or 9118337. OLE color: 9118337.
HSL color Cylindrical-coordinate representation of color #81228B: hue angle of 294.29º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #81228B is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 34 | 139 | - |
| CMYK | 0.07 | 0.76 | 0 | 0.45 |
| HSL | 294.29º | 0.61% | 0.34% | - |
| HSV(B) | 294.29º | 0.76% | 0.55% | - |
| XYZ | 14.29 | 7.68 | 25.15 | - |
| YUV | 74.38 | 164.47 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 34 | 139 | 0.07 | 0.76 | 0 | 0.45 | 294.29 | 0.61 | 0.34 |
| Hex | 81 | 22 | 8B | 7 | 4C | 0 | 2D | 126 | 3D | 22 |
| Octal | 201 | 42 | 213 | 7 | 114 | 0 | 55 | 446 | 75 | 42 |
| Binary | 10000001 | 100010 | 10001011 | 111 | 1001100 | 0 | 101101 | 100100110 | 111101 | 100010 |
Color Harmonies of #81228B
Complementary color
Monochromatic Colors of #81228B
Black with #81228B
Text Example
Text Example
White with #81228B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81228B; }
p { color: rgb(129,34,139); }
H1.HeaderClassName
{
color: #81228B;
}
.AnyTagClassName
{
color: #81228B;
}
</style>
background-color css
<style>
a { background-color: #81228B; }
a { background-color: rgb(129,34,139); }
div.DivClassName
{
background-color: #81228B;
}
.BgClassName
{
background-color: #81228B;
}
</style>
border-color css
<style>
span { border-color: #81228B; }
span { border-color: rgb(129,34,139); }
td.TdClassName
{
border-color: #81228B;
}
.TagClassName
{
border-color: #81228B;
}
</style>