Shades of Blue Violet #8F3AF9
Tints of Blue Violet #8F3AF9
RGB
CMYK
RGB Variations
Color information
#8F3AF9 (or 0x8F3AF9) is known color: Blue Violet. HEX triplet: 8F, 3A and F9. RGB value is (143,58,249). Sum of RGB (Red+Green+Blue) = 143+58+249=450 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.78% from 450); Green value is 58 (23.05% from 255 or 12.89% from 450); Blue value is 249 (97.66% from 255 or 55.33% from 450); Max value from RGB is 249 - color contains mainly: blue. Hex color #8F3AF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F3AF9 is #70C506. Grayscale: #686868. Windows color (decimal): -7390471 or 16333455. OLE color: 16333455.
HSL color Cylindrical-coordinate representation of color #8F3AF9: hue angle of 266.7º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8F3AF9 is Cyan = 0.43, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 58 | 249 | - |
| CMYK | 0.43 | 0.77 | 0 | 0.02 |
| HSL | 266.7º | 0.94% | 0.6% | - |
| HSV(B) | 266.7º | 0.77% | 0.98% | - |
| XYZ | 29.94 | 15.71 | 91.08 | - |
| YUV | 105.19 | 209.16 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 58 | 249 | 0.43 | 0.77 | 0 | 0.02 | 266.7 | 0.94 | 0.6 |
| Hex | 8F | 3A | F9 | 2B | 4D | 0 | 2 | 10B | 5E | 3C |
| Octal | 217 | 72 | 371 | 53 | 115 | 0 | 2 | 413 | 136 | 74 |
| Binary | 10001111 | 111010 | 11111001 | 101011 | 1001101 | 0 | 10 | 100001011 | 1011110 | 111100 |
Color Harmonies of #8F3AF9
Complementary color
Monochromatic Colors of #8F3AF9
Black with #8F3AF9
Text Example
Text Example
White with #8F3AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3AF9; }
p { color: rgb(143,58,249); }
H1.HeaderClassName
{
color: #8F3AF9;
}
.AnyTagClassName
{
color: #8F3AF9;
}
</style>
background-color css
<style>
a { background-color: #8F3AF9; }
a { background-color: rgb(143,58,249); }
div.DivClassName
{
background-color: #8F3AF9;
}
.BgClassName
{
background-color: #8F3AF9;
}
</style>
border-color css
<style>
span { border-color: #8F3AF9; }
span { border-color: rgb(143,58,249); }
td.TdClassName
{
border-color: #8F3AF9;
}
.TagClassName
{
border-color: #8F3AF9;
}
</style>