Shades of Blue Violet #8234DB
Tints of Blue Violet #8234DB
RGB
CMYK
RGB Variations
Color information
#8234DB (or 0x8234DB) is known color: Blue Violet. HEX triplet: 82, 34 and DB. RGB value is (130,52,219). Sum of RGB (Red+Green+Blue) = 130+52+219=401 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.42% from 401); Green value is 52 (20.70% from 255 or 12.97% from 401); Blue value is 219 (85.94% from 255 or 54.61% from 401); Max value from RGB is 219 - color contains mainly: blue. Hex color #8234DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8234DB is #7DCB24. Grayscale: #5D5D5D. Windows color (decimal): -8244005 or 14365826. OLE color: 14365826.
HSL color Cylindrical-coordinate representation of color #8234DB: hue angle of 268.02º 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 #8234DB is Cyan = 0.41, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 52 | 219 | - |
| CMYK | 0.41 | 0.76 | 0 | 0.14 |
| HSL | 268.02º | 0.7% | 0.53% | - |
| HSV(B) | 268.02º | 0.76% | 0.86% | - |
| XYZ | 23.22 | 12.32 | 68.17 | - |
| YUV | 94.36 | 198.34 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 52 | 219 | 0.41 | 0.76 | 0 | 0.14 | 268.02 | 0.7 | 0.53 |
| Hex | 82 | 34 | DB | 29 | 4C | 0 | E | 10C | 46 | 35 |
| Octal | 202 | 64 | 333 | 51 | 114 | 0 | 16 | 414 | 106 | 65 |
| Binary | 10000010 | 110100 | 11011011 | 101001 | 1001100 | 0 | 1110 | 100001100 | 1000110 | 110101 |
Color Harmonies of #8234DB
Complementary color
Monochromatic Colors of #8234DB
Black with #8234DB
Text Example
Text Example
White with #8234DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8234DB; }
p { color: rgb(130,52,219); }
H1.HeaderClassName
{
color: #8234DB;
}
.AnyTagClassName
{
color: #8234DB;
}
</style>
background-color css
<style>
a { background-color: #8234DB; }
a { background-color: rgb(130,52,219); }
div.DivClassName
{
background-color: #8234DB;
}
.BgClassName
{
background-color: #8234DB;
}
</style>
border-color css
<style>
span { border-color: #8234DB; }
span { border-color: rgb(130,52,219); }
td.TdClassName
{
border-color: #8234DB;
}
.TagClassName
{
border-color: #8234DB;
}
</style>