Shades of Blue Violet #861DF9
Tints of Blue Violet #861DF9
RGB
CMYK
RGB Variations
Color information
#861DF9 (or 0x861DF9) is known color: Blue Violet. HEX triplet: 86, 1D and F9. RGB value is (134,29,249). Sum of RGB (Red+Green+Blue) = 134+29+249=412 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.52% from 412); Green value is 29 (11.72% from 255 or 7.04% from 412); Blue value is 249 (97.66% from 255 or 60.44% from 412); Max value from RGB is 249 - color contains mainly: blue. Hex color #861DF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #861DF9 is #79E206. Grayscale: #545454. Windows color (decimal): -7987719 or 16326022. OLE color: 16326022.
HSL color Cylindrical-coordinate representation of color #861DF9: hue angle of 268.64º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #861DF9 is Cyan = 0.46, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 29 | 249 | - |
| CMYK | 0.46 | 0.88 | 0 | 0.02 |
| HSL | 268.64º | 0.95% | 0.55% | - |
| HSV(B) | 268.64º | 0.88% | 0.98% | - |
| XYZ | 27.37 | 12.79 | 90.65 | - |
| YUV | 85.48 | 220.29 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 29 | 249 | 0.46 | 0.88 | 0 | 0.02 | 268.64 | 0.95 | 0.55 |
| Hex | 86 | 1D | F9 | 2E | 58 | 0 | 2 | 10D | 5F | 37 |
| Octal | 206 | 35 | 371 | 56 | 130 | 0 | 2 | 415 | 137 | 67 |
| Binary | 10000110 | 11101 | 11111001 | 101110 | 1011000 | 0 | 10 | 100001101 | 1011111 | 110111 |
Color Harmonies of #861DF9
Complementary color
Monochromatic Colors of #861DF9
Black with #861DF9
Text Example
Text Example
White with #861DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861DF9; }
p { color: rgb(134,29,249); }
H1.HeaderClassName
{
color: #861DF9;
}
.AnyTagClassName
{
color: #861DF9;
}
</style>
background-color css
<style>
a { background-color: #861DF9; }
a { background-color: rgb(134,29,249); }
div.DivClassName
{
background-color: #861DF9;
}
.BgClassName
{
background-color: #861DF9;
}
</style>
border-color css
<style>
span { border-color: #861DF9; }
span { border-color: rgb(134,29,249); }
td.TdClassName
{
border-color: #861DF9;
}
.TagClassName
{
border-color: #861DF9;
}
</style>