Shades of Blue Violet #8534DC
Tints of Blue Violet #8534DC
RGB
CMYK
RGB Variations
Color information
#8534DC (or 0x8534DC) is known color: Blue Violet. HEX triplet: 85, 34 and DC. RGB value is (133,52,220). Sum of RGB (Red+Green+Blue) = 133+52+220=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 52 (20.70% from 255 or 12.84% 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 #8534DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8534DC is #7ACB23. Grayscale: #5E5E5E. Windows color (decimal): -8047396 or 14431365. OLE color: 14431365.
HSL color Cylindrical-coordinate representation of color #8534DC: hue angle of 268.93º 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 #8534DC is Cyan = 0.40, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 52 | 220 | - |
| CMYK | 0.40 | 0.76 | 0 | 0.14 |
| HSL | 268.93º | 0.71% | 0.53% | - |
| HSV(B) | 268.93º | 0.76% | 0.86% | - |
| XYZ | 23.82 | 12.61 | 68.89 | - |
| YUV | 95.37 | 198.34 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 52 | 220 | 0.40 | 0.76 | 0 | 0.14 | 268.93 | 0.71 | 0.53 |
| Hex | 85 | 34 | DC | 28 | 4C | 0 | E | 10D | 47 | 35 |
| Octal | 205 | 64 | 334 | 50 | 114 | 0 | 16 | 415 | 107 | 65 |
| Binary | 10000101 | 110100 | 11011100 | 101000 | 1001100 | 0 | 1110 | 100001101 | 1000111 | 110101 |
Color Harmonies of #8534DC
Complementary color
Monochromatic Colors of #8534DC
Black with #8534DC
Text Example
Text Example
White with #8534DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8534DC; }
p { color: rgb(133,52,220); }
H1.HeaderClassName
{
color: #8534DC;
}
.AnyTagClassName
{
color: #8534DC;
}
</style>
background-color css
<style>
a { background-color: #8534DC; }
a { background-color: rgb(133,52,220); }
div.DivClassName
{
background-color: #8534DC;
}
.BgClassName
{
background-color: #8534DC;
}
</style>
border-color css
<style>
span { border-color: #8534DC; }
span { border-color: rgb(133,52,220); }
td.TdClassName
{
border-color: #8534DC;
}
.TagClassName
{
border-color: #8534DC;
}
</style>