Shades of Blue Violet #8620FA
Tints of Blue Violet #8620FA
RGB
CMYK
RGB Variations
Color information
#8620FA (or 0x8620FA) is known color: Blue Violet. HEX triplet: 86, 20 and FA. RGB value is (134,32,250). Sum of RGB (Red+Green+Blue) = 134+32+250=416 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.21% from 416); Green value is 32 (12.89% from 255 or 7.69% from 416); Blue value is 250 (98.05% from 255 or 60.10% from 416); Max value from RGB is 250 - color contains mainly: blue. Hex color #8620FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8620FA is #79DF05. Grayscale: #565656. Windows color (decimal): -7986950 or 16392326. OLE color: 16392326.
HSL color Cylindrical-coordinate representation of color #8620FA: hue angle of 268.07º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8620FA is Cyan = 0.46, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 32 | 250 | - |
| CMYK | 0.46 | 0.87 | 0 | 0.02 |
| HSL | 268.07º | 0.96% | 0.55% | - |
| HSV(B) | 268.07º | 0.87% | 0.98% | - |
| XYZ | 27.6 | 13 | 91.5 | - |
| YUV | 87.35 | 219.79 | 161.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 32 | 250 | 0.46 | 0.87 | 0 | 0.02 | 268.07 | 0.96 | 0.55 |
| Hex | 86 | 20 | FA | 2E | 57 | 0 | 2 | 10C | 60 | 37 |
| Octal | 206 | 40 | 372 | 56 | 127 | 0 | 2 | 414 | 140 | 67 |
| Binary | 10000110 | 100000 | 11111010 | 101110 | 1010111 | 0 | 10 | 100001100 | 1100000 | 110111 |
Color Harmonies of #8620FA
Complementary color
Monochromatic Colors of #8620FA
Black with #8620FA
Text Example
Text Example
White with #8620FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8620FA; }
p { color: rgb(134,32,250); }
H1.HeaderClassName
{
color: #8620FA;
}
.AnyTagClassName
{
color: #8620FA;
}
</style>
background-color css
<style>
a { background-color: #8620FA; }
a { background-color: rgb(134,32,250); }
div.DivClassName
{
background-color: #8620FA;
}
.BgClassName
{
background-color: #8620FA;
}
</style>
border-color css
<style>
span { border-color: #8620FA; }
span { border-color: rgb(134,32,250); }
td.TdClassName
{
border-color: #8620FA;
}
.TagClassName
{
border-color: #8620FA;
}
</style>