Shades of Blue Violet #861DF3
Tints of Blue Violet #861DF3
RGB
CMYK
RGB Variations
Color information
#861DF3 (or 0x861DF3) is known color: Blue Violet. HEX triplet: 86, 1D and F3. RGB value is (134,29,243). Sum of RGB (Red+Green+Blue) = 134+29+243=406 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.00% from 406); Green value is 29 (11.72% from 255 or 7.14% from 406); Blue value is 243 (95.31% from 255 or 59.85% from 406); Max value from RGB is 243 - color contains mainly: blue. Hex color #861DF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #861DF3 is #79E20C. Grayscale: #545454. Windows color (decimal): -7987725 or 15932806. OLE color: 15932806.
HSL color Cylindrical-coordinate representation of color #861DF3: hue angle of 269.44º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #861DF3 is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 134 | 29 | 243 | - |
| CMYK | 0.45 | 0.88 | 0 | 0.05 |
| HSL | 269.44º | 0.9% | 0.53% | - |
| HSV(B) | 269.44º | 0.88% | 0.95% | - |
| XYZ | 26.45 | 12.42 | 85.8 | - |
| YUV | 84.79 | 217.29 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 29 | 243 | 0.45 | 0.88 | 0 | 0.05 | 269.44 | 0.9 | 0.53 |
| Hex | 86 | 1D | F3 | 2D | 58 | 0 | 5 | 10D | 5A | 35 |
| Octal | 206 | 35 | 363 | 55 | 130 | 0 | 5 | 415 | 132 | 65 |
| Binary | 10000110 | 11101 | 11110011 | 101101 | 1011000 | 0 | 101 | 100001101 | 1011010 | 110101 |
Color Harmonies of #861DF3
Complementary color
Monochromatic Colors of #861DF3
Black with #861DF3
Text Example
Text Example
White with #861DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861DF3; }
p { color: rgb(134,29,243); }
H1.HeaderClassName
{
color: #861DF3;
}
.AnyTagClassName
{
color: #861DF3;
}
</style>
background-color css
<style>
a { background-color: #861DF3; }
a { background-color: rgb(134,29,243); }
div.DivClassName
{
background-color: #861DF3;
}
.BgClassName
{
background-color: #861DF3;
}
</style>
border-color css
<style>
span { border-color: #861DF3; }
span { border-color: rgb(134,29,243); }
td.TdClassName
{
border-color: #861DF3;
}
.TagClassName
{
border-color: #861DF3;
}
</style>