Shades of Blue Violet #8615FE
Tints of Blue Violet #8615FE
RGB
CMYK
RGB Variations
Color information
#8615FE (or 0x8615FE) is known color: Blue Violet. HEX triplet: 86, 15 and FE. RGB value is (134,21,254). Sum of RGB (Red+Green+Blue) = 134+21+254=409 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.76% from 409); Green value is 21 (8.59% from 255 or 5.13% from 409); Blue value is 254 (99.61% from 255 or 62.10% from 409); Max value from RGB is 254 - color contains mainly: blue. Hex color #8615FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8615FE is #79EA01. Grayscale: #505050. Windows color (decimal): -7989762 or 16651654. OLE color: 16651654.
HSL color Cylindrical-coordinate representation of color #8615FE: hue angle of 269.1º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8615FE is Cyan = 0.47, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 134 | 21 | 254 | - |
| CMYK | 0.47 | 0.92 | 0 | 0.00 |
| HSL | 269.1º | 0.99% | 0.54% | - |
| HSV(B) | 269.1º | 0.92% | 1% | - |
| XYZ | 27.99 | 12.76 | 94.75 | - |
| YUV | 81.35 | 225.44 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 21 | 254 | 0.47 | 0.92 | 0 | 0.00 | 269.1 | 0.99 | 0.54 |
| Hex | 86 | 15 | FE | 2F | 5C | 0 | 0 | 10D | 63 | 36 |
| Octal | 206 | 25 | 376 | 57 | 134 | 0 | 0 | 415 | 143 | 66 |
| Binary | 10000110 | 10101 | 11111110 | 101111 | 1011100 | 0 | 0 | 100001101 | 1100011 | 110110 |
Color Harmonies of #8615FE
Complementary color
Monochromatic Colors of #8615FE
Black with #8615FE
Text Example
Text Example
White with #8615FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8615FE; }
p { color: rgb(134,21,254); }
H1.HeaderClassName
{
color: #8615FE;
}
.AnyTagClassName
{
color: #8615FE;
}
</style>
background-color css
<style>
a { background-color: #8615FE; }
a { background-color: rgb(134,21,254); }
div.DivClassName
{
background-color: #8615FE;
}
.BgClassName
{
background-color: #8615FE;
}
</style>
border-color css
<style>
span { border-color: #8615FE; }
span { border-color: rgb(134,21,254); }
td.TdClassName
{
border-color: #8615FE;
}
.TagClassName
{
border-color: #8615FE;
}
</style>