Shades of Blue Violet #811CC6
Tints of Blue Violet #811CC6
RGB
CMYK
RGB Variations
Color information
#811CC6 (or 0x811CC6) is known color: Blue Violet. HEX triplet: 81, 1C and C6. RGB value is (129,28,198). Sum of RGB (Red+Green+Blue) = 129+28+198=355 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.34% from 355); Green value is 28 (11.33% from 255 or 7.89% from 355); Blue value is 198 (77.73% from 255 or 55.77% from 355); Max value from RGB is 198 - color contains mainly: blue. Hex color #811CC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #811CC6 is #7EE339. Grayscale: #4D4D4D. Windows color (decimal): -8315706 or 12983425. OLE color: 12983425.
HSL color Cylindrical-coordinate representation of color #811CC6: hue angle of 275.65º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #811CC6 is Cyan = 0.35, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 129 | 28 | 198 | - |
| CMYK | 0.35 | 0.86 | 0 | 0.22 |
| HSL | 275.65º | 0.75% | 0.44% | - |
| HSV(B) | 275.65º | 0.86% | 0.78% | - |
| XYZ | 19.66 | 9.57 | 54.24 | - |
| YUV | 77.58 | 195.96 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 28 | 198 | 0.35 | 0.86 | 0 | 0.22 | 275.65 | 0.75 | 0.44 |
| Hex | 81 | 1C | C6 | 23 | 56 | 0 | 16 | 114 | 4B | 2C |
| Octal | 201 | 34 | 306 | 43 | 126 | 0 | 26 | 424 | 113 | 54 |
| Binary | 10000001 | 11100 | 11000110 | 100011 | 1010110 | 0 | 10110 | 100010100 | 1001011 | 101100 |
Color Harmonies of #811CC6
Complementary color
Monochromatic Colors of #811CC6
Black with #811CC6
Text Example
Text Example
White with #811CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811CC6; }
p { color: rgb(129,28,198); }
H1.HeaderClassName
{
color: #811CC6;
}
.AnyTagClassName
{
color: #811CC6;
}
</style>
background-color css
<style>
a { background-color: #811CC6; }
a { background-color: rgb(129,28,198); }
div.DivClassName
{
background-color: #811CC6;
}
.BgClassName
{
background-color: #811CC6;
}
</style>
border-color css
<style>
span { border-color: #811CC6; }
span { border-color: rgb(129,28,198); }
td.TdClassName
{
border-color: #811CC6;
}
.TagClassName
{
border-color: #811CC6;
}
</style>