Shades of Blue Violet #8F3EFB
Tints of Blue Violet #8F3EFB
RGB
CMYK
RGB Variations
Color information
#8F3EFB (or 0x8F3EFB) is known color: Blue Violet. HEX triplet: 8F, 3E and FB. RGB value is (143,62,251). Sum of RGB (Red+Green+Blue) = 143+62+251=456 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.36% from 456); Green value is 62 (24.61% from 255 or 13.60% from 456); Blue value is 251 (98.44% from 255 or 55.04% from 456); Max value from RGB is 251 - color contains mainly: blue. Hex color #8F3EFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F3EFB is #70C104. Grayscale: #6B6B6B. Windows color (decimal): -7389445 or 16465551. OLE color: 16465551.
HSL color Cylindrical-coordinate representation of color #8F3EFB: hue angle of 265.71º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8F3EFB is Cyan = 0.43, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 62 | 251 | - |
| CMYK | 0.43 | 0.75 | 0 | 0.02 |
| HSL | 265.71º | 0.96% | 0.61% | - |
| HSV(B) | 265.71º | 0.75% | 0.98% | - |
| XYZ | 30.46 | 16.25 | 92.8 | - |
| YUV | 107.77 | 208.84 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 62 | 251 | 0.43 | 0.75 | 0 | 0.02 | 265.71 | 0.96 | 0.61 |
| Hex | 8F | 3E | FB | 2B | 4B | 0 | 2 | 10A | 60 | 3D |
| Octal | 217 | 76 | 373 | 53 | 113 | 0 | 2 | 412 | 140 | 75 |
| Binary | 10001111 | 111110 | 11111011 | 101011 | 1001011 | 0 | 10 | 100001010 | 1100000 | 111101 |
Color Harmonies of #8F3EFB
Complementary color
Monochromatic Colors of #8F3EFB
Black with #8F3EFB
Text Example
Text Example
White with #8F3EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3EFB; }
p { color: rgb(143,62,251); }
H1.HeaderClassName
{
color: #8F3EFB;
}
.AnyTagClassName
{
color: #8F3EFB;
}
</style>
background-color css
<style>
a { background-color: #8F3EFB; }
a { background-color: rgb(143,62,251); }
div.DivClassName
{
background-color: #8F3EFB;
}
.BgClassName
{
background-color: #8F3EFB;
}
</style>
border-color css
<style>
span { border-color: #8F3EFB; }
span { border-color: rgb(143,62,251); }
td.TdClassName
{
border-color: #8F3EFB;
}
.TagClassName
{
border-color: #8F3EFB;
}
</style>