Shades of Blue Violet #8F3FF1
Tints of Blue Violet #8F3FF1
RGB
CMYK
RGB Variations
Color information
#8F3FF1 (or 0x8F3FF1) is known color: Blue Violet. HEX triplet: 8F, 3F and F1. RGB value is (143,63,241). Sum of RGB (Red+Green+Blue) = 143+63+241=447 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.99% from 447); Green value is 63 (25% from 255 or 14.09% from 447); Blue value is 241 (94.53% from 255 or 53.91% from 447); Max value from RGB is 241 - color contains mainly: blue. Hex color #8F3FF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F3FF1 is #70C00E. Grayscale: #6A6A6A. Windows color (decimal): -7389199 or 15810447. OLE color: 15810447.
HSL color Cylindrical-coordinate representation of color #8F3FF1: hue angle of 266.97º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8F3FF1 is Cyan = 0.41, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 143 | 63 | 241 | - |
| CMYK | 0.41 | 0.74 | 0 | 0.05 |
| HSL | 266.97º | 0.86% | 0.6% | - |
| HSV(B) | 266.97º | 0.74% | 0.95% | - |
| XYZ | 28.98 | 15.75 | 84.73 | - |
| YUV | 107.21 | 203.5 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 63 | 241 | 0.41 | 0.74 | 0 | 0.05 | 266.97 | 0.86 | 0.6 |
| Hex | 8F | 3F | F1 | 29 | 4A | 0 | 5 | 10B | 56 | 3C |
| Octal | 217 | 77 | 361 | 51 | 112 | 0 | 5 | 413 | 126 | 74 |
| Binary | 10001111 | 111111 | 11110001 | 101001 | 1001010 | 0 | 101 | 100001011 | 1010110 | 111100 |
Color Harmonies of #8F3FF1
Complementary color
Monochromatic Colors of #8F3FF1
Black with #8F3FF1
Text Example
Text Example
White with #8F3FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3FF1; }
p { color: rgb(143,63,241); }
H1.HeaderClassName
{
color: #8F3FF1;
}
.AnyTagClassName
{
color: #8F3FF1;
}
</style>
background-color css
<style>
a { background-color: #8F3FF1; }
a { background-color: rgb(143,63,241); }
div.DivClassName
{
background-color: #8F3FF1;
}
.BgClassName
{
background-color: #8F3FF1;
}
</style>
border-color css
<style>
span { border-color: #8F3FF1; }
span { border-color: rgb(143,63,241); }
td.TdClassName
{
border-color: #8F3FF1;
}
.TagClassName
{
border-color: #8F3FF1;
}
</style>