Shades of Blue Violet #861CDF
Tints of Blue Violet #861CDF
RGB
CMYK
RGB Variations
Color information
#861CDF (or 0x861CDF) is known color: Blue Violet. HEX triplet: 86, 1C and DF. RGB value is (134,28,223). Sum of RGB (Red+Green+Blue) = 134+28+223=385 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.81% from 385); Green value is 28 (11.33% from 255 or 7.27% from 385); Blue value is 223 (87.5% from 255 or 57.92% from 385); Max value from RGB is 223 - color contains mainly: blue. Hex color #861CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #861CDF is #79E320. Grayscale: #515151. Windows color (decimal): -7988001 or 14621830. OLE color: 14621830.
HSL color Cylindrical-coordinate representation of color #861CDF: hue angle of 272.62º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #861CDF is Cyan = 0.40, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 28 | 223 | - |
| CMYK | 0.40 | 0.87 | 0 | 0.13 |
| HSL | 272.62º | 0.78% | 0.49% | - |
| HSV(B) | 272.62º | 0.87% | 0.87% | - |
| XYZ | 23.57 | 11.23 | 70.74 | - |
| YUV | 81.92 | 207.62 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 28 | 223 | 0.40 | 0.87 | 0 | 0.13 | 272.62 | 0.78 | 0.49 |
| Hex | 86 | 1C | DF | 28 | 57 | 0 | D | 111 | 4E | 31 |
| Octal | 206 | 34 | 337 | 50 | 127 | 0 | 15 | 421 | 116 | 61 |
| Binary | 10000110 | 11100 | 11011111 | 101000 | 1010111 | 0 | 1101 | 100010001 | 1001110 | 110001 |
Color Harmonies of #861CDF
Complementary color
Monochromatic Colors of #861CDF
Black with #861CDF
Text Example
Text Example
White with #861CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861CDF; }
p { color: rgb(134,28,223); }
H1.HeaderClassName
{
color: #861CDF;
}
.AnyTagClassName
{
color: #861CDF;
}
</style>
background-color css
<style>
a { background-color: #861CDF; }
a { background-color: rgb(134,28,223); }
div.DivClassName
{
background-color: #861CDF;
}
.BgClassName
{
background-color: #861CDF;
}
</style>
border-color css
<style>
span { border-color: #861CDF; }
span { border-color: rgb(134,28,223); }
td.TdClassName
{
border-color: #861CDF;
}
.TagClassName
{
border-color: #861CDF;
}
</style>