Shades of Blue Violet #8330EB
Tints of Blue Violet #8330EB
RGB
CMYK
RGB Variations
Color information
#8330EB (or 0x8330EB) is known color: Blue Violet. HEX triplet: 83, 30 and EB. RGB value is (131,48,235). Sum of RGB (Red+Green+Blue) = 131+48+235=414 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.64% from 414); Green value is 48 (19.14% from 255 or 11.59% from 414); Blue value is 235 (92.19% from 255 or 56.76% from 414); Max value from RGB is 235 - color contains mainly: blue. Hex color #8330EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8330EB is #7CCF14. Grayscale: #5D5D5D. Windows color (decimal): -8179477 or 15413379. OLE color: 15413379.
HSL color Cylindrical-coordinate representation of color #8330EB: hue angle of 266.63º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8330EB is Cyan = 0.44, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 131 | 48 | 235 | - |
| CMYK | 0.44 | 0.80 | 0 | 0.08 |
| HSL | 266.63º | 0.82% | 0.55% | - |
| HSV(B) | 266.63º | 0.8% | 0.92% | - |
| XYZ | 25.41 | 12.94 | 79.76 | - |
| YUV | 94.14 | 207.5 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 48 | 235 | 0.44 | 0.80 | 0 | 0.08 | 266.63 | 0.82 | 0.55 |
| Hex | 83 | 30 | EB | 2C | 50 | 0 | 8 | 10B | 52 | 37 |
| Octal | 203 | 60 | 353 | 54 | 120 | 0 | 10 | 413 | 122 | 67 |
| Binary | 10000011 | 110000 | 11101011 | 101100 | 1010000 | 0 | 1000 | 100001011 | 1010010 | 110111 |
Color Harmonies of #8330EB
Complementary color
Monochromatic Colors of #8330EB
Black with #8330EB
Text Example
Text Example
White with #8330EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8330EB; }
p { color: rgb(131,48,235); }
H1.HeaderClassName
{
color: #8330EB;
}
.AnyTagClassName
{
color: #8330EB;
}
</style>
background-color css
<style>
a { background-color: #8330EB; }
a { background-color: rgb(131,48,235); }
div.DivClassName
{
background-color: #8330EB;
}
.BgClassName
{
background-color: #8330EB;
}
</style>
border-color css
<style>
span { border-color: #8330EB; }
span { border-color: rgb(131,48,235); }
td.TdClassName
{
border-color: #8330EB;
}
.TagClassName
{
border-color: #8330EB;
}
</style>