Shades of Blue Violet #863DE4
Tints of Blue Violet #863DE4
RGB
CMYK
RGB Variations
Color information
#863DE4 (or 0x863DE4) is known color: Blue Violet. HEX triplet: 86, 3D and E4. RGB value is (134,61,228). Sum of RGB (Red+Green+Blue) = 134+61+228=423 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.68% from 423); Green value is 61 (24.22% from 255 or 14.42% from 423); Blue value is 228 (89.45% from 255 or 53.90% from 423); Max value from RGB is 228 - color contains mainly: blue. Hex color #863DE4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863DE4 is #79C21B. Grayscale: #656565. Windows color (decimal): -7979548 or 14957958. OLE color: 14957958.
HSL color Cylindrical-coordinate representation of color #863DE4: hue angle of 266.23º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #863DE4 is Cyan = 0.41, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 134 | 61 | 228 | - |
| CMYK | 0.41 | 0.73 | 0 | 0.11 |
| HSL | 266.23º | 0.76% | 0.57% | - |
| HSV(B) | 266.23º | 0.73% | 0.89% | - |
| XYZ | 25.5 | 14.01 | 74.76 | - |
| YUV | 101.87 | 199.18 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 61 | 228 | 0.41 | 0.73 | 0 | 0.11 | 266.23 | 0.76 | 0.57 |
| Hex | 86 | 3D | E4 | 29 | 49 | 0 | B | 10A | 4C | 39 |
| Octal | 206 | 75 | 344 | 51 | 111 | 0 | 13 | 412 | 114 | 71 |
| Binary | 10000110 | 111101 | 11100100 | 101001 | 1001001 | 0 | 1011 | 100001010 | 1001100 | 111001 |
Color Harmonies of #863DE4
Complementary color
Monochromatic Colors of #863DE4
Black with #863DE4
Text Example
Text Example
White with #863DE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863DE4; }
p { color: rgb(134,61,228); }
H1.HeaderClassName
{
color: #863DE4;
}
.AnyTagClassName
{
color: #863DE4;
}
</style>
background-color css
<style>
a { background-color: #863DE4; }
a { background-color: rgb(134,61,228); }
div.DivClassName
{
background-color: #863DE4;
}
.BgClassName
{
background-color: #863DE4;
}
</style>
border-color css
<style>
span { border-color: #863DE4; }
span { border-color: rgb(134,61,228); }
td.TdClassName
{
border-color: #863DE4;
}
.TagClassName
{
border-color: #863DE4;
}
</style>