Shades of Blue Violet #8435DC
Tints of Blue Violet #8435DC
RGB
CMYK
RGB Variations
Color information
#8435DC (or 0x8435DC) is known color: Blue Violet. HEX triplet: 84, 35 and DC. RGB value is (132,53,220). Sum of RGB (Red+Green+Blue) = 132+53+220=405 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.59% from 405); Green value is 53 (21.09% from 255 or 13.09% from 405); Blue value is 220 (86.33% from 255 or 54.32% from 405); Max value from RGB is 220 - color contains mainly: blue. Hex color #8435DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8435DC is #7BCA23. Grayscale: #5F5F5F. Windows color (decimal): -8112676 or 14431620. OLE color: 14431620.
HSL color Cylindrical-coordinate representation of color #8435DC: hue angle of 268.38º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8435DC is Cyan = 0.40, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 53 | 220 | - |
| CMYK | 0.40 | 0.76 | 0 | 0.14 |
| HSL | 268.38º | 0.7% | 0.54% | - |
| HSV(B) | 268.38º | 0.76% | 0.86% | - |
| XYZ | 23.71 | 12.62 | 68.9 | - |
| YUV | 95.66 | 198.17 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 53 | 220 | 0.40 | 0.76 | 0 | 0.14 | 268.38 | 0.7 | 0.54 |
| Hex | 84 | 35 | DC | 28 | 4C | 0 | E | 10C | 46 | 36 |
| Octal | 204 | 65 | 334 | 50 | 114 | 0 | 16 | 414 | 106 | 66 |
| Binary | 10000100 | 110101 | 11011100 | 101000 | 1001100 | 0 | 1110 | 100001100 | 1000110 | 110110 |
Color Harmonies of #8435DC
Complementary color
Monochromatic Colors of #8435DC
Black with #8435DC
Text Example
Text Example
White with #8435DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8435DC; }
p { color: rgb(132,53,220); }
H1.HeaderClassName
{
color: #8435DC;
}
.AnyTagClassName
{
color: #8435DC;
}
</style>
background-color css
<style>
a { background-color: #8435DC; }
a { background-color: rgb(132,53,220); }
div.DivClassName
{
background-color: #8435DC;
}
.BgClassName
{
background-color: #8435DC;
}
</style>
border-color css
<style>
span { border-color: #8435DC; }
span { border-color: rgb(132,53,220); }
td.TdClassName
{
border-color: #8435DC;
}
.TagClassName
{
border-color: #8435DC;
}
</style>