Shades of Blue Violet #8333FF
Tints of Blue Violet #8333FF
RGB
CMYK
RGB Variations
Color information
#8333FF (or 0x8333FF) is known color: Blue Violet. HEX triplet: 83, 33 and FF. RGB value is (131,51,255). Sum of RGB (Red+Green+Blue) = 131+51+255=437 (57% of max value = 765). Red value is 131 (51.56% from 255 or 29.98% from 437); Green value is 51 (20.31% from 255 or 11.67% from 437); Blue value is 255 (100% from 255 or 58.35% from 437); Max value from RGB is 255 - color contains mainly: blue. Hex color #8333FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8333FF is #7CCC00. Grayscale: #616161. Windows color (decimal): -8178689 or 16724867. OLE color: 16724867.
HSL color Cylindrical-coordinate representation of color #8333FF: hue angle of 263.53º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8333FF is Cyan = 0.49, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 131 | 51 | 255 | - |
| CMYK | 0.49 | 0.8 | 0 | 0 |
| HSL | 263.53º | 1% | 0.6% | - |
| HSV(B) | 263.53º | 0.8% | 1% | - |
| XYZ | 28.59 | 14.41 | 95.88 | - |
| YUV | 98.18 | 216.5 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 51 | 255 | 0.49 | 0.8 | 0 | 0 | 263.53 | 1 | 0.6 |
| Hex | 83 | 33 | FF | 31 | 50 | 0 | 0 | 108 | 64 | 3C |
| Octal | 203 | 63 | 377 | 61 | 120 | 0 | 0 | 410 | 144 | 74 |
| Binary | 10000011 | 110011 | 11111111 | 110001 | 1010000 | 0 | 0 | 100001000 | 1100100 | 111100 |
Color Harmonies of #8333FF
Complementary color
Monochromatic Colors of #8333FF
Black with #8333FF
Text Example
Text Example
White with #8333FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8333FF; }
p { color: rgb(131,51,255); }
H1.HeaderClassName
{
color: #8333FF;
}
.AnyTagClassName
{
color: #8333FF;
}
</style>
background-color css
<style>
a { background-color: #8333FF; }
a { background-color: rgb(131,51,255); }
div.DivClassName
{
background-color: #8333FF;
}
.BgClassName
{
background-color: #8333FF;
}
</style>
border-color css
<style>
span { border-color: #8333FF; }
span { border-color: rgb(131,51,255); }
td.TdClassName
{
border-color: #8333FF;
}
.TagClassName
{
border-color: #8333FF;
}
</style>