Shades of Blue Violet #8343CF
Tints of Blue Violet #8343CF
RGB
CMYK
RGB Variations
Color information
#8343CF (or 0x8343CF) is known color: Blue Violet. HEX triplet: 83, 43 and CF. RGB value is (131,67,207). Sum of RGB (Red+Green+Blue) = 131+67+207=405 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.35% from 405); Green value is 67 (26.56% from 255 or 16.54% from 405); Blue value is 207 (81.25% from 255 or 51.11% from 405); Max value from RGB is 207 - color contains mainly: blue. Hex color #8343CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8343CF is #7CBC30. Grayscale: #656565. Windows color (decimal): -8174641 or 13583235. OLE color: 13583235.
HSL color Cylindrical-coordinate representation of color #8343CF: hue angle of 267.43º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8343CF is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 67 | 207 | - |
| CMYK | 0.37 | 0.68 | 0 | 0.19 |
| HSL | 267.43º | 0.59% | 0.54% | - |
| HSV(B) | 267.43º | 0.68% | 0.81% | - |
| XYZ | 22.63 | 13.34 | 60.41 | - |
| YUV | 102.1 | 187.2 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 67 | 207 | 0.37 | 0.68 | 0 | 0.19 | 267.43 | 0.59 | 0.54 |
| Hex | 83 | 43 | CF | 25 | 44 | 0 | 13 | 10B | 3B | 36 |
| Octal | 203 | 103 | 317 | 45 | 104 | 0 | 23 | 413 | 73 | 66 |
| Binary | 10000011 | 1000011 | 11001111 | 100101 | 1000100 | 0 | 10011 | 100001011 | 111011 | 110110 |
Color Harmonies of #8343CF
Complementary color
Monochromatic Colors of #8343CF
Black with #8343CF
Text Example
Text Example
White with #8343CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8343CF; }
p { color: rgb(131,67,207); }
H1.HeaderClassName
{
color: #8343CF;
}
.AnyTagClassName
{
color: #8343CF;
}
</style>
background-color css
<style>
a { background-color: #8343CF; }
a { background-color: rgb(131,67,207); }
div.DivClassName
{
background-color: #8343CF;
}
.BgClassName
{
background-color: #8343CF;
}
</style>
border-color css
<style>
span { border-color: #8343CF; }
span { border-color: rgb(131,67,207); }
td.TdClassName
{
border-color: #8343CF;
}
.TagClassName
{
border-color: #8343CF;
}
</style>