Shades of Blue Violet #8642FA
Tints of Blue Violet #8642FA
RGB
CMYK
RGB Variations
Color information
#8642FA (or 0x8642FA) is known color: Blue Violet. HEX triplet: 86, 42 and FA. RGB value is (134,66,250). Sum of RGB (Red+Green+Blue) = 134+66+250=450 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.78% from 450); Green value is 66 (26.17% from 255 or 14.67% from 450); Blue value is 250 (98.05% from 255 or 55.56% from 450); Max value from RGB is 250 - color contains mainly: blue. Hex color #8642FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8642FA is #79BD05. Grayscale: #6A6A6A. Windows color (decimal): -7978246 or 16401030. OLE color: 16401030.
HSL color Cylindrical-coordinate representation of color #8642FA: hue angle of 262.17º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8642FA is Cyan = 0.46, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 66 | 250 | - |
| CMYK | 0.46 | 0.74 | 0 | 0.02 |
| HSL | 262.17º | 0.95% | 0.62% | - |
| HSV(B) | 262.17º | 0.74% | 0.98% | - |
| XYZ | 29.04 | 15.87 | 91.97 | - |
| YUV | 107.31 | 208.53 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 66 | 250 | 0.46 | 0.74 | 0 | 0.02 | 262.17 | 0.95 | 0.62 |
| Hex | 86 | 42 | FA | 2E | 4A | 0 | 2 | 106 | 5F | 3E |
| Octal | 206 | 102 | 372 | 56 | 112 | 0 | 2 | 406 | 137 | 76 |
| Binary | 10000110 | 1000010 | 11111010 | 101110 | 1001010 | 0 | 10 | 100000110 | 1011111 | 111110 |
Color Harmonies of #8642FA
Complementary color
Monochromatic Colors of #8642FA
Black with #8642FA
Text Example
Text Example
White with #8642FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8642FA; }
p { color: rgb(134,66,250); }
H1.HeaderClassName
{
color: #8642FA;
}
.AnyTagClassName
{
color: #8642FA;
}
</style>
background-color css
<style>
a { background-color: #8642FA; }
a { background-color: rgb(134,66,250); }
div.DivClassName
{
background-color: #8642FA;
}
.BgClassName
{
background-color: #8642FA;
}
</style>
border-color css
<style>
span { border-color: #8642FA; }
span { border-color: rgb(134,66,250); }
td.TdClassName
{
border-color: #8642FA;
}
.TagClassName
{
border-color: #8642FA;
}
</style>