Shades of Blue Violet #811EFD
Tints of Blue Violet #811EFD
RGB
CMYK
RGB Variations
Color information
#811EFD (or 0x811EFD) is known color: Blue Violet. HEX triplet: 81, 1E and FD. RGB value is (129,30,253). Sum of RGB (Red+Green+Blue) = 129+30+253=412 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.31% from 412); Green value is 30 (12.11% from 255 or 7.28% from 412); Blue value is 253 (99.22% from 255 or 61.41% from 412); Max value from RGB is 253 - color contains mainly: blue. Hex color #811EFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #811EFD is #7EE102. Grayscale: #545454. Windows color (decimal): -8315139 or 16588417. OLE color: 16588417.
HSL color Cylindrical-coordinate representation of color #811EFD: hue angle of 266.64º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #811EFD is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 129 | 30 | 253 | - |
| CMYK | 0.49 | 0.88 | 0 | 0.01 |
| HSL | 266.64º | 0.98% | 0.55% | - |
| HSV(B) | 266.64º | 0.88% | 0.99% | - |
| XYZ | 27.25 | 12.69 | 93.94 | - |
| YUV | 85.02 | 222.8 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 30 | 253 | 0.49 | 0.88 | 0 | 0.01 | 266.64 | 0.98 | 0.55 |
| Hex | 81 | 1E | FD | 31 | 58 | 0 | 1 | 10B | 62 | 37 |
| Octal | 201 | 36 | 375 | 61 | 130 | 0 | 1 | 413 | 142 | 67 |
| Binary | 10000001 | 11110 | 11111101 | 110001 | 1011000 | 0 | 1 | 100001011 | 1100010 | 110111 |
Color Harmonies of #811EFD
Complementary color
Monochromatic Colors of #811EFD
Black with #811EFD
Text Example
Text Example
White with #811EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811EFD; }
p { color: rgb(129,30,253); }
H1.HeaderClassName
{
color: #811EFD;
}
.AnyTagClassName
{
color: #811EFD;
}
</style>
background-color css
<style>
a { background-color: #811EFD; }
a { background-color: rgb(129,30,253); }
div.DivClassName
{
background-color: #811EFD;
}
.BgClassName
{
background-color: #811EFD;
}
</style>
border-color css
<style>
span { border-color: #811EFD; }
span { border-color: rgb(129,30,253); }
td.TdClassName
{
border-color: #811EFD;
}
.TagClassName
{
border-color: #811EFD;
}
</style>