Shades of Blue Violet #812DFB
Tints of Blue Violet #812DFB
RGB
CMYK
RGB Variations
Color information
#812DFB (or 0x812DFB) is known color: Blue Violet. HEX triplet: 81, 2D and FB. RGB value is (129,45,251). Sum of RGB (Red+Green+Blue) = 129+45+251=425 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.35% from 425); Green value is 45 (17.97% from 255 or 10.59% from 425); Blue value is 251 (98.44% from 255 or 59.06% from 425); Max value from RGB is 251 - color contains mainly: blue. Hex color #812DFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #812DFB is #7ED204. Grayscale: #5C5C5C. Windows color (decimal): -8311301 or 16461185. OLE color: 16461185.
HSL color Cylindrical-coordinate representation of color #812DFB: hue angle of 264.47º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #812DFB is Cyan = 0.49, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 45 | 251 | - |
| CMYK | 0.49 | 0.82 | 0 | 0.02 |
| HSL | 264.47º | 0.96% | 0.58% | - |
| HSV(B) | 264.47º | 0.82% | 0.98% | - |
| XYZ | 27.4 | 13.51 | 92.43 | - |
| YUV | 93.6 | 216.83 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 45 | 251 | 0.49 | 0.82 | 0 | 0.02 | 264.47 | 0.96 | 0.58 |
| Hex | 81 | 2D | FB | 31 | 52 | 0 | 2 | 108 | 60 | 3A |
| Octal | 201 | 55 | 373 | 61 | 122 | 0 | 2 | 410 | 140 | 72 |
| Binary | 10000001 | 101101 | 11111011 | 110001 | 1010010 | 0 | 10 | 100001000 | 1100000 | 111010 |
Color Harmonies of #812DFB
Complementary color
Monochromatic Colors of #812DFB
Black with #812DFB
Text Example
Text Example
White with #812DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812DFB; }
p { color: rgb(129,45,251); }
H1.HeaderClassName
{
color: #812DFB;
}
.AnyTagClassName
{
color: #812DFB;
}
</style>
background-color css
<style>
a { background-color: #812DFB; }
a { background-color: rgb(129,45,251); }
div.DivClassName
{
background-color: #812DFB;
}
.BgClassName
{
background-color: #812DFB;
}
</style>
border-color css
<style>
span { border-color: #812DFB; }
span { border-color: rgb(129,45,251); }
td.TdClassName
{
border-color: #812DFB;
}
.TagClassName
{
border-color: #812DFB;
}
</style>