Shades of Blue Violet #8415FF
Tints of Blue Violet #8415FF
RGB
CMYK
RGB Variations
Color information
#8415FF (or 0x8415FF) is known color: Blue Violet. HEX triplet: 84, 15 and FF. RGB value is (132,21,255). Sum of RGB (Red+Green+Blue) = 132+21+255=408 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.35% from 408); Green value is 21 (8.59% from 255 or 5.15% from 408); Blue value is 255 (100% from 255 or 62.5% from 408); Max value from RGB is 255 - color contains mainly: blue. Hex color #8415FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8415FF is #7BEA00. Grayscale: #505050. Windows color (decimal): -8120833 or 16717188. OLE color: 16717188.
HSL color Cylindrical-coordinate representation of color #8415FF: hue angle of 268.46º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8415FF is Cyan = 0.48, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 21 | 255 | - |
| CMYK | 0.48 | 0.92 | 0 | 0 |
| HSL | 268.46º | 1% | 0.54% | - |
| HSV(B) | 268.46º | 0.92% | 1% | - |
| XYZ | 27.83 | 12.66 | 95.58 | - |
| YUV | 80.87 | 226.27 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 21 | 255 | 0.48 | 0.92 | 0 | 0 | 268.46 | 1 | 0.54 |
| Hex | 84 | 15 | FF | 30 | 5C | 0 | 0 | 10C | 64 | 36 |
| Octal | 204 | 25 | 377 | 60 | 134 | 0 | 0 | 414 | 144 | 66 |
| Binary | 10000100 | 10101 | 11111111 | 110000 | 1011100 | 0 | 0 | 100001100 | 1100100 | 110110 |
Color Harmonies of #8415FF
Complementary color
Monochromatic Colors of #8415FF
Black with #8415FF
Text Example
Text Example
White with #8415FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8415FF; }
p { color: rgb(132,21,255); }
H1.HeaderClassName
{
color: #8415FF;
}
.AnyTagClassName
{
color: #8415FF;
}
</style>
background-color css
<style>
a { background-color: #8415FF; }
a { background-color: rgb(132,21,255); }
div.DivClassName
{
background-color: #8415FF;
}
.BgClassName
{
background-color: #8415FF;
}
</style>
border-color css
<style>
span { border-color: #8415FF; }
span { border-color: rgb(132,21,255); }
td.TdClassName
{
border-color: #8415FF;
}
.TagClassName
{
border-color: #8415FF;
}
</style>