Shades of Blue Violet #8F3FFC
Tints of Blue Violet #8F3FFC
RGB
CMYK
RGB Variations
Color information
#8F3FFC (or 0x8F3FFC) is known color: Blue Violet. HEX triplet: 8F, 3F and FC. RGB value is (143,63,252). Sum of RGB (Red+Green+Blue) = 143+63+252=458 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.22% from 458); Green value is 63 (25% from 255 or 13.76% from 458); Blue value is 252 (98.83% from 255 or 55.02% from 458); Max value from RGB is 252 - color contains mainly: blue. Hex color #8F3FFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F3FFC is #70C003. Grayscale: #6B6B6B. Windows color (decimal): -7389188 or 16531343. OLE color: 16531343.
HSL color Cylindrical-coordinate representation of color #8F3FFC: hue angle of 265.4º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8F3FFC is Cyan = 0.43, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 63 | 252 | - |
| CMYK | 0.43 | 0.75 | 0 | 0.01 |
| HSL | 265.4º | 0.97% | 0.62% | - |
| HSV(B) | 265.4º | 0.75% | 0.99% | - |
| XYZ | 30.68 | 16.42 | 93.65 | - |
| YUV | 108.47 | 209 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 63 | 252 | 0.43 | 0.75 | 0 | 0.01 | 265.4 | 0.97 | 0.62 |
| Hex | 8F | 3F | FC | 2B | 4B | 0 | 1 | 109 | 61 | 3E |
| Octal | 217 | 77 | 374 | 53 | 113 | 0 | 1 | 411 | 141 | 76 |
| Binary | 10001111 | 111111 | 11111100 | 101011 | 1001011 | 0 | 1 | 100001001 | 1100001 | 111110 |
Color Harmonies of #8F3FFC
Complementary color
Monochromatic Colors of #8F3FFC
Black with #8F3FFC
Text Example
Text Example
White with #8F3FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3FFC; }
p { color: rgb(143,63,252); }
H1.HeaderClassName
{
color: #8F3FFC;
}
.AnyTagClassName
{
color: #8F3FFC;
}
</style>
background-color css
<style>
a { background-color: #8F3FFC; }
a { background-color: rgb(143,63,252); }
div.DivClassName
{
background-color: #8F3FFC;
}
.BgClassName
{
background-color: #8F3FFC;
}
</style>
border-color css
<style>
span { border-color: #8F3FFC; }
span { border-color: rgb(143,63,252); }
td.TdClassName
{
border-color: #8F3FFC;
}
.TagClassName
{
border-color: #8F3FFC;
}
</style>