Shades of Blue Violet #8345CE
Tints of Blue Violet #8345CE
RGB
CMYK
RGB Variations
Color information
#8345CE (or 0x8345CE) is known color: Blue Violet. HEX triplet: 83, 45 and CE. RGB value is (131,69,206). Sum of RGB (Red+Green+Blue) = 131+69+206=406 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.27% from 406); Green value is 69 (27.34% from 255 or 17.00% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #8345CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8345CE is #7CBA31. Grayscale: #666666. Windows color (decimal): -8174130 or 13518211. OLE color: 13518211.
HSL color Cylindrical-coordinate representation of color #8345CE: hue angle of 267.15º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8345CE is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 69 | 206 | - |
| CMYK | 0.36 | 0.67 | 0 | 0.19 |
| HSL | 267.15º | 0.58% | 0.54% | - |
| HSV(B) | 267.15º | 0.67% | 0.81% | - |
| XYZ | 22.63 | 13.54 | 59.81 | - |
| YUV | 103.16 | 186.04 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 69 | 206 | 0.36 | 0.67 | 0 | 0.19 | 267.15 | 0.58 | 0.54 |
| Hex | 83 | 45 | CE | 24 | 43 | 0 | 13 | 10B | 3A | 36 |
| Octal | 203 | 105 | 316 | 44 | 103 | 0 | 23 | 413 | 72 | 66 |
| Binary | 10000011 | 1000101 | 11001110 | 100100 | 1000011 | 0 | 10011 | 100001011 | 111010 | 110110 |
Color Harmonies of #8345CE
Complementary color
Monochromatic Colors of #8345CE
Black with #8345CE
Text Example
Text Example
White with #8345CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8345CE; }
p { color: rgb(131,69,206); }
H1.HeaderClassName
{
color: #8345CE;
}
.AnyTagClassName
{
color: #8345CE;
}
</style>
background-color css
<style>
a { background-color: #8345CE; }
a { background-color: rgb(131,69,206); }
div.DivClassName
{
background-color: #8345CE;
}
.BgClassName
{
background-color: #8345CE;
}
</style>
border-color css
<style>
span { border-color: #8345CE; }
span { border-color: rgb(131,69,206); }
td.TdClassName
{
border-color: #8345CE;
}
.TagClassName
{
border-color: #8345CE;
}
</style>