Shades of Blue Violet #8343DA
Tints of Blue Violet #8343DA
RGB
CMYK
RGB Variations
Color information
#8343DA (or 0x8343DA) is known color: Blue Violet. HEX triplet: 83, 43 and DA. RGB value is (131,67,218). Sum of RGB (Red+Green+Blue) = 131+67+218=416 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.49% from 416); Green value is 67 (26.56% from 255 or 16.11% from 416); Blue value is 218 (85.55% from 255 or 52.40% from 416); Max value from RGB is 218 - color contains mainly: blue. Hex color #8343DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8343DA is #7CBC25. Grayscale: #666666. Windows color (decimal): -8174630 or 14304131. OLE color: 14304131.
HSL color Cylindrical-coordinate representation of color #8343DA: hue angle of 265.43º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8343DA is Cyan = 0.40, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 67 | 218 | - |
| CMYK | 0.40 | 0.69 | 0 | 0.15 |
| HSL | 265.43º | 0.67% | 0.56% | - |
| HSV(B) | 265.43º | 0.69% | 0.85% | - |
| XYZ | 24.02 | 13.9 | 67.75 | - |
| YUV | 103.35 | 192.7 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 67 | 218 | 0.40 | 0.69 | 0 | 0.15 | 265.43 | 0.67 | 0.56 |
| Hex | 83 | 43 | DA | 28 | 45 | 0 | F | 109 | 43 | 38 |
| Octal | 203 | 103 | 332 | 50 | 105 | 0 | 17 | 411 | 103 | 70 |
| Binary | 10000011 | 1000011 | 11011010 | 101000 | 1000101 | 0 | 1111 | 100001001 | 1000011 | 111000 |
Color Harmonies of #8343DA
Complementary color
Monochromatic Colors of #8343DA
Black with #8343DA
Text Example
Text Example
White with #8343DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8343DA; }
p { color: rgb(131,67,218); }
H1.HeaderClassName
{
color: #8343DA;
}
.AnyTagClassName
{
color: #8343DA;
}
</style>
background-color css
<style>
a { background-color: #8343DA; }
a { background-color: rgb(131,67,218); }
div.DivClassName
{
background-color: #8343DA;
}
.BgClassName
{
background-color: #8343DA;
}
</style>
border-color css
<style>
span { border-color: #8343DA; }
span { border-color: rgb(131,67,218); }
td.TdClassName
{
border-color: #8343DA;
}
.TagClassName
{
border-color: #8343DA;
}
</style>