Shades of Blue Violet #812DFC
Tints of Blue Violet #812DFC
RGB
CMYK
RGB Variations
Color information
#812DFC (or 0x812DFC) is known color: Blue Violet. HEX triplet: 81, 2D and FC. RGB value is (129,45,252). Sum of RGB (Red+Green+Blue) = 129+45+252=426 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.28% from 426); Green value is 45 (17.97% from 255 or 10.56% from 426); Blue value is 252 (98.83% from 255 or 59.15% from 426); Max value from RGB is 252 - color contains mainly: blue. Hex color #812DFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #812DFC is #7ED203. Grayscale: #5C5C5C. Windows color (decimal): -8311300 or 16526721. OLE color: 16526721.
HSL color Cylindrical-coordinate representation of color #812DFC: hue angle of 264.35º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #812DFC is Cyan = 0.49, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 129 | 45 | 252 | - |
| CMYK | 0.49 | 0.82 | 0 | 0.01 |
| HSL | 264.35º | 0.97% | 0.58% | - |
| HSV(B) | 264.35º | 0.82% | 0.99% | - |
| XYZ | 27.56 | 13.57 | 93.26 | - |
| YUV | 93.71 | 217.33 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 45 | 252 | 0.49 | 0.82 | 0 | 0.01 | 264.35 | 0.97 | 0.58 |
| Hex | 81 | 2D | FC | 31 | 52 | 0 | 1 | 108 | 61 | 3A |
| Octal | 201 | 55 | 374 | 61 | 122 | 0 | 1 | 410 | 141 | 72 |
| Binary | 10000001 | 101101 | 11111100 | 110001 | 1010010 | 0 | 1 | 100001000 | 1100001 | 111010 |
Color Harmonies of #812DFC
Complementary color
Monochromatic Colors of #812DFC
Black with #812DFC
Text Example
Text Example
White with #812DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812DFC; }
p { color: rgb(129,45,252); }
H1.HeaderClassName
{
color: #812DFC;
}
.AnyTagClassName
{
color: #812DFC;
}
</style>
background-color css
<style>
a { background-color: #812DFC; }
a { background-color: rgb(129,45,252); }
div.DivClassName
{
background-color: #812DFC;
}
.BgClassName
{
background-color: #812DFC;
}
</style>
border-color css
<style>
span { border-color: #812DFC; }
span { border-color: rgb(129,45,252); }
td.TdClassName
{
border-color: #812DFC;
}
.TagClassName
{
border-color: #812DFC;
}
</style>