Shades of Blue Violet #811ACC
Tints of Blue Violet #811ACC
RGB
CMYK
RGB Variations
Color information
#811ACC (or 0x811ACC) is known color: Blue Violet. HEX triplet: 81, 1A and CC. RGB value is (129,26,204). Sum of RGB (Red+Green+Blue) = 129+26+204=359 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.93% from 359); Green value is 26 (10.55% from 255 or 7.24% from 359); Blue value is 204 (80.08% from 255 or 56.82% from 359); Max value from RGB is 204 - color contains mainly: blue. Hex color #811ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #811ACC is #7EE533. Grayscale: #4C4C4C. Windows color (decimal): -8316212 or 13376129. OLE color: 13376129.
HSL color Cylindrical-coordinate representation of color #811ACC: hue angle of 274.72º 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 #811ACC is Cyan = 0.37, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 129 | 26 | 204 | - |
| CMYK | 0.37 | 0.87 | 0 | 0.2 |
| HSL | 274.72º | 0.77% | 0.45% | - |
| HSV(B) | 274.72º | 0.87% | 0.8% | - |
| XYZ | 20.32 | 9.77 | 57.94 | - |
| YUV | 77.09 | 199.62 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 26 | 204 | 0.37 | 0.87 | 0 | 0.2 | 274.72 | 0.77 | 0.45 |
| Hex | 81 | 1A | CC | 25 | 57 | 0 | 14 | 113 | 4D | 2D |
| Octal | 201 | 32 | 314 | 45 | 127 | 0 | 24 | 423 | 115 | 55 |
| Binary | 10000001 | 11010 | 11001100 | 100101 | 1010111 | 0 | 10100 | 100010011 | 1001101 | 101101 |
Color Harmonies of #811ACC
Complementary color
Monochromatic Colors of #811ACC
Black with #811ACC
Text Example
Text Example
White with #811ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811ACC; }
p { color: rgb(129,26,204); }
H1.HeaderClassName
{
color: #811ACC;
}
.AnyTagClassName
{
color: #811ACC;
}
</style>
background-color css
<style>
a { background-color: #811ACC; }
a { background-color: rgb(129,26,204); }
div.DivClassName
{
background-color: #811ACC;
}
.BgClassName
{
background-color: #811ACC;
}
</style>
border-color css
<style>
span { border-color: #811ACC; }
span { border-color: rgb(129,26,204); }
td.TdClassName
{
border-color: #811ACC;
}
.TagClassName
{
border-color: #811ACC;
}
</style>