Shades of Blue Violet #8F4CF3
Tints of Blue Violet #8F4CF3
RGB
CMYK
RGB Variations
Color information
#8F4CF3 (or 0x8F4CF3) is known color: Blue Violet. HEX triplet: 8F, 4C and F3. RGB value is (143,76,243). Sum of RGB (Red+Green+Blue) = 143+76+243=462 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.95% from 462); Green value is 76 (30.08% from 255 or 16.45% from 462); Blue value is 243 (95.31% from 255 or 52.60% from 462); Max value from RGB is 243 - color contains mainly: blue. Hex color #8F4CF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F4CF3 is #70B30C. Grayscale: #727272. Windows color (decimal): -7385869 or 15944847. OLE color: 15944847.
HSL color Cylindrical-coordinate representation of color #8F4CF3: hue angle of 264.07º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8F4CF3 is Cyan = 0.41, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 143 | 76 | 243 | - |
| CMYK | 0.41 | 0.69 | 0 | 0.05 |
| HSL | 264.07º | 0.87% | 0.63% | - |
| HSV(B) | 264.07º | 0.69% | 0.95% | - |
| XYZ | 30.09 | 17.48 | 86.58 | - |
| YUV | 115.07 | 200.2 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 76 | 243 | 0.41 | 0.69 | 0 | 0.05 | 264.07 | 0.87 | 0.63 |
| Hex | 8F | 4C | F3 | 29 | 45 | 0 | 5 | 108 | 57 | 3F |
| Octal | 217 | 114 | 363 | 51 | 105 | 0 | 5 | 410 | 127 | 77 |
| Binary | 10001111 | 1001100 | 11110011 | 101001 | 1000101 | 0 | 101 | 100001000 | 1010111 | 111111 |
Color Harmonies of #8F4CF3
Complementary color
Monochromatic Colors of #8F4CF3
Black with #8F4CF3
Text Example
Text Example
White with #8F4CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4CF3; }
p { color: rgb(143,76,243); }
H1.HeaderClassName
{
color: #8F4CF3;
}
.AnyTagClassName
{
color: #8F4CF3;
}
</style>
background-color css
<style>
a { background-color: #8F4CF3; }
a { background-color: rgb(143,76,243); }
div.DivClassName
{
background-color: #8F4CF3;
}
.BgClassName
{
background-color: #8F4CF3;
}
</style>
border-color css
<style>
span { border-color: #8F4CF3; }
span { border-color: rgb(143,76,243); }
td.TdClassName
{
border-color: #8F4CF3;
}
.TagClassName
{
border-color: #8F4CF3;
}
</style>