Shades of Blue Violet #8342FF
Tints of Blue Violet #8342FF
RGB
CMYK
RGB Variations
Color information
#8342FF (or 0x8342FF) is known color: Blue Violet. HEX triplet: 83, 42 and FF. RGB value is (131,66,255). Sum of RGB (Red+Green+Blue) = 131+66+255=452 (59% of max value = 765). Red value is 131 (51.56% from 255 or 28.98% from 452); Green value is 66 (26.17% from 255 or 14.60% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #8342FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8342FF is #7CBD00. Grayscale: #6A6A6A. Windows color (decimal): -8174849 or 16728707. OLE color: 16728707.
HSL color Cylindrical-coordinate representation of color #8342FF: hue angle of 260.63º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8342FF is Cyan = 0.49, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 66 | 255 | - |
| CMYK | 0.49 | 0.74 | 0 | 0 |
| HSL | 260.63º | 1% | 0.63% | - |
| HSV(B) | 260.63º | 0.74% | 1% | - |
| XYZ | 29.36 | 15.94 | 96.14 | - |
| YUV | 106.98 | 211.53 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 66 | 255 | 0.49 | 0.74 | 0 | 0 | 260.63 | 1 | 0.63 |
| Hex | 83 | 42 | FF | 31 | 4A | 0 | 0 | 105 | 64 | 3F |
| Octal | 203 | 102 | 377 | 61 | 112 | 0 | 0 | 405 | 144 | 77 |
| Binary | 10000011 | 1000010 | 11111111 | 110001 | 1001010 | 0 | 0 | 100000101 | 1100100 | 111111 |
Color Harmonies of #8342FF
Complementary color
Monochromatic Colors of #8342FF
Black with #8342FF
Text Example
Text Example
White with #8342FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8342FF; }
p { color: rgb(131,66,255); }
H1.HeaderClassName
{
color: #8342FF;
}
.AnyTagClassName
{
color: #8342FF;
}
</style>
background-color css
<style>
a { background-color: #8342FF; }
a { background-color: rgb(131,66,255); }
div.DivClassName
{
background-color: #8342FF;
}
.BgClassName
{
background-color: #8342FF;
}
</style>
border-color css
<style>
span { border-color: #8342FF; }
span { border-color: rgb(131,66,255); }
td.TdClassName
{
border-color: #8342FF;
}
.TagClassName
{
border-color: #8342FF;
}
</style>