Shades of Blue Violet #862DED
Tints of Blue Violet #862DED
RGB
CMYK
RGB Variations
Color information
#862DED (or 0x862DED) is known color: Blue Violet. HEX triplet: 86, 2D and ED. RGB value is (134,45,237). Sum of RGB (Red+Green+Blue) = 134+45+237=416 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.21% from 416); Green value is 45 (17.97% from 255 or 10.82% from 416); Blue value is 237 (92.97% from 255 or 56.97% from 416); Max value from RGB is 237 - color contains mainly: blue. Hex color #862DED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #862DED is #79D212. Grayscale: #5C5C5C. Windows color (decimal): -7983635 or 15543686. OLE color: 15543686.
HSL color Cylindrical-coordinate representation of color #862DED: hue angle of 267.81º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #862DED is Cyan = 0.43, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 45 | 237 | - |
| CMYK | 0.43 | 0.81 | 0 | 0.07 |
| HSL | 267.81º | 0.84% | 0.55% | - |
| HSV(B) | 267.81º | 0.81% | 0.93% | - |
| XYZ | 26.06 | 13.06 | 81.27 | - |
| YUV | 93.5 | 208.99 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 45 | 237 | 0.43 | 0.81 | 0 | 0.07 | 267.81 | 0.84 | 0.55 |
| Hex | 86 | 2D | ED | 2B | 51 | 0 | 7 | 10C | 54 | 37 |
| Octal | 206 | 55 | 355 | 53 | 121 | 0 | 7 | 414 | 124 | 67 |
| Binary | 10000110 | 101101 | 11101101 | 101011 | 1010001 | 0 | 111 | 100001100 | 1010100 | 110111 |
Color Harmonies of #862DED
Complementary color
Monochromatic Colors of #862DED
Black with #862DED
Text Example
Text Example
White with #862DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862DED; }
p { color: rgb(134,45,237); }
H1.HeaderClassName
{
color: #862DED;
}
.AnyTagClassName
{
color: #862DED;
}
</style>
background-color css
<style>
a { background-color: #862DED; }
a { background-color: rgb(134,45,237); }
div.DivClassName
{
background-color: #862DED;
}
.BgClassName
{
background-color: #862DED;
}
</style>
border-color css
<style>
span { border-color: #862DED; }
span { border-color: rgb(134,45,237); }
td.TdClassName
{
border-color: #862DED;
}
.TagClassName
{
border-color: #862DED;
}
</style>