Shades of Blue Violet #8415F7
Tints of Blue Violet #8415F7
RGB
CMYK
RGB Variations
Color information
#8415F7 (or 0x8415F7) is known color: Blue Violet. HEX triplet: 84, 15 and F7. RGB value is (132,21,247). Sum of RGB (Red+Green+Blue) = 132+21+247=400 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33% from 400); Green value is 21 (8.59% from 255 or 5.25% from 400); Blue value is 247 (96.88% from 255 or 61.75% from 400); Max value from RGB is 247 - color contains mainly: blue. Hex color #8415F7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8415F7 is #7BEA08. Grayscale: #4F4F4F. Windows color (decimal): -8120841 or 16192900. OLE color: 16192900.
HSL color Cylindrical-coordinate representation of color #8415F7: hue angle of 269.47º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8415F7 is Cyan = 0.47, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 132 | 21 | 247 | - |
| CMYK | 0.47 | 0.91 | 0 | 0.03 |
| HSL | 269.47º | 0.93% | 0.53% | - |
| HSV(B) | 269.47º | 0.91% | 0.97% | - |
| XYZ | 26.57 | 12.16 | 88.94 | - |
| YUV | 79.95 | 222.27 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 21 | 247 | 0.47 | 0.91 | 0 | 0.03 | 269.47 | 0.93 | 0.53 |
| Hex | 84 | 15 | F7 | 2F | 5B | 0 | 3 | 10D | 5D | 35 |
| Octal | 204 | 25 | 367 | 57 | 133 | 0 | 3 | 415 | 135 | 65 |
| Binary | 10000100 | 10101 | 11110111 | 101111 | 1011011 | 0 | 11 | 100001101 | 1011101 | 110101 |
Color Harmonies of #8415F7
Complementary color
Monochromatic Colors of #8415F7
Black with #8415F7
Text Example
Text Example
White with #8415F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8415F7; }
p { color: rgb(132,21,247); }
H1.HeaderClassName
{
color: #8415F7;
}
.AnyTagClassName
{
color: #8415F7;
}
</style>
background-color css
<style>
a { background-color: #8415F7; }
a { background-color: rgb(132,21,247); }
div.DivClassName
{
background-color: #8415F7;
}
.BgClassName
{
background-color: #8415F7;
}
</style>
border-color css
<style>
span { border-color: #8415F7; }
span { border-color: rgb(132,21,247); }
td.TdClassName
{
border-color: #8415F7;
}
.TagClassName
{
border-color: #8415F7;
}
</style>