Shades of Vivid Violet #812DAF
Tints of Vivid Violet #812DAF
RGB
CMYK
RGB Variations
Color information
#812DAF (or 0x812DAF) is known color: Vivid Violet. HEX triplet: 81, 2D and AF. RGB value is (129,45,175). Sum of RGB (Red+Green+Blue) = 129+45+175=349 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.96% from 349); Green value is 45 (17.97% from 255 or 12.89% from 349); Blue value is 175 (68.75% from 255 or 50.14% from 349); Max value from RGB is 175 - color contains mainly: blue. Hex color #812DAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812DAF is #7ED250. Grayscale: #545454. Windows color (decimal): -8311377 or 11480449. OLE color: 11480449.
HSL color Cylindrical-coordinate representation of color #812DAF: hue angle of 278.77º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #812DAF is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 45 | 175 | - |
| CMYK | 0.26 | 0.74 | 0 | 0.31 |
| HSL | 278.77º | 0.59% | 0.43% | - |
| HSV(B) | 278.77º | 0.74% | 0.69% | - |
| XYZ | 17.73 | 9.64 | 41.48 | - |
| YUV | 84.94 | 178.83 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 45 | 175 | 0.26 | 0.74 | 0 | 0.31 | 278.77 | 0.59 | 0.43 |
| Hex | 81 | 2D | AF | 1A | 4A | 0 | 1F | 117 | 3B | 2B |
| Octal | 201 | 55 | 257 | 32 | 112 | 0 | 37 | 427 | 73 | 53 |
| Binary | 10000001 | 101101 | 10101111 | 11010 | 1001010 | 0 | 11111 | 100010111 | 111011 | 101011 |
Color Harmonies of #812DAF
Complementary color
Monochromatic Colors of #812DAF
Black with #812DAF
Text Example
Text Example
White with #812DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812DAF; }
p { color: rgb(129,45,175); }
H1.HeaderClassName
{
color: #812DAF;
}
.AnyTagClassName
{
color: #812DAF;
}
</style>
background-color css
<style>
a { background-color: #812DAF; }
a { background-color: rgb(129,45,175); }
div.DivClassName
{
background-color: #812DAF;
}
.BgClassName
{
background-color: #812DAF;
}
</style>
border-color css
<style>
span { border-color: #812DAF; }
span { border-color: rgb(129,45,175); }
td.TdClassName
{
border-color: #812DAF;
}
.TagClassName
{
border-color: #812DAF;
}
</style>