Shades of Blue Violet #811FFD
Tints of Blue Violet #811FFD
RGB
CMYK
RGB Variations
Color information
#811FFD (or 0x811FFD) is known color: Blue Violet. HEX triplet: 81, 1F and FD. RGB value is (129,31,253). Sum of RGB (Red+Green+Blue) = 129+31+253=413 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.23% from 413); Green value is 31 (12.5% from 255 or 7.51% from 413); Blue value is 253 (99.22% from 255 or 61.26% from 413); Max value from RGB is 253 - color contains mainly: blue. Hex color #811FFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #811FFD is #7EE002. Grayscale: #545454. Windows color (decimal): -8314883 or 16588673. OLE color: 16588673.
HSL color Cylindrical-coordinate representation of color #811FFD: hue angle of 266.49º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #811FFD is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 129 | 31 | 253 | - |
| CMYK | 0.49 | 0.88 | 0 | 0.01 |
| HSL | 266.49º | 0.98% | 0.56% | - |
| HSV(B) | 266.49º | 0.88% | 0.99% | - |
| XYZ | 27.27 | 12.74 | 93.95 | - |
| YUV | 85.61 | 222.47 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 31 | 253 | 0.49 | 0.88 | 0 | 0.01 | 266.49 | 0.98 | 0.56 |
| Hex | 81 | 1F | FD | 31 | 58 | 0 | 1 | 10A | 62 | 38 |
| Octal | 201 | 37 | 375 | 61 | 130 | 0 | 1 | 412 | 142 | 70 |
| Binary | 10000001 | 11111 | 11111101 | 110001 | 1011000 | 0 | 1 | 100001010 | 1100010 | 111000 |
Color Harmonies of #811FFD
Complementary color
Monochromatic Colors of #811FFD
Black with #811FFD
Text Example
Text Example
White with #811FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811FFD; }
p { color: rgb(129,31,253); }
H1.HeaderClassName
{
color: #811FFD;
}
.AnyTagClassName
{
color: #811FFD;
}
</style>
background-color css
<style>
a { background-color: #811FFD; }
a { background-color: rgb(129,31,253); }
div.DivClassName
{
background-color: #811FFD;
}
.BgClassName
{
background-color: #811FFD;
}
</style>
border-color css
<style>
span { border-color: #811FFD; }
span { border-color: rgb(129,31,253); }
td.TdClassName
{
border-color: #811FFD;
}
.TagClassName
{
border-color: #811FFD;
}
</style>