Shades of Blue Violet #8417FE
Tints of Blue Violet #8417FE
RGB
CMYK
RGB Variations
Color information
#8417FE (or 0x8417FE) is known color: Blue Violet. HEX triplet: 84, 17 and FE. RGB value is (132,23,254). Sum of RGB (Red+Green+Blue) = 132+23+254=409 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.27% from 409); Green value is 23 (9.38% from 255 or 5.62% 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 #8417FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8417FE is #7BE801. Grayscale: #515151. Windows color (decimal): -8120322 or 16652164. OLE color: 16652164.
HSL color Cylindrical-coordinate representation of color #8417FE: hue angle of 268.31º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8417FE is Cyan = 0.48, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 132 | 23 | 254 | - |
| CMYK | 0.48 | 0.91 | 0 | 0.00 |
| HSL | 268.31º | 0.99% | 0.54% | - |
| HSV(B) | 268.31º | 0.91% | 1% | - |
| XYZ | 27.71 | 12.67 | 94.75 | - |
| YUV | 81.93 | 225.11 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 23 | 254 | 0.48 | 0.91 | 0 | 0.00 | 268.31 | 0.99 | 0.54 |
| Hex | 84 | 17 | FE | 30 | 5B | 0 | 0 | 10C | 63 | 36 |
| Octal | 204 | 27 | 376 | 60 | 133 | 0 | 0 | 414 | 143 | 66 |
| Binary | 10000100 | 10111 | 11111110 | 110000 | 1011011 | 0 | 0 | 100001100 | 1100011 | 110110 |
Color Harmonies of #8417FE
Complementary color
Monochromatic Colors of #8417FE
Black with #8417FE
Text Example
Text Example
White with #8417FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8417FE; }
p { color: rgb(132,23,254); }
H1.HeaderClassName
{
color: #8417FE;
}
.AnyTagClassName
{
color: #8417FE;
}
</style>
background-color css
<style>
a { background-color: #8417FE; }
a { background-color: rgb(132,23,254); }
div.DivClassName
{
background-color: #8417FE;
}
.BgClassName
{
background-color: #8417FE;
}
</style>
border-color css
<style>
span { border-color: #8417FE; }
span { border-color: rgb(132,23,254); }
td.TdClassName
{
border-color: #8417FE;
}
.TagClassName
{
border-color: #8417FE;
}
</style>