Shades of Blue Violet #8030EC
Tints of Blue Violet #8030EC
RGB
CMYK
RGB Variations
Color information
#8030EC (or 0x8030EC) is known color: Blue Violet. HEX triplet: 80, 30 and EC. RGB value is (128,48,236). Sum of RGB (Red+Green+Blue) = 128+48+236=412 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.07% from 412); Green value is 48 (19.14% from 255 or 11.65% from 412); Blue value is 236 (92.58% from 255 or 57.28% from 412); Max value from RGB is 236 - color contains mainly: blue. Hex color #8030EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8030EC is #7FCF13. Grayscale: #5C5C5C. Windows color (decimal): -8376084 or 15478912. OLE color: 15478912.
HSL color Cylindrical-coordinate representation of color #8030EC: hue angle of 265.53º degrees, saturation: 0.83, 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 #8030EC is Cyan = 0.46, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 48 | 236 | - |
| CMYK | 0.46 | 0.80 | 0 | 0.07 |
| HSL | 265.53º | 0.83% | 0.56% | - |
| HSV(B) | 265.53º | 0.8% | 0.93% | - |
| XYZ | 25.1 | 12.76 | 80.5 | - |
| YUV | 93.35 | 208.5 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 48 | 236 | 0.46 | 0.80 | 0 | 0.07 | 265.53 | 0.83 | 0.56 |
| Hex | 80 | 30 | EC | 2E | 50 | 0 | 7 | 10A | 53 | 38 |
| Octal | 200 | 60 | 354 | 56 | 120 | 0 | 7 | 412 | 123 | 70 |
| Binary | 10000000 | 110000 | 11101100 | 101110 | 1010000 | 0 | 111 | 100001010 | 1010011 | 111000 |
Color Harmonies of #8030EC
Complementary color
Monochromatic Colors of #8030EC
Black with #8030EC
Text Example
Text Example
White with #8030EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8030EC; }
p { color: rgb(128,48,236); }
H1.HeaderClassName
{
color: #8030EC;
}
.AnyTagClassName
{
color: #8030EC;
}
</style>
background-color css
<style>
a { background-color: #8030EC; }
a { background-color: rgb(128,48,236); }
div.DivClassName
{
background-color: #8030EC;
}
.BgClassName
{
background-color: #8030EC;
}
</style>
border-color css
<style>
span { border-color: #8030EC; }
span { border-color: rgb(128,48,236); }
td.TdClassName
{
border-color: #8030EC;
}
.TagClassName
{
border-color: #8030EC;
}
</style>