Shades of Blue Violet #811CFD
Tints of Blue Violet #811CFD
RGB
CMYK
RGB Variations
Color information
#811CFD (or 0x811CFD) is known color: Blue Violet. HEX triplet: 81, 1C and FD. RGB value is (129,28,253). Sum of RGB (Red+Green+Blue) = 129+28+253=410 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.46% from 410); Green value is 28 (11.33% from 255 or 6.83% from 410); Blue value is 253 (99.22% from 255 or 61.71% from 410); Max value from RGB is 253 - color contains mainly: blue. Hex color #811CFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #811CFD is #7EE302. Grayscale: #535353. Windows color (decimal): -8315651 or 16587905. OLE color: 16587905.
HSL color Cylindrical-coordinate representation of color #811CFD: hue angle of 266.93º 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 #811CFD is Cyan = 0.49, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 129 | 28 | 253 | - |
| CMYK | 0.49 | 0.89 | 0 | 0.01 |
| HSL | 266.93º | 0.98% | 0.55% | - |
| HSV(B) | 266.93º | 0.89% | 0.99% | - |
| XYZ | 27.2 | 12.59 | 93.93 | - |
| YUV | 83.85 | 223.46 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 28 | 253 | 0.49 | 0.89 | 0 | 0.01 | 266.93 | 0.98 | 0.55 |
| Hex | 81 | 1C | FD | 31 | 59 | 0 | 1 | 10B | 62 | 37 |
| Octal | 201 | 34 | 375 | 61 | 131 | 0 | 1 | 413 | 142 | 67 |
| Binary | 10000001 | 11100 | 11111101 | 110001 | 1011001 | 0 | 1 | 100001011 | 1100010 | 110111 |
Color Harmonies of #811CFD
Complementary color
Monochromatic Colors of #811CFD
Black with #811CFD
Text Example
Text Example
White with #811CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811CFD; }
p { color: rgb(129,28,253); }
H1.HeaderClassName
{
color: #811CFD;
}
.AnyTagClassName
{
color: #811CFD;
}
</style>
background-color css
<style>
a { background-color: #811CFD; }
a { background-color: rgb(129,28,253); }
div.DivClassName
{
background-color: #811CFD;
}
.BgClassName
{
background-color: #811CFD;
}
</style>
border-color css
<style>
span { border-color: #811CFD; }
span { border-color: rgb(129,28,253); }
td.TdClassName
{
border-color: #811CFD;
}
.TagClassName
{
border-color: #811CFD;
}
</style>