Shades of Blue Violet #8343CE
Tints of Blue Violet #8343CE
RGB
CMYK
RGB Variations
Color information
#8343CE (or 0x8343CE) is known color: Blue Violet. HEX triplet: 83, 43 and CE. RGB value is (131,67,206). Sum of RGB (Red+Green+Blue) = 131+67+206=404 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.43% from 404); Green value is 67 (26.56% from 255 or 16.58% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #8343CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8343CE is #7CBC31. Grayscale: #656565. Windows color (decimal): -8174642 or 13517699. OLE color: 13517699.
HSL color Cylindrical-coordinate representation of color #8343CE: hue angle of 267.63º degrees, saturation: 0.59, 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 #8343CE is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 67 | 206 | - |
| CMYK | 0.36 | 0.67 | 0 | 0.19 |
| HSL | 267.63º | 0.59% | 0.54% | - |
| HSV(B) | 267.63º | 0.67% | 0.81% | - |
| XYZ | 22.51 | 13.3 | 59.77 | - |
| YUV | 101.98 | 186.7 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 67 | 206 | 0.36 | 0.67 | 0 | 0.19 | 267.63 | 0.59 | 0.54 |
| Hex | 83 | 43 | CE | 24 | 43 | 0 | 13 | 10C | 3B | 36 |
| Octal | 203 | 103 | 316 | 44 | 103 | 0 | 23 | 414 | 73 | 66 |
| Binary | 10000011 | 1000011 | 11001110 | 100100 | 1000011 | 0 | 10011 | 100001100 | 111011 | 110110 |
Color Harmonies of #8343CE
Complementary color
Monochromatic Colors of #8343CE
Black with #8343CE
Text Example
Text Example
White with #8343CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8343CE; }
p { color: rgb(131,67,206); }
H1.HeaderClassName
{
color: #8343CE;
}
.AnyTagClassName
{
color: #8343CE;
}
</style>
background-color css
<style>
a { background-color: #8343CE; }
a { background-color: rgb(131,67,206); }
div.DivClassName
{
background-color: #8343CE;
}
.BgClassName
{
background-color: #8343CE;
}
</style>
border-color css
<style>
span { border-color: #8343CE; }
span { border-color: rgb(131,67,206); }
td.TdClassName
{
border-color: #8343CE;
}
.TagClassName
{
border-color: #8343CE;
}
</style>