Shades of Blue Violet #811BFD
Tints of Blue Violet #811BFD
RGB
CMYK
RGB Variations
Color information
#811BFD (or 0x811BFD) is known color: Blue Violet. HEX triplet: 81, 1B and FD. RGB value is (129,27,253). Sum of RGB (Red+Green+Blue) = 129+27+253=409 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.54% from 409); Green value is 27 (10.94% from 255 or 6.60% from 409); Blue value is 253 (99.22% from 255 or 61.86% from 409); Max value from RGB is 253 - color contains mainly: blue. Hex color #811BFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #811BFD is #7EE402. Grayscale: #525252. Windows color (decimal): -8315907 or 16587649. OLE color: 16587649.
HSL color Cylindrical-coordinate representation of color #811BFD: hue angle of 267.08º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #811BFD is Cyan = 0.49, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 129 | 27 | 253 | - |
| CMYK | 0.49 | 0.89 | 0 | 0.01 |
| HSL | 267.08º | 0.98% | 0.55% | - |
| HSV(B) | 267.08º | 0.89% | 0.99% | - |
| XYZ | 27.17 | 12.54 | 93.92 | - |
| YUV | 83.26 | 223.79 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 27 | 253 | 0.49 | 0.89 | 0 | 0.01 | 267.08 | 0.98 | 0.55 |
| Hex | 81 | 1B | FD | 31 | 59 | 0 | 1 | 10B | 62 | 37 |
| Octal | 201 | 33 | 375 | 61 | 131 | 0 | 1 | 413 | 142 | 67 |
| Binary | 10000001 | 11011 | 11111101 | 110001 | 1011001 | 0 | 1 | 100001011 | 1100010 | 110111 |
Color Harmonies of #811BFD
Complementary color
Monochromatic Colors of #811BFD
Black with #811BFD
Text Example
Text Example
White with #811BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811BFD; }
p { color: rgb(129,27,253); }
H1.HeaderClassName
{
color: #811BFD;
}
.AnyTagClassName
{
color: #811BFD;
}
</style>
background-color css
<style>
a { background-color: #811BFD; }
a { background-color: rgb(129,27,253); }
div.DivClassName
{
background-color: #811BFD;
}
.BgClassName
{
background-color: #811BFD;
}
</style>
border-color css
<style>
span { border-color: #811BFD; }
span { border-color: rgb(129,27,253); }
td.TdClassName
{
border-color: #811BFD;
}
.TagClassName
{
border-color: #811BFD;
}
</style>