Shades of Blue Violet #8613FB
Tints of Blue Violet #8613FB
RGB
CMYK
RGB Variations
Color information
#8613FB (or 0x8613FB) is known color: Blue Violet. HEX triplet: 86, 13 and FB. RGB value is (134,19,251). Sum of RGB (Red+Green+Blue) = 134+19+251=404 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.17% from 404); Green value is 19 (7.81% from 255 or 4.70% from 404); Blue value is 251 (98.44% from 255 or 62.13% from 404); Max value from RGB is 251 - color contains mainly: blue. Hex color #8613FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8613FB is #79EC04. Grayscale: #4F4F4F. Windows color (decimal): -7990277 or 16454534. OLE color: 16454534.
HSL color Cylindrical-coordinate representation of color #8613FB: hue angle of 269.74º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8613FB is Cyan = 0.47, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 19 | 251 | - |
| CMYK | 0.47 | 0.92 | 0 | 0.02 |
| HSL | 269.74º | 0.97% | 0.53% | - |
| HSV(B) | 269.74º | 0.92% | 0.98% | - |
| XYZ | 27.48 | 12.5 | 92.23 | - |
| YUV | 79.83 | 224.6 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 19 | 251 | 0.47 | 0.92 | 0 | 0.02 | 269.74 | 0.97 | 0.53 |
| Hex | 86 | 13 | FB | 2F | 5C | 0 | 2 | 10E | 61 | 35 |
| Octal | 206 | 23 | 373 | 57 | 134 | 0 | 2 | 416 | 141 | 65 |
| Binary | 10000110 | 10011 | 11111011 | 101111 | 1011100 | 0 | 10 | 100001110 | 1100001 | 110101 |
Color Harmonies of #8613FB
Complementary color
Monochromatic Colors of #8613FB
Black with #8613FB
Text Example
Text Example
White with #8613FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8613FB; }
p { color: rgb(134,19,251); }
H1.HeaderClassName
{
color: #8613FB;
}
.AnyTagClassName
{
color: #8613FB;
}
</style>
background-color css
<style>
a { background-color: #8613FB; }
a { background-color: rgb(134,19,251); }
div.DivClassName
{
background-color: #8613FB;
}
.BgClassName
{
background-color: #8613FB;
}
</style>
border-color css
<style>
span { border-color: #8613FB; }
span { border-color: rgb(134,19,251); }
td.TdClassName
{
border-color: #8613FB;
}
.TagClassName
{
border-color: #8613FB;
}
</style>