Shades of Blue Violet #8341D7
Tints of Blue Violet #8341D7
RGB
CMYK
RGB Variations
Color information
#8341D7 (or 0x8341D7) is known color: Blue Violet. HEX triplet: 83, 41 and D7. RGB value is (131,65,215). Sum of RGB (Red+Green+Blue) = 131+65+215=411 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.87% from 411); Green value is 65 (25.78% from 255 or 15.82% from 411); Blue value is 215 (84.38% from 255 or 52.31% from 411); Max value from RGB is 215 - color contains mainly: blue. Hex color #8341D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8341D7 is #7CBE28. Grayscale: #656565. Windows color (decimal): -8175145 or 14107011. OLE color: 14107011.
HSL color Cylindrical-coordinate representation of color #8341D7: hue angle of 266.4º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8341D7 is Cyan = 0.39, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 131 | 65 | 215 | - |
| CMYK | 0.39 | 0.70 | 0 | 0.16 |
| HSL | 266.4º | 0.65% | 0.55% | - |
| HSV(B) | 266.4º | 0.7% | 0.84% | - |
| XYZ | 23.52 | 13.51 | 65.66 | - |
| YUV | 101.83 | 191.87 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 65 | 215 | 0.39 | 0.70 | 0 | 0.16 | 266.4 | 0.65 | 0.55 |
| Hex | 83 | 41 | D7 | 27 | 46 | 0 | 10 | 10A | 41 | 37 |
| Octal | 203 | 101 | 327 | 47 | 106 | 0 | 20 | 412 | 101 | 67 |
| Binary | 10000011 | 1000001 | 11010111 | 100111 | 1000110 | 0 | 10000 | 100001010 | 1000001 | 110111 |
Color Harmonies of #8341D7
Complementary color
Monochromatic Colors of #8341D7
Black with #8341D7
Text Example
Text Example
White with #8341D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8341D7; }
p { color: rgb(131,65,215); }
H1.HeaderClassName
{
color: #8341D7;
}
.AnyTagClassName
{
color: #8341D7;
}
</style>
background-color css
<style>
a { background-color: #8341D7; }
a { background-color: rgb(131,65,215); }
div.DivClassName
{
background-color: #8341D7;
}
.BgClassName
{
background-color: #8341D7;
}
</style>
border-color css
<style>
span { border-color: #8341D7; }
span { border-color: rgb(131,65,215); }
td.TdClassName
{
border-color: #8341D7;
}
.TagClassName
{
border-color: #8341D7;
}
</style>