Shades of Blue Violet #833EDF
Tints of Blue Violet #833EDF
RGB
CMYK
RGB Variations
Color information
#833EDF (or 0x833EDF) is known color: Blue Violet. HEX triplet: 83, 3E and DF. RGB value is (131,62,223). Sum of RGB (Red+Green+Blue) = 131+62+223=416 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.49% from 416); Green value is 62 (24.61% from 255 or 14.90% from 416); Blue value is 223 (87.5% from 255 or 53.61% from 416); Max value from RGB is 223 - color contains mainly: blue. Hex color #833EDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833EDF is #7CC120. Grayscale: #646464. Windows color (decimal): -8175905 or 14630531. OLE color: 14630531.
HSL color Cylindrical-coordinate representation of color #833EDF: hue angle of 265.71º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #833EDF is Cyan = 0.41, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 62 | 223 | - |
| CMYK | 0.41 | 0.72 | 0 | 0.13 |
| HSL | 265.71º | 0.72% | 0.56% | - |
| HSV(B) | 265.71º | 0.72% | 0.87% | - |
| XYZ | 24.4 | 13.6 | 71.15 | - |
| YUV | 100.99 | 196.86 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 62 | 223 | 0.41 | 0.72 | 0 | 0.13 | 265.71 | 0.72 | 0.56 |
| Hex | 83 | 3E | DF | 29 | 48 | 0 | D | 10A | 48 | 38 |
| Octal | 203 | 76 | 337 | 51 | 110 | 0 | 15 | 412 | 110 | 70 |
| Binary | 10000011 | 111110 | 11011111 | 101001 | 1001000 | 0 | 1101 | 100001010 | 1001000 | 111000 |
Color Harmonies of #833EDF
Complementary color
Monochromatic Colors of #833EDF
Black with #833EDF
Text Example
Text Example
White with #833EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833EDF; }
p { color: rgb(131,62,223); }
H1.HeaderClassName
{
color: #833EDF;
}
.AnyTagClassName
{
color: #833EDF;
}
</style>
background-color css
<style>
a { background-color: #833EDF; }
a { background-color: rgb(131,62,223); }
div.DivClassName
{
background-color: #833EDF;
}
.BgClassName
{
background-color: #833EDF;
}
</style>
border-color css
<style>
span { border-color: #833EDF; }
span { border-color: rgb(131,62,223); }
td.TdClassName
{
border-color: #833EDF;
}
.TagClassName
{
border-color: #833EDF;
}
</style>