Shades of Blue Violet #8344FE
Tints of Blue Violet #8344FE
RGB
CMYK
RGB Variations
Color information
#8344FE (or 0x8344FE) is known color: Blue Violet. HEX triplet: 83, 44 and FE. RGB value is (131,68,254). Sum of RGB (Red+Green+Blue) = 131+68+254=453 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.92% from 453); Green value is 68 (26.95% from 255 or 15.01% from 453); Blue value is 254 (99.61% from 255 or 56.07% from 453); Max value from RGB is 254 - color contains mainly: blue. Hex color #8344FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8344FE is #7CBB01. Grayscale: #6B6B6B. Windows color (decimal): -8174338 or 16663683. OLE color: 16663683.
HSL color Cylindrical-coordinate representation of color #8344FE: hue angle of 260.32º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8344FE is Cyan = 0.48, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 131 | 68 | 254 | - |
| CMYK | 0.48 | 0.73 | 0 | 0.00 |
| HSL | 260.32º | 0.99% | 0.63% | - |
| HSV(B) | 260.32º | 0.73% | 1% | - |
| XYZ | 29.32 | 16.12 | 95.33 | - |
| YUV | 108.04 | 210.37 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 68 | 254 | 0.48 | 0.73 | 0 | 0.00 | 260.32 | 0.99 | 0.63 |
| Hex | 83 | 44 | FE | 30 | 49 | 0 | 0 | 104 | 63 | 3F |
| Octal | 203 | 104 | 376 | 60 | 111 | 0 | 0 | 404 | 143 | 77 |
| Binary | 10000011 | 1000100 | 11111110 | 110000 | 1001001 | 0 | 0 | 100000100 | 1100011 | 111111 |
Color Harmonies of #8344FE
Complementary color
Monochromatic Colors of #8344FE
Black with #8344FE
Text Example
Text Example
White with #8344FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8344FE; }
p { color: rgb(131,68,254); }
H1.HeaderClassName
{
color: #8344FE;
}
.AnyTagClassName
{
color: #8344FE;
}
</style>
background-color css
<style>
a { background-color: #8344FE; }
a { background-color: rgb(131,68,254); }
div.DivClassName
{
background-color: #8344FE;
}
.BgClassName
{
background-color: #8344FE;
}
</style>
border-color css
<style>
span { border-color: #8344FE; }
span { border-color: rgb(131,68,254); }
td.TdClassName
{
border-color: #8344FE;
}
.TagClassName
{
border-color: #8344FE;
}
</style>