Shades of Blue Violet #8334DC
Tints of Blue Violet #8334DC
RGB
CMYK
RGB Variations
Color information
#8334DC (or 0x8334DC) is known color: Blue Violet. HEX triplet: 83, 34 and DC. RGB value is (131,52,220). Sum of RGB (Red+Green+Blue) = 131+52+220=403 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.51% from 403); Green value is 52 (20.70% from 255 or 12.90% from 403); Blue value is 220 (86.33% from 255 or 54.59% from 403); Max value from RGB is 220 - color contains mainly: blue. Hex color #8334DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8334DC is #7CCB23. Grayscale: #5E5E5E. Windows color (decimal): -8178468 or 14431363. OLE color: 14431363.
HSL color Cylindrical-coordinate representation of color #8334DC: hue angle of 268.21º 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 #8334DC is Cyan = 0.40, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 52 | 220 | - |
| CMYK | 0.40 | 0.76 | 0 | 0.14 |
| HSL | 268.21º | 0.71% | 0.53% | - |
| HSV(B) | 268.21º | 0.76% | 0.86% | - |
| XYZ | 23.51 | 12.45 | 68.87 | - |
| YUV | 94.77 | 198.67 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 52 | 220 | 0.40 | 0.76 | 0 | 0.14 | 268.21 | 0.71 | 0.53 |
| Hex | 83 | 34 | DC | 28 | 4C | 0 | E | 10C | 47 | 35 |
| Octal | 203 | 64 | 334 | 50 | 114 | 0 | 16 | 414 | 107 | 65 |
| Binary | 10000011 | 110100 | 11011100 | 101000 | 1001100 | 0 | 1110 | 100001100 | 1000111 | 110101 |
Color Harmonies of #8334DC
Complementary color
Monochromatic Colors of #8334DC
Black with #8334DC
Text Example
Text Example
White with #8334DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8334DC; }
p { color: rgb(131,52,220); }
H1.HeaderClassName
{
color: #8334DC;
}
.AnyTagClassName
{
color: #8334DC;
}
</style>
background-color css
<style>
a { background-color: #8334DC; }
a { background-color: rgb(131,52,220); }
div.DivClassName
{
background-color: #8334DC;
}
.BgClassName
{
background-color: #8334DC;
}
</style>
border-color css
<style>
span { border-color: #8334DC; }
span { border-color: rgb(131,52,220); }
td.TdClassName
{
border-color: #8334DC;
}
.TagClassName
{
border-color: #8334DC;
}
</style>