Shades of Blue Violet #8434DC
Tints of Blue Violet #8434DC
RGB
CMYK
RGB Variations
Color information
#8434DC (or 0x8434DC) is known color: Blue Violet. HEX triplet: 84, 34 and DC. RGB value is (132,52,220). Sum of RGB (Red+Green+Blue) = 132+52+220=404 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.67% from 404); Green value is 52 (20.70% from 255 or 12.87% from 404); Blue value is 220 (86.33% from 255 or 54.46% from 404); Max value from RGB is 220 - color contains mainly: blue. Hex color #8434DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8434DC is #7BCB23. Grayscale: #5E5E5E. Windows color (decimal): -8112932 or 14431364. OLE color: 14431364.
HSL color Cylindrical-coordinate representation of color #8434DC: hue angle of 268.57º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8434DC is Cyan = 0.40, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 52 | 220 | - |
| CMYK | 0.40 | 0.76 | 0 | 0.14 |
| HSL | 268.57º | 0.71% | 0.53% | - |
| HSV(B) | 268.57º | 0.76% | 0.86% | - |
| XYZ | 23.66 | 12.53 | 68.88 | - |
| YUV | 95.07 | 198.5 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 52 | 220 | 0.40 | 0.76 | 0 | 0.14 | 268.57 | 0.71 | 0.53 |
| Hex | 84 | 34 | DC | 28 | 4C | 0 | E | 10D | 47 | 35 |
| Octal | 204 | 64 | 334 | 50 | 114 | 0 | 16 | 415 | 107 | 65 |
| Binary | 10000100 | 110100 | 11011100 | 101000 | 1001100 | 0 | 1110 | 100001101 | 1000111 | 110101 |
Color Harmonies of #8434DC
Complementary color
Monochromatic Colors of #8434DC
Black with #8434DC
Text Example
Text Example
White with #8434DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8434DC; }
p { color: rgb(132,52,220); }
H1.HeaderClassName
{
color: #8434DC;
}
.AnyTagClassName
{
color: #8434DC;
}
</style>
background-color css
<style>
a { background-color: #8434DC; }
a { background-color: rgb(132,52,220); }
div.DivClassName
{
background-color: #8434DC;
}
.BgClassName
{
background-color: #8434DC;
}
</style>
border-color css
<style>
span { border-color: #8434DC; }
span { border-color: rgb(132,52,220); }
td.TdClassName
{
border-color: #8434DC;
}
.TagClassName
{
border-color: #8434DC;
}
</style>