Shades of Blue Violet #8F46FA
Tints of Blue Violet #8F46FA
RGB
CMYK
RGB Variations
Color information
#8F46FA (or 0x8F46FA) is known color: Blue Violet. HEX triplet: 8F, 46 and FA. RGB value is (143,70,250). Sum of RGB (Red+Green+Blue) = 143+70+250=463 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.89% from 463); Green value is 70 (27.73% from 255 or 15.12% from 463); Blue value is 250 (98.05% from 255 or 54.00% from 463); Max value from RGB is 250 - color contains mainly: blue. Hex color #8F46FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F46FA is #70B905. Grayscale: #6F6F6F. Windows color (decimal): -7387398 or 16402063. OLE color: 16402063.
HSL color Cylindrical-coordinate representation of color #8F46FA: hue angle of 264.33º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8F46FA is Cyan = 0.43, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 70 | 250 | - |
| CMYK | 0.43 | 0.72 | 0 | 0.02 |
| HSL | 264.33º | 0.95% | 0.63% | - |
| HSV(B) | 264.33º | 0.72% | 0.98% | - |
| XYZ | 30.77 | 17.12 | 92.13 | - |
| YUV | 112.35 | 205.68 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 70 | 250 | 0.43 | 0.72 | 0 | 0.02 | 264.33 | 0.95 | 0.63 |
| Hex | 8F | 46 | FA | 2B | 48 | 0 | 2 | 108 | 5F | 3F |
| Octal | 217 | 106 | 372 | 53 | 110 | 0 | 2 | 410 | 137 | 77 |
| Binary | 10001111 | 1000110 | 11111010 | 101011 | 1001000 | 0 | 10 | 100001000 | 1011111 | 111111 |
Color Harmonies of #8F46FA
Complementary color
Monochromatic Colors of #8F46FA
Black with #8F46FA
Text Example
Text Example
White with #8F46FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F46FA; }
p { color: rgb(143,70,250); }
H1.HeaderClassName
{
color: #8F46FA;
}
.AnyTagClassName
{
color: #8F46FA;
}
</style>
background-color css
<style>
a { background-color: #8F46FA; }
a { background-color: rgb(143,70,250); }
div.DivClassName
{
background-color: #8F46FA;
}
.BgClassName
{
background-color: #8F46FA;
}
</style>
border-color css
<style>
span { border-color: #8F46FA; }
span { border-color: rgb(143,70,250); }
td.TdClassName
{
border-color: #8F46FA;
}
.TagClassName
{
border-color: #8F46FA;
}
</style>