Shades of Blue Violet #8330EE
Tints of Blue Violet #8330EE
RGB
CMYK
RGB Variations
Color information
#8330EE (or 0x8330EE) is known color: Blue Violet. HEX triplet: 83, 30 and EE. RGB value is (131,48,238). Sum of RGB (Red+Green+Blue) = 131+48+238=417 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.41% from 417); Green value is 48 (19.14% from 255 or 11.51% from 417); Blue value is 238 (93.36% from 255 or 57.07% from 417); Max value from RGB is 238 - color contains mainly: blue. Hex color #8330EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8330EE is #7CCF11. Grayscale: #5D5D5D. Windows color (decimal): -8179474 or 15609987. OLE color: 15609987.
HSL color Cylindrical-coordinate representation of color #8330EE: hue angle of 266.21º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8330EE is Cyan = 0.45, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 48 | 238 | - |
| CMYK | 0.45 | 0.80 | 0 | 0.07 |
| HSL | 266.21º | 0.85% | 0.56% | - |
| HSV(B) | 266.21º | 0.8% | 0.93% | - |
| XYZ | 25.85 | 13.11 | 82.06 | - |
| YUV | 94.48 | 209 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 48 | 238 | 0.45 | 0.80 | 0 | 0.07 | 266.21 | 0.85 | 0.56 |
| Hex | 83 | 30 | EE | 2D | 50 | 0 | 7 | 10A | 55 | 38 |
| Octal | 203 | 60 | 356 | 55 | 120 | 0 | 7 | 412 | 125 | 70 |
| Binary | 10000011 | 110000 | 11101110 | 101101 | 1010000 | 0 | 111 | 100001010 | 1010101 | 111000 |
Color Harmonies of #8330EE
Complementary color
Monochromatic Colors of #8330EE
Black with #8330EE
Text Example
Text Example
White with #8330EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8330EE; }
p { color: rgb(131,48,238); }
H1.HeaderClassName
{
color: #8330EE;
}
.AnyTagClassName
{
color: #8330EE;
}
</style>
background-color css
<style>
a { background-color: #8330EE; }
a { background-color: rgb(131,48,238); }
div.DivClassName
{
background-color: #8330EE;
}
.BgClassName
{
background-color: #8330EE;
}
</style>
border-color css
<style>
span { border-color: #8330EE; }
span { border-color: rgb(131,48,238); }
td.TdClassName
{
border-color: #8330EE;
}
.TagClassName
{
border-color: #8330EE;
}
</style>