Shades of Blue Violet #833FD6
Tints of Blue Violet #833FD6
RGB
CMYK
RGB Variations
Color information
#833FD6 (or 0x833FD6) is known color: Blue Violet. HEX triplet: 83, 3F and D6. RGB value is (131,63,214). Sum of RGB (Red+Green+Blue) = 131+63+214=408 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.11% from 408); Green value is 63 (25% from 255 or 15.44% from 408); Blue value is 214 (83.98% from 255 or 52.45% from 408); Max value from RGB is 214 - color contains mainly: blue. Hex color #833FD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833FD6 is #7CC029. Grayscale: #646464. Windows color (decimal): -8175658 or 14040963. OLE color: 14040963.
HSL color Cylindrical-coordinate representation of color #833FD6: hue angle of 267.02º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #833FD6 is Cyan = 0.39, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 131 | 63 | 214 | - |
| CMYK | 0.39 | 0.71 | 0 | 0.16 |
| HSL | 267.02º | 0.65% | 0.54% | - |
| HSV(B) | 267.02º | 0.71% | 0.84% | - |
| XYZ | 23.28 | 13.24 | 64.95 | - |
| YUV | 100.55 | 192.03 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 63 | 214 | 0.39 | 0.71 | 0 | 0.16 | 267.02 | 0.65 | 0.54 |
| Hex | 83 | 3F | D6 | 27 | 47 | 0 | 10 | 10B | 41 | 36 |
| Octal | 203 | 77 | 326 | 47 | 107 | 0 | 20 | 413 | 101 | 66 |
| Binary | 10000011 | 111111 | 11010110 | 100111 | 1000111 | 0 | 10000 | 100001011 | 1000001 | 110110 |
Color Harmonies of #833FD6
Complementary color
Monochromatic Colors of #833FD6
Black with #833FD6
Text Example
Text Example
White with #833FD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833FD6; }
p { color: rgb(131,63,214); }
H1.HeaderClassName
{
color: #833FD6;
}
.AnyTagClassName
{
color: #833FD6;
}
</style>
background-color css
<style>
a { background-color: #833FD6; }
a { background-color: rgb(131,63,214); }
div.DivClassName
{
background-color: #833FD6;
}
.BgClassName
{
background-color: #833FD6;
}
</style>
border-color css
<style>
span { border-color: #833FD6; }
span { border-color: rgb(131,63,214); }
td.TdClassName
{
border-color: #833FD6;
}
.TagClassName
{
border-color: #833FD6;
}
</style>