Shades of Blue Violet #8F3BED
Tints of Blue Violet #8F3BED
RGB
CMYK
RGB Variations
Color information
#8F3BED (or 0x8F3BED) is known color: Blue Violet. HEX triplet: 8F, 3B and ED. RGB value is (143,59,237). Sum of RGB (Red+Green+Blue) = 143+59+237=439 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.57% from 439); Green value is 59 (23.44% from 255 or 13.44% from 439); Blue value is 237 (92.97% from 255 or 53.99% from 439); Max value from RGB is 237 - color contains mainly: blue. Hex color #8F3BED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F3BED is #70C412. Grayscale: #676767. Windows color (decimal): -7390227 or 15547279. OLE color: 15547279.
HSL color Cylindrical-coordinate representation of color #8F3BED: hue angle of 268.31º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8F3BED is Cyan = 0.40, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 59 | 237 | - |
| CMYK | 0.40 | 0.75 | 0 | 0.07 |
| HSL | 268.31º | 0.83% | 0.58% | - |
| HSV(B) | 268.31º | 0.75% | 0.93% | - |
| XYZ | 28.18 | 15.08 | 81.55 | - |
| YUV | 104.41 | 202.83 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 59 | 237 | 0.40 | 0.75 | 0 | 0.07 | 268.31 | 0.83 | 0.58 |
| Hex | 8F | 3B | ED | 28 | 4B | 0 | 7 | 10C | 53 | 3A |
| Octal | 217 | 73 | 355 | 50 | 113 | 0 | 7 | 414 | 123 | 72 |
| Binary | 10001111 | 111011 | 11101101 | 101000 | 1001011 | 0 | 111 | 100001100 | 1010011 | 111010 |
Color Harmonies of #8F3BED
Complementary color
Monochromatic Colors of #8F3BED
Black with #8F3BED
Text Example
Text Example
White with #8F3BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3BED; }
p { color: rgb(143,59,237); }
H1.HeaderClassName
{
color: #8F3BED;
}
.AnyTagClassName
{
color: #8F3BED;
}
</style>
background-color css
<style>
a { background-color: #8F3BED; }
a { background-color: rgb(143,59,237); }
div.DivClassName
{
background-color: #8F3BED;
}
.BgClassName
{
background-color: #8F3BED;
}
</style>
border-color css
<style>
span { border-color: #8F3BED; }
span { border-color: rgb(143,59,237); }
td.TdClassName
{
border-color: #8F3BED;
}
.TagClassName
{
border-color: #8F3BED;
}
</style>