Shades of Vivid Violet #812BA4
Tints of Vivid Violet #812BA4
RGB
CMYK
RGB Variations
Color information
#812BA4 (or 0x812BA4) is known color: Vivid Violet. HEX triplet: 81, 2B and A4. RGB value is (129,43,164). Sum of RGB (Red+Green+Blue) = 129+43+164=336 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.39% from 336); Green value is 43 (17.19% from 255 or 12.80% from 336); Blue value is 164 (64.45% from 255 or 48.81% from 336); Max value from RGB is 164 - color contains mainly: blue. Hex color #812BA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812BA4 is #7ED45B. Grayscale: #525252. Windows color (decimal): -8311900 or 10759041. OLE color: 10759041.
HSL color Cylindrical-coordinate representation of color #812BA4: hue angle of 282.64º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #812BA4 is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 129 | 43 | 164 | - |
| CMYK | 0.21 | 0.74 | 0 | 0.36 |
| HSL | 282.64º | 0.58% | 0.41% | - |
| HSV(B) | 282.64º | 0.74% | 0.64% | - |
| XYZ | 16.62 | 9.08 | 36 | - |
| YUV | 82.51 | 173.99 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 43 | 164 | 0.21 | 0.74 | 0 | 0.36 | 282.64 | 0.58 | 0.41 |
| Hex | 81 | 2B | A4 | 15 | 4A | 0 | 24 | 11B | 3A | 29 |
| Octal | 201 | 53 | 244 | 25 | 112 | 0 | 44 | 433 | 72 | 51 |
| Binary | 10000001 | 101011 | 10100100 | 10101 | 1001010 | 0 | 100100 | 100011011 | 111010 | 101001 |
Color Harmonies of #812BA4
Complementary color
Monochromatic Colors of #812BA4
Black with #812BA4
Text Example
Text Example
White with #812BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812BA4; }
p { color: rgb(129,43,164); }
H1.HeaderClassName
{
color: #812BA4;
}
.AnyTagClassName
{
color: #812BA4;
}
</style>
background-color css
<style>
a { background-color: #812BA4; }
a { background-color: rgb(129,43,164); }
div.DivClassName
{
background-color: #812BA4;
}
.BgClassName
{
background-color: #812BA4;
}
</style>
border-color css
<style>
span { border-color: #812BA4; }
span { border-color: rgb(129,43,164); }
td.TdClassName
{
border-color: #812BA4;
}
.TagClassName
{
border-color: #812BA4;
}
</style>