Shades of Blue Violet #8F2BFA
Tints of Blue Violet #8F2BFA
RGB
CMYK
RGB Variations
Color information
#8F2BFA (or 0x8F2BFA) is known color: Blue Violet. HEX triplet: 8F, 2B and FA. RGB value is (143,43,250). Sum of RGB (Red+Green+Blue) = 143+43+250=436 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.80% from 436); Green value is 43 (17.19% from 255 or 9.86% from 436); Blue value is 250 (98.05% from 255 or 57.34% from 436); Max value from RGB is 250 - color contains mainly: blue. Hex color #8F2BFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F2BFA is #70D405. Grayscale: #5F5F5F. Windows color (decimal): -7394310 or 16395151. OLE color: 16395151.
HSL color Cylindrical-coordinate representation of color #8F2BFA: hue angle of 268.99º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8F2BFA is Cyan = 0.43, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 43 | 250 | - |
| CMYK | 0.43 | 0.83 | 0 | 0.02 |
| HSL | 268.99º | 0.95% | 0.57% | - |
| HSV(B) | 268.99º | 0.83% | 0.98% | - |
| XYZ | 29.45 | 14.47 | 91.68 | - |
| YUV | 96.5 | 214.63 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 43 | 250 | 0.43 | 0.83 | 0 | 0.02 | 268.99 | 0.95 | 0.57 |
| Hex | 8F | 2B | FA | 2B | 53 | 0 | 2 | 10D | 5F | 39 |
| Octal | 217 | 53 | 372 | 53 | 123 | 0 | 2 | 415 | 137 | 71 |
| Binary | 10001111 | 101011 | 11111010 | 101011 | 1010011 | 0 | 10 | 100001101 | 1011111 | 111001 |
Color Harmonies of #8F2BFA
Complementary color
Monochromatic Colors of #8F2BFA
Black with #8F2BFA
Text Example
Text Example
White with #8F2BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2BFA; }
p { color: rgb(143,43,250); }
H1.HeaderClassName
{
color: #8F2BFA;
}
.AnyTagClassName
{
color: #8F2BFA;
}
</style>
background-color css
<style>
a { background-color: #8F2BFA; }
a { background-color: rgb(143,43,250); }
div.DivClassName
{
background-color: #8F2BFA;
}
.BgClassName
{
background-color: #8F2BFA;
}
</style>
border-color css
<style>
span { border-color: #8F2BFA; }
span { border-color: rgb(143,43,250); }
td.TdClassName
{
border-color: #8F2BFA;
}
.TagClassName
{
border-color: #8F2BFA;
}
</style>