Shades of Blue Violet #8341D9
Tints of Blue Violet #8341D9
RGB
CMYK
RGB Variations
Color information
#8341D9 (or 0x8341D9) is known color: Blue Violet. HEX triplet: 83, 41 and D9. RGB value is (131,65,217). Sum of RGB (Red+Green+Blue) = 131+65+217=413 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.72% from 413); Green value is 65 (25.78% from 255 or 15.74% from 413); Blue value is 217 (85.16% from 255 or 52.54% from 413); Max value from RGB is 217 - color contains mainly: blue. Hex color #8341D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8341D9 is #7CBE26. Grayscale: #656565. Windows color (decimal): -8175143 or 14238083. OLE color: 14238083.
HSL color Cylindrical-coordinate representation of color #8341D9: hue angle of 266.05º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8341D9 is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 65 | 217 | - |
| CMYK | 0.40 | 0.70 | 0 | 0.15 |
| HSL | 266.05º | 0.67% | 0.55% | - |
| HSV(B) | 266.05º | 0.7% | 0.85% | - |
| XYZ | 23.77 | 13.62 | 67.02 | - |
| YUV | 102.06 | 192.87 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 65 | 217 | 0.40 | 0.70 | 0 | 0.15 | 266.05 | 0.67 | 0.55 |
| Hex | 83 | 41 | D9 | 28 | 46 | 0 | F | 10A | 43 | 37 |
| Octal | 203 | 101 | 331 | 50 | 106 | 0 | 17 | 412 | 103 | 67 |
| Binary | 10000011 | 1000001 | 11011001 | 101000 | 1000110 | 0 | 1111 | 100001010 | 1000011 | 110111 |
Color Harmonies of #8341D9
Complementary color
Monochromatic Colors of #8341D9
Black with #8341D9
Text Example
Text Example
White with #8341D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8341D9; }
p { color: rgb(131,65,217); }
H1.HeaderClassName
{
color: #8341D9;
}
.AnyTagClassName
{
color: #8341D9;
}
</style>
background-color css
<style>
a { background-color: #8341D9; }
a { background-color: rgb(131,65,217); }
div.DivClassName
{
background-color: #8341D9;
}
.BgClassName
{
background-color: #8341D9;
}
</style>
border-color css
<style>
span { border-color: #8341D9; }
span { border-color: rgb(131,65,217); }
td.TdClassName
{
border-color: #8341D9;
}
.TagClassName
{
border-color: #8341D9;
}
</style>