Shades of Blue Violet #8613FE
Tints of Blue Violet #8613FE
RGB
CMYK
RGB Variations
Color information
#8613FE (or 0x8613FE) is known color: Blue Violet. HEX triplet: 86, 13 and FE. RGB value is (134,19,254). Sum of RGB (Red+Green+Blue) = 134+19+254=407 (53% of max value = 765). Red value is 134 (52.73% from 255 or 32.92% from 407); Green value is 19 (7.81% from 255 or 4.67% from 407); Blue value is 254 (99.61% from 255 or 62.41% from 407); Max value from RGB is 254 - color contains mainly: blue. Hex color #8613FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8613FE is #79EC01. Grayscale: #4F4F4F. Windows color (decimal): -7990274 or 16651142. OLE color: 16651142.
HSL color Cylindrical-coordinate representation of color #8613FE: hue angle of 269.36º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8613FE is Cyan = 0.47, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 134 | 19 | 254 | - |
| CMYK | 0.47 | 0.93 | 0 | 0.00 |
| HSL | 269.36º | 0.99% | 0.54% | - |
| HSV(B) | 269.36º | 0.93% | 1% | - |
| XYZ | 27.95 | 12.69 | 94.74 | - |
| YUV | 80.18 | 226.1 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 19 | 254 | 0.47 | 0.93 | 0 | 0.00 | 269.36 | 0.99 | 0.54 |
| Hex | 86 | 13 | FE | 2F | 5D | 0 | 0 | 10D | 63 | 36 |
| Octal | 206 | 23 | 376 | 57 | 135 | 0 | 0 | 415 | 143 | 66 |
| Binary | 10000110 | 10011 | 11111110 | 101111 | 1011101 | 0 | 0 | 100001101 | 1100011 | 110110 |
Color Harmonies of #8613FE
Complementary color
Monochromatic Colors of #8613FE
Black with #8613FE
Text Example
Text Example
White with #8613FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8613FE; }
p { color: rgb(134,19,254); }
H1.HeaderClassName
{
color: #8613FE;
}
.AnyTagClassName
{
color: #8613FE;
}
</style>
background-color css
<style>
a { background-color: #8613FE; }
a { background-color: rgb(134,19,254); }
div.DivClassName
{
background-color: #8613FE;
}
.BgClassName
{
background-color: #8613FE;
}
</style>
border-color css
<style>
span { border-color: #8613FE; }
span { border-color: rgb(134,19,254); }
td.TdClassName
{
border-color: #8613FE;
}
.TagClassName
{
border-color: #8613FE;
}
</style>