Shades of Blue Violet #8F43FA
Tints of Blue Violet #8F43FA
RGB
CMYK
RGB Variations
Color information
#8F43FA (or 0x8F43FA) is known color: Blue Violet. HEX triplet: 8F, 43 and FA. RGB value is (143,67,250). Sum of RGB (Red+Green+Blue) = 143+67+250=460 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.09% from 460); Green value is 67 (26.56% from 255 or 14.57% from 460); Blue value is 250 (98.05% from 255 or 54.35% from 460); Max value from RGB is 250 - color contains mainly: blue. Hex color #8F43FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F43FA is #70BC05. Grayscale: #6D6D6D. Windows color (decimal): -7388166 or 16401295. OLE color: 16401295.
HSL color Cylindrical-coordinate representation of color #8F43FA: hue angle of 264.92º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8F43FA is Cyan = 0.43, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 67 | 250 | - |
| CMYK | 0.43 | 0.73 | 0 | 0.02 |
| HSL | 264.92º | 0.95% | 0.62% | - |
| HSV(B) | 264.92º | 0.73% | 0.98% | - |
| XYZ | 30.59 | 16.76 | 92.06 | - |
| YUV | 110.59 | 206.68 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 67 | 250 | 0.43 | 0.73 | 0 | 0.02 | 264.92 | 0.95 | 0.62 |
| Hex | 8F | 43 | FA | 2B | 49 | 0 | 2 | 109 | 5F | 3E |
| Octal | 217 | 103 | 372 | 53 | 111 | 0 | 2 | 411 | 137 | 76 |
| Binary | 10001111 | 1000011 | 11111010 | 101011 | 1001001 | 0 | 10 | 100001001 | 1011111 | 111110 |
Color Harmonies of #8F43FA
Complementary color
Monochromatic Colors of #8F43FA
Black with #8F43FA
Text Example
Text Example
White with #8F43FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F43FA; }
p { color: rgb(143,67,250); }
H1.HeaderClassName
{
color: #8F43FA;
}
.AnyTagClassName
{
color: #8F43FA;
}
</style>
background-color css
<style>
a { background-color: #8F43FA; }
a { background-color: rgb(143,67,250); }
div.DivClassName
{
background-color: #8F43FA;
}
.BgClassName
{
background-color: #8F43FA;
}
</style>
border-color css
<style>
span { border-color: #8F43FA; }
span { border-color: rgb(143,67,250); }
td.TdClassName
{
border-color: #8F43FA;
}
.TagClassName
{
border-color: #8F43FA;
}
</style>