Shades of Blue Violet #861FCF
Tints of Blue Violet #861FCF
RGB
CMYK
RGB Variations
Color information
#861FCF (or 0x861FCF) is known color: Blue Violet. HEX triplet: 86, 1F and CF. RGB value is (134,31,207). Sum of RGB (Red+Green+Blue) = 134+31+207=372 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.02% from 372); Green value is 31 (12.5% from 255 or 8.33% from 372); Blue value is 207 (81.25% from 255 or 55.65% from 372); Max value from RGB is 207 - color contains mainly: blue. Hex color #861FCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #861FCF is #79E030. Grayscale: #515151. Windows color (decimal): -7987249 or 13574022. OLE color: 13574022.
HSL color Cylindrical-coordinate representation of color #861FCF: hue angle of 275.11º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #861FCF is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 31 | 207 | - |
| CMYK | 0.35 | 0.85 | 0 | 0.19 |
| HSL | 275.11º | 0.74% | 0.47% | - |
| HSV(B) | 275.11º | 0.85% | 0.81% | - |
| XYZ | 21.58 | 10.55 | 59.93 | - |
| YUV | 81.86 | 198.62 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 31 | 207 | 0.35 | 0.85 | 0 | 0.19 | 275.11 | 0.74 | 0.47 |
| Hex | 86 | 1F | CF | 23 | 55 | 0 | 13 | 113 | 4A | 2F |
| Octal | 206 | 37 | 317 | 43 | 125 | 0 | 23 | 423 | 112 | 57 |
| Binary | 10000110 | 11111 | 11001111 | 100011 | 1010101 | 0 | 10011 | 100010011 | 1001010 | 101111 |
Color Harmonies of #861FCF
Complementary color
Monochromatic Colors of #861FCF
Black with #861FCF
Text Example
Text Example
White with #861FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861FCF; }
p { color: rgb(134,31,207); }
H1.HeaderClassName
{
color: #861FCF;
}
.AnyTagClassName
{
color: #861FCF;
}
</style>
background-color css
<style>
a { background-color: #861FCF; }
a { background-color: rgb(134,31,207); }
div.DivClassName
{
background-color: #861FCF;
}
.BgClassName
{
background-color: #861FCF;
}
</style>
border-color css
<style>
span { border-color: #861FCF; }
span { border-color: rgb(134,31,207); }
td.TdClassName
{
border-color: #861FCF;
}
.TagClassName
{
border-color: #861FCF;
}
</style>