Shades of Blue Violet #8F30EC
Tints of Blue Violet #8F30EC
RGB
CMYK
RGB Variations
Color information
#8F30EC (or 0x8F30EC) is known color: Blue Violet. HEX triplet: 8F, 30 and EC. RGB value is (143,48,236). Sum of RGB (Red+Green+Blue) = 143+48+236=427 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.49% from 427); Green value is 48 (19.14% from 255 or 11.24% from 427); Blue value is 236 (92.58% from 255 or 55.27% from 427); Max value from RGB is 236 - color contains mainly: blue. Hex color #8F30EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F30EC is #70CF13. Grayscale: #616161. Windows color (decimal): -7393044 or 15478927. OLE color: 15478927.
HSL color Cylindrical-coordinate representation of color #8F30EC: hue angle of 270.32º 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 #8F30EC is Cyan = 0.39, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 48 | 236 | - |
| CMYK | 0.39 | 0.80 | 0 | 0.07 |
| HSL | 270.32º | 0.83% | 0.56% | - |
| HSV(B) | 270.32º | 0.8% | 0.93% | - |
| XYZ | 27.52 | 14.01 | 80.61 | - |
| YUV | 97.84 | 205.97 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 48 | 236 | 0.39 | 0.80 | 0 | 0.07 | 270.32 | 0.83 | 0.56 |
| Hex | 8F | 30 | EC | 27 | 50 | 0 | 7 | 10E | 53 | 38 |
| Octal | 217 | 60 | 354 | 47 | 120 | 0 | 7 | 416 | 123 | 70 |
| Binary | 10001111 | 110000 | 11101100 | 100111 | 1010000 | 0 | 111 | 100001110 | 1010011 | 111000 |
Color Harmonies of #8F30EC
Complementary color
Monochromatic Colors of #8F30EC
Black with #8F30EC
Text Example
Text Example
White with #8F30EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F30EC; }
p { color: rgb(143,48,236); }
H1.HeaderClassName
{
color: #8F30EC;
}
.AnyTagClassName
{
color: #8F30EC;
}
</style>
background-color css
<style>
a { background-color: #8F30EC; }
a { background-color: rgb(143,48,236); }
div.DivClassName
{
background-color: #8F30EC;
}
.BgClassName
{
background-color: #8F30EC;
}
</style>
border-color css
<style>
span { border-color: #8F30EC; }
span { border-color: rgb(143,48,236); }
td.TdClassName
{
border-color: #8F30EC;
}
.TagClassName
{
border-color: #8F30EC;
}
</style>