Shades of Blue Violet #8230EC
Tints of Blue Violet #8230EC
RGB
CMYK
RGB Variations
Color information
#8230EC (or 0x8230EC) is known color: Blue Violet. HEX triplet: 82, 30 and EC. RGB value is (130,48,236). Sum of RGB (Red+Green+Blue) = 130+48+236=414 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.40% from 414); Green value is 48 (19.14% from 255 or 11.59% from 414); Blue value is 236 (92.58% from 255 or 57.00% from 414); Max value from RGB is 236 - color contains mainly: blue. Hex color #8230EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8230EC is #7DCF13. Grayscale: #5D5D5D. Windows color (decimal): -8245012 or 15478914. OLE color: 15478914.
HSL color Cylindrical-coordinate representation of color #8230EC: hue angle of 266.17º 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 #8230EC is Cyan = 0.45, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 48 | 236 | - |
| CMYK | 0.45 | 0.80 | 0 | 0.07 |
| HSL | 266.17º | 0.83% | 0.56% | - |
| HSV(B) | 266.17º | 0.8% | 0.93% | - |
| XYZ | 25.4 | 12.92 | 80.51 | - |
| YUV | 93.95 | 208.17 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 48 | 236 | 0.45 | 0.80 | 0 | 0.07 | 266.17 | 0.83 | 0.56 |
| Hex | 82 | 30 | EC | 2D | 50 | 0 | 7 | 10A | 53 | 38 |
| Octal | 202 | 60 | 354 | 55 | 120 | 0 | 7 | 412 | 123 | 70 |
| Binary | 10000010 | 110000 | 11101100 | 101101 | 1010000 | 0 | 111 | 100001010 | 1010011 | 111000 |
Color Harmonies of #8230EC
Complementary color
Monochromatic Colors of #8230EC
Black with #8230EC
Text Example
Text Example
White with #8230EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8230EC; }
p { color: rgb(130,48,236); }
H1.HeaderClassName
{
color: #8230EC;
}
.AnyTagClassName
{
color: #8230EC;
}
</style>
background-color css
<style>
a { background-color: #8230EC; }
a { background-color: rgb(130,48,236); }
div.DivClassName
{
background-color: #8230EC;
}
.BgClassName
{
background-color: #8230EC;
}
</style>
border-color css
<style>
span { border-color: #8230EC; }
span { border-color: rgb(130,48,236); }
td.TdClassName
{
border-color: #8230EC;
}
.TagClassName
{
border-color: #8230EC;
}
</style>