Shades of Blue Violet #8345E4
Tints of Blue Violet #8345E4
RGB
CMYK
RGB Variations
Color information
#8345E4 (or 0x8345E4) is known color: Blue Violet. HEX triplet: 83, 45 and E4. RGB value is (131,69,228). Sum of RGB (Red+Green+Blue) = 131+69+228=428 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.61% from 428); Green value is 69 (27.34% from 255 or 16.12% from 428); Blue value is 228 (89.45% from 255 or 53.27% from 428); Max value from RGB is 228 - color contains mainly: blue. Hex color #8345E4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8345E4 is #7CBA1B. Grayscale: #696969. Windows color (decimal): -8174108 or 14960003. OLE color: 14960003.
HSL color Cylindrical-coordinate representation of color #8345E4: hue angle of 263.4º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8345E4 is Cyan = 0.43, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 131 | 69 | 228 | - |
| CMYK | 0.43 | 0.70 | 0 | 0.11 |
| HSL | 263.4º | 0.75% | 0.58% | - |
| HSV(B) | 263.4º | 0.7% | 0.89% | - |
| XYZ | 25.49 | 14.68 | 74.89 | - |
| YUV | 105.66 | 197.04 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 69 | 228 | 0.43 | 0.70 | 0 | 0.11 | 263.4 | 0.75 | 0.58 |
| Hex | 83 | 45 | E4 | 2B | 46 | 0 | B | 107 | 4B | 3A |
| Octal | 203 | 105 | 344 | 53 | 106 | 0 | 13 | 407 | 113 | 72 |
| Binary | 10000011 | 1000101 | 11100100 | 101011 | 1000110 | 0 | 1011 | 100000111 | 1001011 | 111010 |
Color Harmonies of #8345E4
Complementary color
Monochromatic Colors of #8345E4
Black with #8345E4
Text Example
Text Example
White with #8345E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8345E4; }
p { color: rgb(131,69,228); }
H1.HeaderClassName
{
color: #8345E4;
}
.AnyTagClassName
{
color: #8345E4;
}
</style>
background-color css
<style>
a { background-color: #8345E4; }
a { background-color: rgb(131,69,228); }
div.DivClassName
{
background-color: #8345E4;
}
.BgClassName
{
background-color: #8345E4;
}
</style>
border-color css
<style>
span { border-color: #8345E4; }
span { border-color: rgb(131,69,228); }
td.TdClassName
{
border-color: #8345E4;
}
.TagClassName
{
border-color: #8345E4;
}
</style>