Shades of Blue Violet #833CDB
Tints of Blue Violet #833CDB
RGB
CMYK
RGB Variations
Color information
#833CDB (or 0x833CDB) is known color: Blue Violet. HEX triplet: 83, 3C and DB. RGB value is (131,60,219). Sum of RGB (Red+Green+Blue) = 131+60+219=410 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.95% from 410); Green value is 60 (23.83% from 255 or 14.63% from 410); Blue value is 219 (85.94% from 255 or 53.41% from 410); Max value from RGB is 219 - color contains mainly: blue. Hex color #833CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #833CDB is #7CC324. Grayscale: #626262. Windows color (decimal): -8176421 or 14367875. OLE color: 14367875.
HSL color Cylindrical-coordinate representation of color #833CDB: hue angle of 266.79º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #833CDB is Cyan = 0.40, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 60 | 219 | - |
| CMYK | 0.40 | 0.73 | 0 | 0.14 |
| HSL | 266.79º | 0.69% | 0.55% | - |
| HSV(B) | 266.79º | 0.73% | 0.86% | - |
| XYZ | 23.76 | 13.17 | 68.31 | - |
| YUV | 99.36 | 195.52 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 60 | 219 | 0.40 | 0.73 | 0 | 0.14 | 266.79 | 0.69 | 0.55 |
| Hex | 83 | 3C | DB | 28 | 49 | 0 | E | 10B | 45 | 37 |
| Octal | 203 | 74 | 333 | 50 | 111 | 0 | 16 | 413 | 105 | 67 |
| Binary | 10000011 | 111100 | 11011011 | 101000 | 1001001 | 0 | 1110 | 100001011 | 1000101 | 110111 |
Color Harmonies of #833CDB
Complementary color
Monochromatic Colors of #833CDB
Black with #833CDB
Text Example
Text Example
White with #833CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833CDB; }
p { color: rgb(131,60,219); }
H1.HeaderClassName
{
color: #833CDB;
}
.AnyTagClassName
{
color: #833CDB;
}
</style>
background-color css
<style>
a { background-color: #833CDB; }
a { background-color: rgb(131,60,219); }
div.DivClassName
{
background-color: #833CDB;
}
.BgClassName
{
background-color: #833CDB;
}
</style>
border-color css
<style>
span { border-color: #833CDB; }
span { border-color: rgb(131,60,219); }
td.TdClassName
{
border-color: #833CDB;
}
.TagClassName
{
border-color: #833CDB;
}
</style>