Shades of Blue Violet #8430EC
Tints of Blue Violet #8430EC
RGB
CMYK
RGB Variations
Color information
#8430EC (or 0x8430EC) is known color: Blue Violet. HEX triplet: 84, 30 and EC. RGB value is (132,48,236). Sum of RGB (Red+Green+Blue) = 132+48+236=416 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.73% from 416); Green value is 48 (19.14% from 255 or 11.54% from 416); Blue value is 236 (92.58% from 255 or 56.73% from 416); Max value from RGB is 236 - color contains mainly: blue. Hex color #8430EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8430EC is #7BCF13. Grayscale: #5D5D5D. Windows color (decimal): -8113940 or 15478916. OLE color: 15478916.
HSL color Cylindrical-coordinate representation of color #8430EC: hue angle of 266.81º 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 #8430EC is Cyan = 0.44, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 48 | 236 | - |
| CMYK | 0.44 | 0.80 | 0 | 0.07 |
| HSL | 266.81º | 0.83% | 0.56% | - |
| HSV(B) | 266.81º | 0.8% | 0.93% | - |
| XYZ | 25.71 | 13.08 | 80.53 | - |
| YUV | 94.55 | 207.83 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 48 | 236 | 0.44 | 0.80 | 0 | 0.07 | 266.81 | 0.83 | 0.56 |
| Hex | 84 | 30 | EC | 2C | 50 | 0 | 7 | 10B | 53 | 38 |
| Octal | 204 | 60 | 354 | 54 | 120 | 0 | 7 | 413 | 123 | 70 |
| Binary | 10000100 | 110000 | 11101100 | 101100 | 1010000 | 0 | 111 | 100001011 | 1010011 | 111000 |
Color Harmonies of #8430EC
Complementary color
Monochromatic Colors of #8430EC
Black with #8430EC
Text Example
Text Example
White with #8430EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8430EC; }
p { color: rgb(132,48,236); }
H1.HeaderClassName
{
color: #8430EC;
}
.AnyTagClassName
{
color: #8430EC;
}
</style>
background-color css
<style>
a { background-color: #8430EC; }
a { background-color: rgb(132,48,236); }
div.DivClassName
{
background-color: #8430EC;
}
.BgClassName
{
background-color: #8430EC;
}
</style>
border-color css
<style>
span { border-color: #8430EC; }
span { border-color: rgb(132,48,236); }
td.TdClassName
{
border-color: #8430EC;
}
.TagClassName
{
border-color: #8430EC;
}
</style>