Shades of Blue Violet #8644FA
Tints of Blue Violet #8644FA
RGB
CMYK
RGB Variations
Color information
#8644FA (or 0x8644FA) is known color: Blue Violet. HEX triplet: 86, 44 and FA. RGB value is (134,68,250). Sum of RGB (Red+Green+Blue) = 134+68+250=452 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.65% from 452); Green value is 68 (26.95% from 255 or 15.04% from 452); Blue value is 250 (98.05% from 255 or 55.31% from 452); Max value from RGB is 250 - color contains mainly: blue. Hex color #8644FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8644FA is #79BB05. Grayscale: #6B6B6B. Windows color (decimal): -7977734 or 16401542. OLE color: 16401542.
HSL color Cylindrical-coordinate representation of color #8644FA: hue angle of 261.76º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8644FA is Cyan = 0.46, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 68 | 250 | - |
| CMYK | 0.46 | 0.73 | 0 | 0.02 |
| HSL | 261.76º | 0.95% | 0.62% | - |
| HSV(B) | 261.76º | 0.73% | 0.98% | - |
| XYZ | 29.15 | 16.1 | 92.01 | - |
| YUV | 108.48 | 207.87 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 68 | 250 | 0.46 | 0.73 | 0 | 0.02 | 261.76 | 0.95 | 0.62 |
| Hex | 86 | 44 | FA | 2E | 49 | 0 | 2 | 106 | 5F | 3E |
| Octal | 206 | 104 | 372 | 56 | 111 | 0 | 2 | 406 | 137 | 76 |
| Binary | 10000110 | 1000100 | 11111010 | 101110 | 1001001 | 0 | 10 | 100000110 | 1011111 | 111110 |
Color Harmonies of #8644FA
Complementary color
Monochromatic Colors of #8644FA
Black with #8644FA
Text Example
Text Example
White with #8644FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8644FA; }
p { color: rgb(134,68,250); }
H1.HeaderClassName
{
color: #8644FA;
}
.AnyTagClassName
{
color: #8644FA;
}
</style>
background-color css
<style>
a { background-color: #8644FA; }
a { background-color: rgb(134,68,250); }
div.DivClassName
{
background-color: #8644FA;
}
.BgClassName
{
background-color: #8644FA;
}
</style>
border-color css
<style>
span { border-color: #8644FA; }
span { border-color: rgb(134,68,250); }
td.TdClassName
{
border-color: #8644FA;
}
.TagClassName
{
border-color: #8644FA;
}
</style>