Shades of Blue Violet #8333D7
Tints of Blue Violet #8333D7
RGB
CMYK
RGB Variations
Color information
#8333D7 (or 0x8333D7) is known color: Blue Violet. HEX triplet: 83, 33 and D7. RGB value is (131,51,215). Sum of RGB (Red+Green+Blue) = 131+51+215=397 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.00% from 397); Green value is 51 (20.31% from 255 or 12.85% from 397); Blue value is 215 (84.38% from 255 or 54.16% from 397); Max value from RGB is 215 - color contains mainly: blue. Hex color #8333D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8333D7 is #7CCC28. Grayscale: #5D5D5D. Windows color (decimal): -8178729 or 14103427. OLE color: 14103427.
HSL color Cylindrical-coordinate representation of color #8333D7: hue angle of 269.27º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8333D7 is Cyan = 0.39, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 131 | 51 | 215 | - |
| CMYK | 0.39 | 0.76 | 0 | 0.16 |
| HSL | 269.27º | 0.67% | 0.52% | - |
| HSV(B) | 269.27º | 0.76% | 0.84% | - |
| XYZ | 22.81 | 12.1 | 65.42 | - |
| YUV | 93.62 | 196.5 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 51 | 215 | 0.39 | 0.76 | 0 | 0.16 | 269.27 | 0.67 | 0.52 |
| Hex | 83 | 33 | D7 | 27 | 4C | 0 | 10 | 10D | 43 | 34 |
| Octal | 203 | 63 | 327 | 47 | 114 | 0 | 20 | 415 | 103 | 64 |
| Binary | 10000011 | 110011 | 11010111 | 100111 | 1001100 | 0 | 10000 | 100001101 | 1000011 | 110100 |
Color Harmonies of #8333D7
Complementary color
Monochromatic Colors of #8333D7
Black with #8333D7
Text Example
Text Example
White with #8333D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8333D7; }
p { color: rgb(131,51,215); }
H1.HeaderClassName
{
color: #8333D7;
}
.AnyTagClassName
{
color: #8333D7;
}
</style>
background-color css
<style>
a { background-color: #8333D7; }
a { background-color: rgb(131,51,215); }
div.DivClassName
{
background-color: #8333D7;
}
.BgClassName
{
background-color: #8333D7;
}
</style>
border-color css
<style>
span { border-color: #8333D7; }
span { border-color: rgb(131,51,215); }
td.TdClassName
{
border-color: #8333D7;
}
.TagClassName
{
border-color: #8333D7;
}
</style>