Shades of Blue Violet #8F3FEB
Tints of Blue Violet #8F3FEB
RGB
CMYK
RGB Variations
Color information
#8F3FEB (or 0x8F3FEB) is known color: Blue Violet. HEX triplet: 8F, 3F and EB. RGB value is (143,63,235). Sum of RGB (Red+Green+Blue) = 143+63+235=441 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.43% from 441); Green value is 63 (25% from 255 or 14.29% from 441); Blue value is 235 (92.19% from 255 or 53.29% from 441); Max value from RGB is 235 - color contains mainly: blue. Hex color #8F3FEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F3FEB is #70C014. Grayscale: #696969. Windows color (decimal): -7389205 or 15417231. OLE color: 15417231.
HSL color Cylindrical-coordinate representation of color #8F3FEB: hue angle of 267.91º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8F3FEB is Cyan = 0.39, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 63 | 235 | - |
| CMYK | 0.39 | 0.73 | 0 | 0.08 |
| HSL | 267.91º | 0.81% | 0.58% | - |
| HSV(B) | 267.91º | 0.73% | 0.92% | - |
| XYZ | 28.1 | 15.39 | 80.09 | - |
| YUV | 106.53 | 200.5 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 63 | 235 | 0.39 | 0.73 | 0 | 0.08 | 267.91 | 0.81 | 0.58 |
| Hex | 8F | 3F | EB | 27 | 49 | 0 | 8 | 10C | 51 | 3A |
| Octal | 217 | 77 | 353 | 47 | 111 | 0 | 10 | 414 | 121 | 72 |
| Binary | 10001111 | 111111 | 11101011 | 100111 | 1001001 | 0 | 1000 | 100001100 | 1010001 | 111010 |
Color Harmonies of #8F3FEB
Complementary color
Monochromatic Colors of #8F3FEB
Black with #8F3FEB
Text Example
Text Example
White with #8F3FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3FEB; }
p { color: rgb(143,63,235); }
H1.HeaderClassName
{
color: #8F3FEB;
}
.AnyTagClassName
{
color: #8F3FEB;
}
</style>
background-color css
<style>
a { background-color: #8F3FEB; }
a { background-color: rgb(143,63,235); }
div.DivClassName
{
background-color: #8F3FEB;
}
.BgClassName
{
background-color: #8F3FEB;
}
</style>
border-color css
<style>
span { border-color: #8F3FEB; }
span { border-color: rgb(143,63,235); }
td.TdClassName
{
border-color: #8F3FEB;
}
.TagClassName
{
border-color: #8F3FEB;
}
</style>