Shades of Blue Violet #8341DF
Tints of Blue Violet #8341DF
RGB
CMYK
RGB Variations
Color information
#8341DF (or 0x8341DF) is known color: Blue Violet. HEX triplet: 83, 41 and DF. RGB value is (131,65,223). Sum of RGB (Red+Green+Blue) = 131+65+223=419 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.26% from 419); Green value is 65 (25.78% from 255 or 15.51% from 419); Blue value is 223 (87.5% from 255 or 53.22% from 419); Max value from RGB is 223 - color contains mainly: blue. Hex color #8341DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8341DF is #7CBE20. Grayscale: #666666. Windows color (decimal): -8175137 or 14631299. OLE color: 14631299.
HSL color Cylindrical-coordinate representation of color #8341DF: hue angle of 265.06º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8341DF is Cyan = 0.41, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 65 | 223 | - |
| CMYK | 0.41 | 0.71 | 0 | 0.13 |
| HSL | 265.06º | 0.71% | 0.56% | - |
| HSV(B) | 265.06º | 0.71% | 0.87% | - |
| XYZ | 24.57 | 13.93 | 71.21 | - |
| YUV | 102.75 | 195.87 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 65 | 223 | 0.41 | 0.71 | 0 | 0.13 | 265.06 | 0.71 | 0.56 |
| Hex | 83 | 41 | DF | 29 | 47 | 0 | D | 109 | 47 | 38 |
| Octal | 203 | 101 | 337 | 51 | 107 | 0 | 15 | 411 | 107 | 70 |
| Binary | 10000011 | 1000001 | 11011111 | 101001 | 1000111 | 0 | 1101 | 100001001 | 1000111 | 111000 |
Color Harmonies of #8341DF
Complementary color
Monochromatic Colors of #8341DF
Black with #8341DF
Text Example
Text Example
White with #8341DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8341DF; }
p { color: rgb(131,65,223); }
H1.HeaderClassName
{
color: #8341DF;
}
.AnyTagClassName
{
color: #8341DF;
}
</style>
background-color css
<style>
a { background-color: #8341DF; }
a { background-color: rgb(131,65,223); }
div.DivClassName
{
background-color: #8341DF;
}
.BgClassName
{
background-color: #8341DF;
}
</style>
border-color css
<style>
span { border-color: #8341DF; }
span { border-color: rgb(131,65,223); }
td.TdClassName
{
border-color: #8341DF;
}
.TagClassName
{
border-color: #8341DF;
}
</style>