Shades of Blue Violet #811CCF
Tints of Blue Violet #811CCF
RGB
CMYK
RGB Variations
Color information
#811CCF (or 0x811CCF) is known color: Blue Violet. HEX triplet: 81, 1C and CF. RGB value is (129,28,207). Sum of RGB (Red+Green+Blue) = 129+28+207=364 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.44% from 364); Green value is 28 (11.33% from 255 or 7.69% from 364); Blue value is 207 (81.25% from 255 or 56.87% from 364); Max value from RGB is 207 - color contains mainly: blue. Hex color #811CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #811CCF is #7EE330. Grayscale: #4D4D4D. Windows color (decimal): -8315697 or 13573249. OLE color: 13573249.
HSL color Cylindrical-coordinate representation of color #811CCF: hue angle of 273.85º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #811CCF is Cyan = 0.38, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 28 | 207 | - |
| CMYK | 0.38 | 0.86 | 0 | 0.19 |
| HSL | 273.85º | 0.76% | 0.46% | - |
| HSV(B) | 273.85º | 0.86% | 0.81% | - |
| XYZ | 20.73 | 10 | 59.87 | - |
| YUV | 78.61 | 200.46 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 28 | 207 | 0.38 | 0.86 | 0 | 0.19 | 273.85 | 0.76 | 0.46 |
| Hex | 81 | 1C | CF | 26 | 56 | 0 | 13 | 112 | 4C | 2E |
| Octal | 201 | 34 | 317 | 46 | 126 | 0 | 23 | 422 | 114 | 56 |
| Binary | 10000001 | 11100 | 11001111 | 100110 | 1010110 | 0 | 10011 | 100010010 | 1001100 | 101110 |
Color Harmonies of #811CCF
Complementary color
Monochromatic Colors of #811CCF
Black with #811CCF
Text Example
Text Example
White with #811CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811CCF; }
p { color: rgb(129,28,207); }
H1.HeaderClassName
{
color: #811CCF;
}
.AnyTagClassName
{
color: #811CCF;
}
</style>
background-color css
<style>
a { background-color: #811CCF; }
a { background-color: rgb(129,28,207); }
div.DivClassName
{
background-color: #811CCF;
}
.BgClassName
{
background-color: #811CCF;
}
</style>
border-color css
<style>
span { border-color: #811CCF; }
span { border-color: rgb(129,28,207); }
td.TdClassName
{
border-color: #811CCF;
}
.TagClassName
{
border-color: #811CCF;
}
</style>