Shades of Blue Violet #811FCB
Tints of Blue Violet #811FCB
RGB
CMYK
RGB Variations
Color information
#811FCB (or 0x811FCB) is known color: Blue Violet. HEX triplet: 81, 1F and CB. RGB value is (129,31,203). Sum of RGB (Red+Green+Blue) = 129+31+203=363 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.54% from 363); Green value is 31 (12.5% from 255 or 8.54% from 363); Blue value is 203 (79.69% from 255 or 55.92% from 363); Max value from RGB is 203 - color contains mainly: blue. Hex color #811FCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #811FCB is #7EE034. Grayscale: #4F4F4F. Windows color (decimal): -8314933 or 13311873. OLE color: 13311873.
HSL color Cylindrical-coordinate representation of color #811FCB: hue angle of 274.19º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #811FCB is Cyan = 0.36, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 31 | 203 | - |
| CMYK | 0.36 | 0.85 | 0 | 0.20 |
| HSL | 274.19º | 0.74% | 0.46% | - |
| HSV(B) | 274.19º | 0.85% | 0.8% | - |
| XYZ | 20.32 | 9.96 | 57.35 | - |
| YUV | 79.91 | 197.47 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 31 | 203 | 0.36 | 0.85 | 0 | 0.20 | 274.19 | 0.74 | 0.46 |
| Hex | 81 | 1F | CB | 24 | 55 | 0 | 14 | 112 | 4A | 2E |
| Octal | 201 | 37 | 313 | 44 | 125 | 0 | 24 | 422 | 112 | 56 |
| Binary | 10000001 | 11111 | 11001011 | 100100 | 1010101 | 0 | 10100 | 100010010 | 1001010 | 101110 |
Color Harmonies of #811FCB
Complementary color
Monochromatic Colors of #811FCB
Black with #811FCB
Text Example
Text Example
White with #811FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811FCB; }
p { color: rgb(129,31,203); }
H1.HeaderClassName
{
color: #811FCB;
}
.AnyTagClassName
{
color: #811FCB;
}
</style>
background-color css
<style>
a { background-color: #811FCB; }
a { background-color: rgb(129,31,203); }
div.DivClassName
{
background-color: #811FCB;
}
.BgClassName
{
background-color: #811FCB;
}
</style>
border-color css
<style>
span { border-color: #811FCB; }
span { border-color: rgb(129,31,203); }
td.TdClassName
{
border-color: #811FCB;
}
.TagClassName
{
border-color: #811FCB;
}
</style>