Shades of Blue Violet #8434DE
Tints of Blue Violet #8434DE
RGB
CMYK
RGB Variations
Color information
#8434DE (or 0x8434DE) is known color: Blue Violet. HEX triplet: 84, 34 and DE. RGB value is (132,52,222). Sum of RGB (Red+Green+Blue) = 132+52+222=406 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.51% from 406); Green value is 52 (20.70% from 255 or 12.81% from 406); Blue value is 222 (87.11% from 255 or 54.68% from 406); Max value from RGB is 222 - color contains mainly: blue. Hex color #8434DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8434DE is #7BCB21. Grayscale: #5E5E5E. Windows color (decimal): -8112930 or 14562436. OLE color: 14562436.
HSL color Cylindrical-coordinate representation of color #8434DE: hue angle of 268.24º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8434DE is Cyan = 0.41, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 52 | 222 | - |
| CMYK | 0.41 | 0.77 | 0 | 0.13 |
| HSL | 268.24º | 0.72% | 0.54% | - |
| HSV(B) | 268.24º | 0.77% | 0.87% | - |
| XYZ | 23.93 | 12.64 | 70.28 | - |
| YUV | 95.3 | 199.5 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 52 | 222 | 0.41 | 0.77 | 0 | 0.13 | 268.24 | 0.72 | 0.54 |
| Hex | 84 | 34 | DE | 29 | 4D | 0 | D | 10C | 48 | 36 |
| Octal | 204 | 64 | 336 | 51 | 115 | 0 | 15 | 414 | 110 | 66 |
| Binary | 10000100 | 110100 | 11011110 | 101001 | 1001101 | 0 | 1101 | 100001100 | 1001000 | 110110 |
Color Harmonies of #8434DE
Complementary color
Monochromatic Colors of #8434DE
Black with #8434DE
Text Example
Text Example
White with #8434DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8434DE; }
p { color: rgb(132,52,222); }
H1.HeaderClassName
{
color: #8434DE;
}
.AnyTagClassName
{
color: #8434DE;
}
</style>
background-color css
<style>
a { background-color: #8434DE; }
a { background-color: rgb(132,52,222); }
div.DivClassName
{
background-color: #8434DE;
}
.BgClassName
{
background-color: #8434DE;
}
</style>
border-color css
<style>
span { border-color: #8434DE; }
span { border-color: rgb(132,52,222); }
td.TdClassName
{
border-color: #8434DE;
}
.TagClassName
{
border-color: #8434DE;
}
</style>