Shades of Blue Violet #8F3DF1
Tints of Blue Violet #8F3DF1
RGB
CMYK
RGB Variations
Color information
#8F3DF1 (or 0x8F3DF1) is known color: Blue Violet. HEX triplet: 8F, 3D and F1. RGB value is (143,61,241). Sum of RGB (Red+Green+Blue) = 143+61+241=445 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.13% from 445); Green value is 61 (24.22% from 255 or 13.71% from 445); Blue value is 241 (94.53% from 255 or 54.16% from 445); Max value from RGB is 241 - color contains mainly: blue. Hex color #8F3DF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F3DF1 is #70C20E. Grayscale: #696969. Windows color (decimal): -7389711 or 15809935. OLE color: 15809935.
HSL color Cylindrical-coordinate representation of color #8F3DF1: hue angle of 267.33º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8F3DF1 is Cyan = 0.41, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 143 | 61 | 241 | - |
| CMYK | 0.41 | 0.75 | 0 | 0.05 |
| HSL | 267.33º | 0.87% | 0.59% | - |
| HSV(B) | 267.33º | 0.75% | 0.95% | - |
| XYZ | 28.87 | 15.53 | 84.69 | - |
| YUV | 106.04 | 204.17 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 61 | 241 | 0.41 | 0.75 | 0 | 0.05 | 267.33 | 0.87 | 0.59 |
| Hex | 8F | 3D | F1 | 29 | 4B | 0 | 5 | 10B | 57 | 3B |
| Octal | 217 | 75 | 361 | 51 | 113 | 0 | 5 | 413 | 127 | 73 |
| Binary | 10001111 | 111101 | 11110001 | 101001 | 1001011 | 0 | 101 | 100001011 | 1010111 | 111011 |
Color Harmonies of #8F3DF1
Complementary color
Monochromatic Colors of #8F3DF1
Black with #8F3DF1
Text Example
Text Example
White with #8F3DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3DF1; }
p { color: rgb(143,61,241); }
H1.HeaderClassName
{
color: #8F3DF1;
}
.AnyTagClassName
{
color: #8F3DF1;
}
</style>
background-color css
<style>
a { background-color: #8F3DF1; }
a { background-color: rgb(143,61,241); }
div.DivClassName
{
background-color: #8F3DF1;
}
.BgClassName
{
background-color: #8F3DF1;
}
</style>
border-color css
<style>
span { border-color: #8F3DF1; }
span { border-color: rgb(143,61,241); }
td.TdClassName
{
border-color: #8F3DF1;
}
.TagClassName
{
border-color: #8F3DF1;
}
</style>