Shades of Blue Violet #8341DB
Tints of Blue Violet #8341DB
RGB
CMYK
RGB Variations
Color information
#8341DB (or 0x8341DB) is known color: Blue Violet. HEX triplet: 83, 41 and DB. RGB value is (131,65,219). Sum of RGB (Red+Green+Blue) = 131+65+219=415 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.57% from 415); Green value is 65 (25.78% from 255 or 15.66% from 415); Blue value is 219 (85.94% from 255 or 52.77% from 415); Max value from RGB is 219 - color contains mainly: blue. Hex color #8341DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8341DB is #7CBE24. Grayscale: #656565. Windows color (decimal): -8175141 or 14369155. OLE color: 14369155.
HSL color Cylindrical-coordinate representation of color #8341DB: hue angle of 265.71º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8341DB is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 65 | 219 | - |
| CMYK | 0.40 | 0.70 | 0 | 0.14 |
| HSL | 265.71º | 0.68% | 0.56% | - |
| HSV(B) | 265.71º | 0.7% | 0.86% | - |
| XYZ | 24.04 | 13.72 | 68.4 | - |
| YUV | 102.29 | 193.87 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 65 | 219 | 0.40 | 0.70 | 0 | 0.14 | 265.71 | 0.68 | 0.56 |
| Hex | 83 | 41 | DB | 28 | 46 | 0 | E | 10A | 44 | 38 |
| Octal | 203 | 101 | 333 | 50 | 106 | 0 | 16 | 412 | 104 | 70 |
| Binary | 10000011 | 1000001 | 11011011 | 101000 | 1000110 | 0 | 1110 | 100001010 | 1000100 | 111000 |
Color Harmonies of #8341DB
Complementary color
Monochromatic Colors of #8341DB
Black with #8341DB
Text Example
Text Example
White with #8341DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8341DB; }
p { color: rgb(131,65,219); }
H1.HeaderClassName
{
color: #8341DB;
}
.AnyTagClassName
{
color: #8341DB;
}
</style>
background-color css
<style>
a { background-color: #8341DB; }
a { background-color: rgb(131,65,219); }
div.DivClassName
{
background-color: #8341DB;
}
.BgClassName
{
background-color: #8341DB;
}
</style>
border-color css
<style>
span { border-color: #8341DB; }
span { border-color: rgb(131,65,219); }
td.TdClassName
{
border-color: #8341DB;
}
.TagClassName
{
border-color: #8341DB;
}
</style>