Shades of Blue Violet #8F3BFC
Tints of Blue Violet #8F3BFC
RGB
CMYK
RGB Variations
Color information
#8F3BFC (or 0x8F3BFC) is known color: Blue Violet. HEX triplet: 8F, 3B and FC. RGB value is (143,59,252). Sum of RGB (Red+Green+Blue) = 143+59+252=454 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.50% from 454); Green value is 59 (23.44% from 255 or 13.00% from 454); Blue value is 252 (98.83% from 255 or 55.51% from 454); Max value from RGB is 252 - color contains mainly: blue. Hex color #8F3BFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F3BFC is #70C403. Grayscale: #696969. Windows color (decimal): -7390212 or 16530319. OLE color: 16530319.
HSL color Cylindrical-coordinate representation of color #8F3BFC: hue angle of 266.11º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8F3BFC is Cyan = 0.43, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 59 | 252 | - |
| CMYK | 0.43 | 0.77 | 0 | 0.01 |
| HSL | 266.11º | 0.97% | 0.61% | - |
| HSV(B) | 266.11º | 0.77% | 0.99% | - |
| XYZ | 30.46 | 16 | 93.58 | - |
| YUV | 106.12 | 210.33 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 59 | 252 | 0.43 | 0.77 | 0 | 0.01 | 266.11 | 0.97 | 0.61 |
| Hex | 8F | 3B | FC | 2B | 4D | 0 | 1 | 10A | 61 | 3D |
| Octal | 217 | 73 | 374 | 53 | 115 | 0 | 1 | 412 | 141 | 75 |
| Binary | 10001111 | 111011 | 11111100 | 101011 | 1001101 | 0 | 1 | 100001010 | 1100001 | 111101 |
Color Harmonies of #8F3BFC
Complementary color
Monochromatic Colors of #8F3BFC
Black with #8F3BFC
Text Example
Text Example
White with #8F3BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3BFC; }
p { color: rgb(143,59,252); }
H1.HeaderClassName
{
color: #8F3BFC;
}
.AnyTagClassName
{
color: #8F3BFC;
}
</style>
background-color css
<style>
a { background-color: #8F3BFC; }
a { background-color: rgb(143,59,252); }
div.DivClassName
{
background-color: #8F3BFC;
}
.BgClassName
{
background-color: #8F3BFC;
}
</style>
border-color css
<style>
span { border-color: #8F3BFC; }
span { border-color: rgb(143,59,252); }
td.TdClassName
{
border-color: #8F3BFC;
}
.TagClassName
{
border-color: #8F3BFC;
}
</style>