Shades of Blue Violet #8348D5
Tints of Blue Violet #8348D5
RGB
CMYK
RGB Variations
Color information
#8348D5 (or 0x8348D5) is known color: Blue Violet. HEX triplet: 83, 48 and D5. RGB value is (131,72,213). Sum of RGB (Red+Green+Blue) = 131+72+213=416 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.49% from 416); Green value is 72 (28.52% from 255 or 17.31% from 416); Blue value is 213 (83.59% from 255 or 51.20% from 416); Max value from RGB is 213 - color contains mainly: blue. Hex color #8348D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8348D5 is #7CB72A. Grayscale: #696969. Windows color (decimal): -8173355 or 13977731. OLE color: 13977731.
HSL color Cylindrical-coordinate representation of color #8348D5: hue angle of 265.11º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8348D5 is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 131 | 72 | 213 | - |
| CMYK | 0.38 | 0.66 | 0 | 0.16 |
| HSL | 265.11º | 0.63% | 0.56% | - |
| HSV(B) | 265.11º | 0.66% | 0.84% | - |
| XYZ | 23.69 | 14.26 | 64.46 | - |
| YUV | 105.72 | 188.55 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 72 | 213 | 0.38 | 0.66 | 0 | 0.16 | 265.11 | 0.63 | 0.56 |
| Hex | 83 | 48 | D5 | 26 | 42 | 0 | 10 | 109 | 3F | 38 |
| Octal | 203 | 110 | 325 | 46 | 102 | 0 | 20 | 411 | 77 | 70 |
| Binary | 10000011 | 1001000 | 11010101 | 100110 | 1000010 | 0 | 10000 | 100001001 | 111111 | 111000 |
Color Harmonies of #8348D5
Complementary color
Monochromatic Colors of #8348D5
Black with #8348D5
Text Example
Text Example
White with #8348D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8348D5; }
p { color: rgb(131,72,213); }
H1.HeaderClassName
{
color: #8348D5;
}
.AnyTagClassName
{
color: #8348D5;
}
</style>
background-color css
<style>
a { background-color: #8348D5; }
a { background-color: rgb(131,72,213); }
div.DivClassName
{
background-color: #8348D5;
}
.BgClassName
{
background-color: #8348D5;
}
</style>
border-color css
<style>
span { border-color: #8348D5; }
span { border-color: rgb(131,72,213); }
td.TdClassName
{
border-color: #8348D5;
}
.TagClassName
{
border-color: #8348D5;
}
</style>