Shades of Blue Violet #833EDB
Tints of Blue Violet #833EDB
RGB
CMYK
RGB Variations
Color information
#833EDB (or 0x833EDB) is known color: Blue Violet. HEX triplet: 83, 3E and DB. RGB value is (131,62,219). Sum of RGB (Red+Green+Blue) = 131+62+219=412 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.80% from 412); Green value is 62 (24.61% from 255 or 15.05% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #833EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833EDB is #7CC124. Grayscale: #636363. Windows color (decimal): -8175909 or 14368387. OLE color: 14368387.
HSL color Cylindrical-coordinate representation of color #833EDB: hue angle of 266.37º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #833EDB is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 62 | 219 | - |
| CMYK | 0.40 | 0.72 | 0 | 0.14 |
| HSL | 266.37º | 0.69% | 0.55% | - |
| HSV(B) | 266.37º | 0.72% | 0.86% | - |
| XYZ | 23.87 | 13.39 | 68.34 | - |
| YUV | 100.53 | 194.86 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 62 | 219 | 0.40 | 0.72 | 0 | 0.14 | 266.37 | 0.69 | 0.55 |
| Hex | 83 | 3E | DB | 28 | 48 | 0 | E | 10A | 45 | 37 |
| Octal | 203 | 76 | 333 | 50 | 110 | 0 | 16 | 412 | 105 | 67 |
| Binary | 10000011 | 111110 | 11011011 | 101000 | 1001000 | 0 | 1110 | 100001010 | 1000101 | 110111 |
Color Harmonies of #833EDB
Complementary color
Monochromatic Colors of #833EDB
Black with #833EDB
Text Example
Text Example
White with #833EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833EDB; }
p { color: rgb(131,62,219); }
H1.HeaderClassName
{
color: #833EDB;
}
.AnyTagClassName
{
color: #833EDB;
}
</style>
background-color css
<style>
a { background-color: #833EDB; }
a { background-color: rgb(131,62,219); }
div.DivClassName
{
background-color: #833EDB;
}
.BgClassName
{
background-color: #833EDB;
}
</style>
border-color css
<style>
span { border-color: #833EDB; }
span { border-color: rgb(131,62,219); }
td.TdClassName
{
border-color: #833EDB;
}
.TagClassName
{
border-color: #833EDB;
}
</style>