Shades of Blue Violet #8343D0
Tints of Blue Violet #8343D0
RGB
CMYK
RGB Variations
Color information
#8343D0 (or 0x8343D0) is known color: Blue Violet. HEX triplet: 83, 43 and D0. RGB value is (131,67,208). Sum of RGB (Red+Green+Blue) = 131+67+208=406 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.27% from 406); Green value is 67 (26.56% from 255 or 16.50% from 406); Blue value is 208 (81.64% from 255 or 51.23% from 406); Max value from RGB is 208 - color contains mainly: blue. Hex color #8343D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8343D0 is #7CBC2F. Grayscale: #656565. Windows color (decimal): -8174640 or 13648771. OLE color: 13648771.
HSL color Cylindrical-coordinate representation of color #8343D0: hue angle of 267.23º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8343D0 is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 131 | 67 | 208 | - |
| CMYK | 0.37 | 0.68 | 0 | 0.18 |
| HSL | 267.23º | 0.6% | 0.54% | - |
| HSV(B) | 267.23º | 0.68% | 0.82% | - |
| XYZ | 22.75 | 13.39 | 61.06 | - |
| YUV | 102.21 | 187.7 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 67 | 208 | 0.37 | 0.68 | 0 | 0.18 | 267.23 | 0.6 | 0.54 |
| Hex | 83 | 43 | D0 | 25 | 44 | 0 | 12 | 10B | 3C | 36 |
| Octal | 203 | 103 | 320 | 45 | 104 | 0 | 22 | 413 | 74 | 66 |
| Binary | 10000011 | 1000011 | 11010000 | 100101 | 1000100 | 0 | 10010 | 100001011 | 111100 | 110110 |
Color Harmonies of #8343D0
Complementary color
Monochromatic Colors of #8343D0
Black with #8343D0
Text Example
Text Example
White with #8343D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8343D0; }
p { color: rgb(131,67,208); }
H1.HeaderClassName
{
color: #8343D0;
}
.AnyTagClassName
{
color: #8343D0;
}
</style>
background-color css
<style>
a { background-color: #8343D0; }
a { background-color: rgb(131,67,208); }
div.DivClassName
{
background-color: #8343D0;
}
.BgClassName
{
background-color: #8343D0;
}
</style>
border-color css
<style>
span { border-color: #8343D0; }
span { border-color: rgb(131,67,208); }
td.TdClassName
{
border-color: #8343D0;
}
.TagClassName
{
border-color: #8343D0;
}
</style>