Shades of Blue Violet #8649ED
Tints of Blue Violet #8649ED
RGB
CMYK
RGB Variations
Color information
#8649ED (or 0x8649ED) is known color: Blue Violet. HEX triplet: 86, 49 and ED. RGB value is (134,73,237). Sum of RGB (Red+Green+Blue) = 134+73+237=444 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.18% from 444); Green value is 73 (28.91% from 255 or 16.44% from 444); Blue value is 237 (92.97% from 255 or 53.38% from 444); Max value from RGB is 237 - color contains mainly: blue. Hex color #8649ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8649ED is #79B612. Grayscale: #6D6D6D. Windows color (decimal): -7976467 or 15550854. OLE color: 15550854.
HSL color Cylindrical-coordinate representation of color #8649ED: hue angle of 262.32º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8649ED is Cyan = 0.43, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 73 | 237 | - |
| CMYK | 0.43 | 0.69 | 0 | 0.07 |
| HSL | 262.32º | 0.82% | 0.61% | - |
| HSV(B) | 262.32º | 0.69% | 0.93% | - |
| XYZ | 27.5 | 15.95 | 81.75 | - |
| YUV | 109.94 | 199.71 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 73 | 237 | 0.43 | 0.69 | 0 | 0.07 | 262.32 | 0.82 | 0.61 |
| Hex | 86 | 49 | ED | 2B | 45 | 0 | 7 | 106 | 52 | 3D |
| Octal | 206 | 111 | 355 | 53 | 105 | 0 | 7 | 406 | 122 | 75 |
| Binary | 10000110 | 1001001 | 11101101 | 101011 | 1000101 | 0 | 111 | 100000110 | 1010010 | 111101 |
Color Harmonies of #8649ED
Complementary color
Monochromatic Colors of #8649ED
Black with #8649ED
Text Example
Text Example
White with #8649ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8649ED; }
p { color: rgb(134,73,237); }
H1.HeaderClassName
{
color: #8649ED;
}
.AnyTagClassName
{
color: #8649ED;
}
</style>
background-color css
<style>
a { background-color: #8649ED; }
a { background-color: rgb(134,73,237); }
div.DivClassName
{
background-color: #8649ED;
}
.BgClassName
{
background-color: #8649ED;
}
</style>
border-color css
<style>
span { border-color: #8649ED; }
span { border-color: rgb(134,73,237); }
td.TdClassName
{
border-color: #8649ED;
}
.TagClassName
{
border-color: #8649ED;
}
</style>