Shades of Blue Violet #812FFA
Tints of Blue Violet #812FFA
RGB
CMYK
RGB Variations
Color information
#812FFA (or 0x812FFA) is known color: Blue Violet. HEX triplet: 81, 2F and FA. RGB value is (129,47,250). Sum of RGB (Red+Green+Blue) = 129+47+250=426 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.28% from 426); Green value is 47 (18.75% from 255 or 11.03% from 426); Blue value is 250 (98.05% from 255 or 58.69% from 426); Max value from RGB is 250 - color contains mainly: blue. Hex color #812FFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #812FFA is #7ED005. Grayscale: #5D5D5D. Windows color (decimal): -8310790 or 16396161. OLE color: 16396161.
HSL color Cylindrical-coordinate representation of color #812FFA: hue angle of 264.24º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #812FFA is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 47 | 250 | - |
| CMYK | 0.48 | 0.81 | 0 | 0.02 |
| HSL | 264.24º | 0.95% | 0.58% | - |
| HSV(B) | 264.24º | 0.81% | 0.98% | - |
| XYZ | 27.33 | 13.6 | 91.63 | - |
| YUV | 94.66 | 215.67 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 47 | 250 | 0.48 | 0.81 | 0 | 0.02 | 264.24 | 0.95 | 0.58 |
| Hex | 81 | 2F | FA | 30 | 51 | 0 | 2 | 108 | 5F | 3A |
| Octal | 201 | 57 | 372 | 60 | 121 | 0 | 2 | 410 | 137 | 72 |
| Binary | 10000001 | 101111 | 11111010 | 110000 | 1010001 | 0 | 10 | 100001000 | 1011111 | 111010 |
Color Harmonies of #812FFA
Complementary color
Monochromatic Colors of #812FFA
Black with #812FFA
Text Example
Text Example
White with #812FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812FFA; }
p { color: rgb(129,47,250); }
H1.HeaderClassName
{
color: #812FFA;
}
.AnyTagClassName
{
color: #812FFA;
}
</style>
background-color css
<style>
a { background-color: #812FFA; }
a { background-color: rgb(129,47,250); }
div.DivClassName
{
background-color: #812FFA;
}
.BgClassName
{
background-color: #812FFA;
}
</style>
border-color css
<style>
span { border-color: #812FFA; }
span { border-color: rgb(129,47,250); }
td.TdClassName
{
border-color: #812FFA;
}
.TagClassName
{
border-color: #812FFA;
}
</style>