Shades of Blue Violet #8611FA
Tints of Blue Violet #8611FA
RGB
CMYK
RGB Variations
Color information
#8611FA (or 0x8611FA) is known color: Blue Violet. HEX triplet: 86, 11 and FA. RGB value is (134,17,250). Sum of RGB (Red+Green+Blue) = 134+17+250=401 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.42% from 401); Green value is 17 (7.03% from 255 or 4.24% from 401); Blue value is 250 (98.05% from 255 or 62.34% from 401); Max value from RGB is 250 - color contains mainly: blue. Hex color #8611FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8611FA is #79EE05. Grayscale: #4D4D4D. Windows color (decimal): -7990790 or 16388486. OLE color: 16388486.
HSL color Cylindrical-coordinate representation of color #8611FA: hue angle of 270.13º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8611FA is Cyan = 0.46, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 17 | 250 | - |
| CMYK | 0.46 | 0.93 | 0 | 0.02 |
| HSL | 270.13º | 0.96% | 0.52% | - |
| HSV(B) | 270.13º | 0.93% | 0.98% | - |
| XYZ | 27.29 | 12.37 | 91.39 | - |
| YUV | 78.55 | 224.76 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 17 | 250 | 0.46 | 0.93 | 0 | 0.02 | 270.13 | 0.96 | 0.52 |
| Hex | 86 | 11 | FA | 2E | 5D | 0 | 2 | 10E | 60 | 34 |
| Octal | 206 | 21 | 372 | 56 | 135 | 0 | 2 | 416 | 140 | 64 |
| Binary | 10000110 | 10001 | 11111010 | 101110 | 1011101 | 0 | 10 | 100001110 | 1100000 | 110100 |
Color Harmonies of #8611FA
Complementary color
Monochromatic Colors of #8611FA
Black with #8611FA
Text Example
Text Example
White with #8611FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8611FA; }
p { color: rgb(134,17,250); }
H1.HeaderClassName
{
color: #8611FA;
}
.AnyTagClassName
{
color: #8611FA;
}
</style>
background-color css
<style>
a { background-color: #8611FA; }
a { background-color: rgb(134,17,250); }
div.DivClassName
{
background-color: #8611FA;
}
.BgClassName
{
background-color: #8611FA;
}
</style>
border-color css
<style>
span { border-color: #8611FA; }
span { border-color: rgb(134,17,250); }
td.TdClassName
{
border-color: #8611FA;
}
.TagClassName
{
border-color: #8611FA;
}
</style>