Shades of Blue Violet #8333EA
Tints of Blue Violet #8333EA
RGB
CMYK
RGB Variations
Color information
#8333EA (or 0x8333EA) is known color: Blue Violet. HEX triplet: 83, 33 and EA. RGB value is (131,51,234). Sum of RGB (Red+Green+Blue) = 131+51+234=416 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.49% from 416); Green value is 51 (20.31% from 255 or 12.26% from 416); Blue value is 234 (91.80% from 255 or 56.25% from 416); Max value from RGB is 234 - color contains mainly: blue. Hex color #8333EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8333EA is #7CCC15. Grayscale: #5F5F5F. Windows color (decimal): -8178710 or 15348611. OLE color: 15348611.
HSL color Cylindrical-coordinate representation of color #8333EA: hue angle of 266.23º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8333EA is Cyan = 0.44, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 131 | 51 | 234 | - |
| CMYK | 0.44 | 0.78 | 0 | 0.08 |
| HSL | 266.23º | 0.81% | 0.56% | - |
| HSV(B) | 266.23º | 0.78% | 0.92% | - |
| XYZ | 25.4 | 13.13 | 79.04 | - |
| YUV | 95.78 | 206 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 51 | 234 | 0.44 | 0.78 | 0 | 0.08 | 266.23 | 0.81 | 0.56 |
| Hex | 83 | 33 | EA | 2C | 4E | 0 | 8 | 10A | 51 | 38 |
| Octal | 203 | 63 | 352 | 54 | 116 | 0 | 10 | 412 | 121 | 70 |
| Binary | 10000011 | 110011 | 11101010 | 101100 | 1001110 | 0 | 1000 | 100001010 | 1010001 | 111000 |
Color Harmonies of #8333EA
Complementary color
Monochromatic Colors of #8333EA
Black with #8333EA
Text Example
Text Example
White with #8333EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8333EA; }
p { color: rgb(131,51,234); }
H1.HeaderClassName
{
color: #8333EA;
}
.AnyTagClassName
{
color: #8333EA;
}
</style>
background-color css
<style>
a { background-color: #8333EA; }
a { background-color: rgb(131,51,234); }
div.DivClassName
{
background-color: #8333EA;
}
.BgClassName
{
background-color: #8333EA;
}
</style>
border-color css
<style>
span { border-color: #8333EA; }
span { border-color: rgb(131,51,234); }
td.TdClassName
{
border-color: #8333EA;
}
.TagClassName
{
border-color: #8333EA;
}
</style>