Shades of Blue Violet #862DDF
Tints of Blue Violet #862DDF
RGB
CMYK
RGB Variations
Color information
#862DDF (or 0x862DDF) is known color: Blue Violet. HEX triplet: 86, 2D and DF. RGB value is (134,45,223). Sum of RGB (Red+Green+Blue) = 134+45+223=402 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.33% from 402); Green value is 45 (17.97% from 255 or 11.19% from 402); Blue value is 223 (87.5% from 255 or 55.47% from 402); Max value from RGB is 223 - color contains mainly: blue. Hex color #862DDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #862DDF is #79D220. Grayscale: #5B5B5B. Windows color (decimal): -7983649 or 14626182. OLE color: 14626182.
HSL color Cylindrical-coordinate representation of color #862DDF: hue angle of 270º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #862DDF is Cyan = 0.40, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 45 | 223 | - |
| CMYK | 0.40 | 0.80 | 0 | 0.13 |
| HSL | 270º | 0.74% | 0.53% | - |
| HSV(B) | 270º | 0.8% | 0.87% | - |
| XYZ | 24.09 | 12.27 | 70.91 | - |
| YUV | 91.9 | 201.99 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 45 | 223 | 0.40 | 0.80 | 0 | 0.13 | 270 | 0.74 | 0.53 |
| Hex | 86 | 2D | DF | 28 | 50 | 0 | D | 10E | 4A | 35 |
| Octal | 206 | 55 | 337 | 50 | 120 | 0 | 15 | 416 | 112 | 65 |
| Binary | 10000110 | 101101 | 11011111 | 101000 | 1010000 | 0 | 1101 | 100001110 | 1001010 | 110101 |
Color Harmonies of #862DDF
Complementary color
Monochromatic Colors of #862DDF
Black with #862DDF
Text Example
Text Example
White with #862DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862DDF; }
p { color: rgb(134,45,223); }
H1.HeaderClassName
{
color: #862DDF;
}
.AnyTagClassName
{
color: #862DDF;
}
</style>
background-color css
<style>
a { background-color: #862DDF; }
a { background-color: rgb(134,45,223); }
div.DivClassName
{
background-color: #862DDF;
}
.BgClassName
{
background-color: #862DDF;
}
</style>
border-color css
<style>
span { border-color: #862DDF; }
span { border-color: rgb(134,45,223); }
td.TdClassName
{
border-color: #862DDF;
}
.TagClassName
{
border-color: #862DDF;
}
</style>