Shades of Blue Violet #8234DA
Tints of Blue Violet #8234DA
RGB
CMYK
RGB Variations
Color information
#8234DA (or 0x8234DA) is known color: Blue Violet. HEX triplet: 82, 34 and DA. RGB value is (130,52,218). Sum of RGB (Red+Green+Blue) = 130+52+218=400 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.5% from 400); Green value is 52 (20.70% from 255 or 13% from 400); Blue value is 218 (85.55% from 255 or 54.5% from 400); Max value from RGB is 218 - color contains mainly: blue. Hex color #8234DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8234DA is #7DCB25. Grayscale: #5D5D5D. Windows color (decimal): -8244006 or 14300290. OLE color: 14300290.
HSL color Cylindrical-coordinate representation of color #8234DA: hue angle of 268.19º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8234DA is Cyan = 0.40, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 130 | 52 | 218 | - |
| CMYK | 0.40 | 0.76 | 0 | 0.15 |
| HSL | 268.19º | 0.69% | 0.53% | - |
| HSV(B) | 268.19º | 0.76% | 0.85% | - |
| XYZ | 23.09 | 12.26 | 67.48 | - |
| YUV | 94.25 | 197.84 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 52 | 218 | 0.40 | 0.76 | 0 | 0.15 | 268.19 | 0.69 | 0.53 |
| Hex | 82 | 34 | DA | 28 | 4C | 0 | F | 10C | 45 | 35 |
| Octal | 202 | 64 | 332 | 50 | 114 | 0 | 17 | 414 | 105 | 65 |
| Binary | 10000010 | 110100 | 11011010 | 101000 | 1001100 | 0 | 1111 | 100001100 | 1000101 | 110101 |
Color Harmonies of #8234DA
Complementary color
Monochromatic Colors of #8234DA
Black with #8234DA
Text Example
Text Example
White with #8234DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8234DA; }
p { color: rgb(130,52,218); }
H1.HeaderClassName
{
color: #8234DA;
}
.AnyTagClassName
{
color: #8234DA;
}
</style>
background-color css
<style>
a { background-color: #8234DA; }
a { background-color: rgb(130,52,218); }
div.DivClassName
{
background-color: #8234DA;
}
.BgClassName
{
background-color: #8234DA;
}
</style>
border-color css
<style>
span { border-color: #8234DA; }
span { border-color: rgb(130,52,218); }
td.TdClassName
{
border-color: #8234DA;
}
.TagClassName
{
border-color: #8234DA;
}
</style>