Shades of Blue Violet #8343FD
Tints of Blue Violet #8343FD
RGB
CMYK
RGB Variations
Color information
#8343FD (or 0x8343FD) is known color: Blue Violet. HEX triplet: 83, 43 and FD. RGB value is (131,67,253). Sum of RGB (Red+Green+Blue) = 131+67+253=451 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.05% from 451); Green value is 67 (26.56% from 255 or 14.86% from 451); Blue value is 253 (99.22% from 255 or 56.10% from 451); Max value from RGB is 253 - color contains mainly: blue. Hex color #8343FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8343FD is #7CBC02. Grayscale: #6A6A6A. Windows color (decimal): -8174595 or 16597891. OLE color: 16597891.
HSL color Cylindrical-coordinate representation of color #8343FD: hue angle of 260.65º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8343FD is Cyan = 0.48, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 131 | 67 | 253 | - |
| CMYK | 0.48 | 0.74 | 0 | 0.01 |
| HSL | 260.65º | 0.98% | 0.63% | - |
| HSV(B) | 260.65º | 0.74% | 0.99% | - |
| XYZ | 29.1 | 15.93 | 94.47 | - |
| YUV | 107.34 | 210.2 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 67 | 253 | 0.48 | 0.74 | 0 | 0.01 | 260.65 | 0.98 | 0.63 |
| Hex | 83 | 43 | FD | 30 | 4A | 0 | 1 | 105 | 62 | 3F |
| Octal | 203 | 103 | 375 | 60 | 112 | 0 | 1 | 405 | 142 | 77 |
| Binary | 10000011 | 1000011 | 11111101 | 110000 | 1001010 | 0 | 1 | 100000101 | 1100010 | 111111 |
Color Harmonies of #8343FD
Complementary color
Monochromatic Colors of #8343FD
Black with #8343FD
Text Example
Text Example
White with #8343FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8343FD; }
p { color: rgb(131,67,253); }
H1.HeaderClassName
{
color: #8343FD;
}
.AnyTagClassName
{
color: #8343FD;
}
</style>
background-color css
<style>
a { background-color: #8343FD; }
a { background-color: rgb(131,67,253); }
div.DivClassName
{
background-color: #8343FD;
}
.BgClassName
{
background-color: #8343FD;
}
</style>
border-color css
<style>
span { border-color: #8343FD; }
span { border-color: rgb(131,67,253); }
td.TdClassName
{
border-color: #8343FD;
}
.TagClassName
{
border-color: #8343FD;
}
</style>