Shades of Blue Violet #8418FF
Tints of Blue Violet #8418FF
RGB
CMYK
RGB Variations
Color information
#8418FF (or 0x8418FF) is known color: Blue Violet. HEX triplet: 84, 18 and FF. RGB value is (132,24,255). Sum of RGB (Red+Green+Blue) = 132+24+255=411 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.12% from 411); Green value is 24 (9.77% from 255 or 5.84% from 411); Blue value is 255 (100% from 255 or 62.04% from 411); Max value from RGB is 255 - color contains mainly: blue. Hex color #8418FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8418FF is #7BE700. Grayscale: #515151. Windows color (decimal): -8120065 or 16717956. OLE color: 16717956.
HSL color Cylindrical-coordinate representation of color #8418FF: hue angle of 268.05º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8418FF is Cyan = 0.48, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 24 | 255 | - |
| CMYK | 0.48 | 0.91 | 0 | 0 |
| HSL | 268.05º | 1% | 0.55% | - |
| HSV(B) | 268.05º | 0.91% | 1% | - |
| XYZ | 27.89 | 12.78 | 95.6 | - |
| YUV | 82.63 | 225.28 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 24 | 255 | 0.48 | 0.91 | 0 | 0 | 268.05 | 1 | 0.55 |
| Hex | 84 | 18 | FF | 30 | 5B | 0 | 0 | 10C | 64 | 37 |
| Octal | 204 | 30 | 377 | 60 | 133 | 0 | 0 | 414 | 144 | 67 |
| Binary | 10000100 | 11000 | 11111111 | 110000 | 1011011 | 0 | 0 | 100001100 | 1100100 | 110111 |
Color Harmonies of #8418FF
Complementary color
Monochromatic Colors of #8418FF
Black with #8418FF
Text Example
Text Example
White with #8418FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8418FF; }
p { color: rgb(132,24,255); }
H1.HeaderClassName
{
color: #8418FF;
}
.AnyTagClassName
{
color: #8418FF;
}
</style>
background-color css
<style>
a { background-color: #8418FF; }
a { background-color: rgb(132,24,255); }
div.DivClassName
{
background-color: #8418FF;
}
.BgClassName
{
background-color: #8418FF;
}
</style>
border-color css
<style>
span { border-color: #8418FF; }
span { border-color: rgb(132,24,255); }
td.TdClassName
{
border-color: #8418FF;
}
.TagClassName
{
border-color: #8418FF;
}
</style>