Shades of Blue Violet #864AE1
Tints of Blue Violet #864AE1
RGB
CMYK
RGB Variations
Color information
#864AE1 (or 0x864AE1) is known color: Blue Violet. HEX triplet: 86, 4A and E1. RGB value is (134,74,225). Sum of RGB (Red+Green+Blue) = 134+74+225=433 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.95% from 433); Green value is 74 (29.30% from 255 or 17.09% from 433); Blue value is 225 (88.28% from 255 or 51.96% from 433); Max value from RGB is 225 - color contains mainly: blue. Hex color #864AE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #864AE1 is #79B51E. Grayscale: #6C6C6C. Windows color (decimal): -7976223 or 14764678. OLE color: 14764678.
HSL color Cylindrical-coordinate representation of color #864AE1: hue angle of 263.84º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #864AE1 is Cyan = 0.40, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 134 | 74 | 225 | - |
| CMYK | 0.40 | 0.67 | 0 | 0.12 |
| HSL | 263.84º | 0.72% | 0.59% | - |
| HSV(B) | 263.84º | 0.67% | 0.88% | - |
| XYZ | 25.87 | 15.4 | 72.84 | - |
| YUV | 109.15 | 193.38 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 74 | 225 | 0.40 | 0.67 | 0 | 0.12 | 263.84 | 0.72 | 0.59 |
| Hex | 86 | 4A | E1 | 28 | 43 | 0 | C | 108 | 48 | 3B |
| Octal | 206 | 112 | 341 | 50 | 103 | 0 | 14 | 410 | 110 | 73 |
| Binary | 10000110 | 1001010 | 11100001 | 101000 | 1000011 | 0 | 1100 | 100001000 | 1001000 | 111011 |
Color Harmonies of #864AE1
Complementary color
Monochromatic Colors of #864AE1
Black with #864AE1
Text Example
Text Example
White with #864AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864AE1; }
p { color: rgb(134,74,225); }
H1.HeaderClassName
{
color: #864AE1;
}
.AnyTagClassName
{
color: #864AE1;
}
</style>
background-color css
<style>
a { background-color: #864AE1; }
a { background-color: rgb(134,74,225); }
div.DivClassName
{
background-color: #864AE1;
}
.BgClassName
{
background-color: #864AE1;
}
</style>
border-color css
<style>
span { border-color: #864AE1; }
span { border-color: rgb(134,74,225); }
td.TdClassName
{
border-color: #864AE1;
}
.TagClassName
{
border-color: #864AE1;
}
</style>