Shades of Blue Violet #8534DB
Tints of Blue Violet #8534DB
RGB
CMYK
RGB Variations
Color information
#8534DB (or 0x8534DB) is known color: Blue Violet. HEX triplet: 85, 34 and DB. RGB value is (133,52,219). Sum of RGB (Red+Green+Blue) = 133+52+219=404 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.92% from 404); Green value is 52 (20.70% from 255 or 12.87% from 404); Blue value is 219 (85.94% from 255 or 54.21% from 404); Max value from RGB is 219 - color contains mainly: blue. Hex color #8534DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8534DB is #7ACB24. Grayscale: #5E5E5E. Windows color (decimal): -8047397 or 14365829. OLE color: 14365829.
HSL color Cylindrical-coordinate representation of color #8534DB: hue angle of 269.1º 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 #8534DB is Cyan = 0.39, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 52 | 219 | - |
| CMYK | 0.39 | 0.76 | 0 | 0.14 |
| HSL | 269.1º | 0.7% | 0.53% | - |
| HSV(B) | 269.1º | 0.76% | 0.86% | - |
| XYZ | 23.69 | 12.56 | 68.19 | - |
| YUV | 95.26 | 197.84 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 52 | 219 | 0.39 | 0.76 | 0 | 0.14 | 269.1 | 0.7 | 0.53 |
| Hex | 85 | 34 | DB | 27 | 4C | 0 | E | 10D | 46 | 35 |
| Octal | 205 | 64 | 333 | 47 | 114 | 0 | 16 | 415 | 106 | 65 |
| Binary | 10000101 | 110100 | 11011011 | 100111 | 1001100 | 0 | 1110 | 100001101 | 1000110 | 110101 |
Color Harmonies of #8534DB
Complementary color
Monochromatic Colors of #8534DB
Black with #8534DB
Text Example
Text Example
White with #8534DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8534DB; }
p { color: rgb(133,52,219); }
H1.HeaderClassName
{
color: #8534DB;
}
.AnyTagClassName
{
color: #8534DB;
}
</style>
background-color css
<style>
a { background-color: #8534DB; }
a { background-color: rgb(133,52,219); }
div.DivClassName
{
background-color: #8534DB;
}
.BgClassName
{
background-color: #8534DB;
}
</style>
border-color css
<style>
span { border-color: #8534DB; }
span { border-color: rgb(133,52,219); }
td.TdClassName
{
border-color: #8534DB;
}
.TagClassName
{
border-color: #8534DB;
}
</style>