Shades of Blue Violet #811ACF
Tints of Blue Violet #811ACF
RGB
CMYK
RGB Variations
Color information
#811ACF (or 0x811ACF) is known color: Blue Violet. HEX triplet: 81, 1A and CF. RGB value is (129,26,207). Sum of RGB (Red+Green+Blue) = 129+26+207=362 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.64% from 362); Green value is 26 (10.55% from 255 or 7.18% from 362); Blue value is 207 (81.25% from 255 or 57.18% from 362); Max value from RGB is 207 - color contains mainly: blue. Hex color #811ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #811ACF is #7EE530. Grayscale: #4C4C4C. Windows color (decimal): -8316209 or 13572737. OLE color: 13572737.
HSL color Cylindrical-coordinate representation of color #811ACF: hue angle of 274.14º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #811ACF is Cyan = 0.38, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 26 | 207 | - |
| CMYK | 0.38 | 0.87 | 0 | 0.19 |
| HSL | 274.14º | 0.78% | 0.46% | - |
| HSV(B) | 274.14º | 0.87% | 0.81% | - |
| XYZ | 20.69 | 9.91 | 59.85 | - |
| YUV | 77.43 | 201.12 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 26 | 207 | 0.38 | 0.87 | 0 | 0.19 | 274.14 | 0.78 | 0.46 |
| Hex | 81 | 1A | CF | 26 | 57 | 0 | 13 | 112 | 4E | 2E |
| Octal | 201 | 32 | 317 | 46 | 127 | 0 | 23 | 422 | 116 | 56 |
| Binary | 10000001 | 11010 | 11001111 | 100110 | 1010111 | 0 | 10011 | 100010010 | 1001110 | 101110 |
Color Harmonies of #811ACF
Complementary color
Monochromatic Colors of #811ACF
Black with #811ACF
Text Example
Text Example
White with #811ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811ACF; }
p { color: rgb(129,26,207); }
H1.HeaderClassName
{
color: #811ACF;
}
.AnyTagClassName
{
color: #811ACF;
}
</style>
background-color css
<style>
a { background-color: #811ACF; }
a { background-color: rgb(129,26,207); }
div.DivClassName
{
background-color: #811ACF;
}
.BgClassName
{
background-color: #811ACF;
}
</style>
border-color css
<style>
span { border-color: #811ACF; }
span { border-color: rgb(129,26,207); }
td.TdClassName
{
border-color: #811ACF;
}
.TagClassName
{
border-color: #811ACF;
}
</style>