Shades of Blue Violet #8334D2
Tints of Blue Violet #8334D2
RGB
CMYK
RGB Variations
Color information
#8334D2 (or 0x8334D2) is known color: Blue Violet. HEX triplet: 83, 34 and D2. RGB value is (131,52,210). Sum of RGB (Red+Green+Blue) = 131+52+210=393 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.33% from 393); Green value is 52 (20.70% from 255 or 13.23% from 393); Blue value is 210 (82.42% from 255 or 53.44% from 393); Max value from RGB is 210 - color contains mainly: blue. Hex color #8334D2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8334D2 is #7CCB2D. Grayscale: #5D5D5D. Windows color (decimal): -8178478 or 13776003. OLE color: 13776003.
HSL color Cylindrical-coordinate representation of color #8334D2: hue angle of 270º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8334D2 is Cyan = 0.38, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 131 | 52 | 210 | - |
| CMYK | 0.38 | 0.75 | 0 | 0.18 |
| HSL | 270º | 0.64% | 0.51% | - |
| HSV(B) | 270º | 0.75% | 0.82% | - |
| XYZ | 22.22 | 11.93 | 62.11 | - |
| YUV | 93.63 | 193.67 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 52 | 210 | 0.38 | 0.75 | 0 | 0.18 | 270 | 0.64 | 0.51 |
| Hex | 83 | 34 | D2 | 26 | 4B | 0 | 12 | 10E | 40 | 33 |
| Octal | 203 | 64 | 322 | 46 | 113 | 0 | 22 | 416 | 100 | 63 |
| Binary | 10000011 | 110100 | 11010010 | 100110 | 1001011 | 0 | 10010 | 100001110 | 1000000 | 110011 |
Color Harmonies of #8334D2
Complementary color
Monochromatic Colors of #8334D2
Black with #8334D2
Text Example
Text Example
White with #8334D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8334D2; }
p { color: rgb(131,52,210); }
H1.HeaderClassName
{
color: #8334D2;
}
.AnyTagClassName
{
color: #8334D2;
}
</style>
background-color css
<style>
a { background-color: #8334D2; }
a { background-color: rgb(131,52,210); }
div.DivClassName
{
background-color: #8334D2;
}
.BgClassName
{
background-color: #8334D2;
}
</style>
border-color css
<style>
span { border-color: #8334D2; }
span { border-color: rgb(131,52,210); }
td.TdClassName
{
border-color: #8334D2;
}
.TagClassName
{
border-color: #8334D2;
}
</style>