Shades of Blue Violet #833FDF
Tints of Blue Violet #833FDF
RGB
CMYK
RGB Variations
Color information
#833FDF (or 0x833FDF) is known color: Blue Violet. HEX triplet: 83, 3F and DF. RGB value is (131,63,223). Sum of RGB (Red+Green+Blue) = 131+63+223=417 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.41% from 417); Green value is 63 (25% from 255 or 15.11% from 417); Blue value is 223 (87.5% from 255 or 53.48% from 417); Max value from RGB is 223 - color contains mainly: blue. Hex color #833FDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833FDF is #7CC020. Grayscale: #656565. Windows color (decimal): -8175649 or 14630787. OLE color: 14630787.
HSL color Cylindrical-coordinate representation of color #833FDF: hue angle of 265.5º degrees, saturation: 0.71, 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 #833FDF is Cyan = 0.41, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 63 | 223 | - |
| CMYK | 0.41 | 0.72 | 0 | 0.13 |
| HSL | 265.5º | 0.71% | 0.56% | - |
| HSV(B) | 265.5º | 0.72% | 0.87% | - |
| XYZ | 24.46 | 13.71 | 71.17 | - |
| YUV | 101.57 | 196.53 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 63 | 223 | 0.41 | 0.72 | 0 | 0.13 | 265.5 | 0.71 | 0.56 |
| Hex | 83 | 3F | DF | 29 | 48 | 0 | D | 10A | 47 | 38 |
| Octal | 203 | 77 | 337 | 51 | 110 | 0 | 15 | 412 | 107 | 70 |
| Binary | 10000011 | 111111 | 11011111 | 101001 | 1001000 | 0 | 1101 | 100001010 | 1000111 | 111000 |
Color Harmonies of #833FDF
Complementary color
Monochromatic Colors of #833FDF
Black with #833FDF
Text Example
Text Example
White with #833FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833FDF; }
p { color: rgb(131,63,223); }
H1.HeaderClassName
{
color: #833FDF;
}
.AnyTagClassName
{
color: #833FDF;
}
</style>
background-color css
<style>
a { background-color: #833FDF; }
a { background-color: rgb(131,63,223); }
div.DivClassName
{
background-color: #833FDF;
}
.BgClassName
{
background-color: #833FDF;
}
</style>
border-color css
<style>
span { border-color: #833FDF; }
span { border-color: rgb(131,63,223); }
td.TdClassName
{
border-color: #833FDF;
}
.TagClassName
{
border-color: #833FDF;
}
</style>