Shades of Blue Violet #8434DB
Tints of Blue Violet #8434DB
RGB
CMYK
RGB Variations
Color information
#8434DB (or 0x8434DB) is known color: Blue Violet. HEX triplet: 84, 34 and DB. RGB value is (132,52,219). Sum of RGB (Red+Green+Blue) = 132+52+219=403 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.75% from 403); Green value is 52 (20.70% from 255 or 12.90% from 403); Blue value is 219 (85.94% from 255 or 54.34% from 403); Max value from RGB is 219 - color contains mainly: blue. Hex color #8434DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8434DB is #7BCB24. Grayscale: #5E5E5E. Windows color (decimal): -8112933 or 14365828. OLE color: 14365828.
HSL color Cylindrical-coordinate representation of color #8434DB: hue angle of 268.74º degrees, saturation: 0.7, 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 #8434DB is Cyan = 0.40, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 52 | 219 | - |
| CMYK | 0.40 | 0.76 | 0 | 0.14 |
| HSL | 268.74º | 0.7% | 0.53% | - |
| HSV(B) | 268.74º | 0.76% | 0.86% | - |
| XYZ | 23.53 | 12.48 | 68.19 | - |
| YUV | 94.96 | 198 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 52 | 219 | 0.40 | 0.76 | 0 | 0.14 | 268.74 | 0.7 | 0.53 |
| Hex | 84 | 34 | DB | 28 | 4C | 0 | E | 10D | 46 | 35 |
| Octal | 204 | 64 | 333 | 50 | 114 | 0 | 16 | 415 | 106 | 65 |
| Binary | 10000100 | 110100 | 11011011 | 101000 | 1001100 | 0 | 1110 | 100001101 | 1000110 | 110101 |
Color Harmonies of #8434DB
Complementary color
Monochromatic Colors of #8434DB
Black with #8434DB
Text Example
Text Example
White with #8434DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8434DB; }
p { color: rgb(132,52,219); }
H1.HeaderClassName
{
color: #8434DB;
}
.AnyTagClassName
{
color: #8434DB;
}
</style>
background-color css
<style>
a { background-color: #8434DB; }
a { background-color: rgb(132,52,219); }
div.DivClassName
{
background-color: #8434DB;
}
.BgClassName
{
background-color: #8434DB;
}
</style>
border-color css
<style>
span { border-color: #8434DB; }
span { border-color: rgb(132,52,219); }
td.TdClassName
{
border-color: #8434DB;
}
.TagClassName
{
border-color: #8434DB;
}
</style>