Shades of Blue Violet #8418DF
Tints of Blue Violet #8418DF
RGB
CMYK
RGB Variations
Color information
#8418DF (or 0x8418DF) is known color: Blue Violet. HEX triplet: 84, 18 and DF. RGB value is (132,24,223). Sum of RGB (Red+Green+Blue) = 132+24+223=379 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.83% from 379); Green value is 24 (9.77% from 255 or 6.33% from 379); Blue value is 223 (87.5% from 255 or 58.84% from 379); Max value from RGB is 223 - color contains mainly: blue. Hex color #8418DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8418DF is #7BE720. Grayscale: #4E4E4E. Windows color (decimal): -8120097 or 14620804. OLE color: 14620804.
HSL color Cylindrical-coordinate representation of color #8418DF: hue angle of 272.56º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8418DF is Cyan = 0.41, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 24 | 223 | - |
| CMYK | 0.41 | 0.89 | 0 | 0.13 |
| HSL | 272.56º | 0.81% | 0.48% | - |
| HSV(B) | 272.56º | 0.89% | 0.87% | - |
| XYZ | 23.16 | 10.89 | 70.69 | - |
| YUV | 78.98 | 209.28 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 24 | 223 | 0.41 | 0.89 | 0 | 0.13 | 272.56 | 0.81 | 0.48 |
| Hex | 84 | 18 | DF | 29 | 59 | 0 | D | 111 | 51 | 30 |
| Octal | 204 | 30 | 337 | 51 | 131 | 0 | 15 | 421 | 121 | 60 |
| Binary | 10000100 | 11000 | 11011111 | 101001 | 1011001 | 0 | 1101 | 100010001 | 1010001 | 110000 |
Color Harmonies of #8418DF
Complementary color
Monochromatic Colors of #8418DF
Black with #8418DF
Text Example
Text Example
White with #8418DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8418DF; }
p { color: rgb(132,24,223); }
H1.HeaderClassName
{
color: #8418DF;
}
.AnyTagClassName
{
color: #8418DF;
}
</style>
background-color css
<style>
a { background-color: #8418DF; }
a { background-color: rgb(132,24,223); }
div.DivClassName
{
background-color: #8418DF;
}
.BgClassName
{
background-color: #8418DF;
}
</style>
border-color css
<style>
span { border-color: #8418DF; }
span { border-color: rgb(132,24,223); }
td.TdClassName
{
border-color: #8418DF;
}
.TagClassName
{
border-color: #8418DF;
}
</style>