Shades of Blue Violet #8333DC
Tints of Blue Violet #8333DC
RGB
CMYK
RGB Variations
Color information
#8333DC (or 0x8333DC) is known color: Blue Violet. HEX triplet: 83, 33 and DC. RGB value is (131,51,220). Sum of RGB (Red+Green+Blue) = 131+51+220=402 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.59% from 402); Green value is 51 (20.31% from 255 or 12.69% from 402); Blue value is 220 (86.33% from 255 or 54.73% from 402); Max value from RGB is 220 - color contains mainly: blue. Hex color #8333DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8333DC is #7CCC23. Grayscale: #5D5D5D. Windows color (decimal): -8178724 or 14431107. OLE color: 14431107.
HSL color Cylindrical-coordinate representation of color #8333DC: hue angle of 268.4º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8333DC is Cyan = 0.40, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 51 | 220 | - |
| CMYK | 0.40 | 0.77 | 0 | 0.14 |
| HSL | 268.4º | 0.71% | 0.53% | - |
| HSV(B) | 268.4º | 0.77% | 0.86% | - |
| XYZ | 23.46 | 12.36 | 68.86 | - |
| YUV | 94.19 | 199 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 51 | 220 | 0.40 | 0.77 | 0 | 0.14 | 268.4 | 0.71 | 0.53 |
| Hex | 83 | 33 | DC | 28 | 4D | 0 | E | 10C | 47 | 35 |
| Octal | 203 | 63 | 334 | 50 | 115 | 0 | 16 | 414 | 107 | 65 |
| Binary | 10000011 | 110011 | 11011100 | 101000 | 1001101 | 0 | 1110 | 100001100 | 1000111 | 110101 |
Color Harmonies of #8333DC
Complementary color
Monochromatic Colors of #8333DC
Black with #8333DC
Text Example
Text Example
White with #8333DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8333DC; }
p { color: rgb(131,51,220); }
H1.HeaderClassName
{
color: #8333DC;
}
.AnyTagClassName
{
color: #8333DC;
}
</style>
background-color css
<style>
a { background-color: #8333DC; }
a { background-color: rgb(131,51,220); }
div.DivClassName
{
background-color: #8333DC;
}
.BgClassName
{
background-color: #8333DC;
}
</style>
border-color css
<style>
span { border-color: #8333DC; }
span { border-color: rgb(131,51,220); }
td.TdClassName
{
border-color: #8333DC;
}
.TagClassName
{
border-color: #8333DC;
}
</style>