Shades of Blue Violet #811BCB
Tints of Blue Violet #811BCB
RGB
CMYK
RGB Variations
Color information
#811BCB (or 0x811BCB) is known color: Blue Violet. HEX triplet: 81, 1B and CB. RGB value is (129,27,203). Sum of RGB (Red+Green+Blue) = 129+27+203=359 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.93% from 359); Green value is 27 (10.94% from 255 or 7.52% from 359); Blue value is 203 (79.69% from 255 or 56.55% from 359); Max value from RGB is 203 - color contains mainly: blue. Hex color #811BCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #811BCB is #7EE434. Grayscale: #4C4C4C. Windows color (decimal): -8315957 or 13310849. OLE color: 13310849.
HSL color Cylindrical-coordinate representation of color #811BCB: hue angle of 274.77º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #811BCB is Cyan = 0.36, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 27 | 203 | - |
| CMYK | 0.36 | 0.87 | 0 | 0.20 |
| HSL | 274.77º | 0.77% | 0.45% | - |
| HSV(B) | 274.77º | 0.87% | 0.8% | - |
| XYZ | 20.22 | 9.76 | 57.32 | - |
| YUV | 77.56 | 198.79 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 27 | 203 | 0.36 | 0.87 | 0 | 0.20 | 274.77 | 0.77 | 0.45 |
| Hex | 81 | 1B | CB | 24 | 57 | 0 | 14 | 113 | 4D | 2D |
| Octal | 201 | 33 | 313 | 44 | 127 | 0 | 24 | 423 | 115 | 55 |
| Binary | 10000001 | 11011 | 11001011 | 100100 | 1010111 | 0 | 10100 | 100010011 | 1001101 | 101101 |
Color Harmonies of #811BCB
Complementary color
Monochromatic Colors of #811BCB
Black with #811BCB
Text Example
Text Example
White with #811BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811BCB; }
p { color: rgb(129,27,203); }
H1.HeaderClassName
{
color: #811BCB;
}
.AnyTagClassName
{
color: #811BCB;
}
</style>
background-color css
<style>
a { background-color: #811BCB; }
a { background-color: rgb(129,27,203); }
div.DivClassName
{
background-color: #811BCB;
}
.BgClassName
{
background-color: #811BCB;
}
</style>
border-color css
<style>
span { border-color: #811BCB; }
span { border-color: rgb(129,27,203); }
td.TdClassName
{
border-color: #811BCB;
}
.TagClassName
{
border-color: #811BCB;
}
</style>