Shades of Blue Violet #8F3DFE
Tints of Blue Violet #8F3DFE
RGB
CMYK
RGB Variations
Color information
#8F3DFE (or 0x8F3DFE) is known color: Blue Violet. HEX triplet: 8F, 3D and FE. RGB value is (143,61,254). Sum of RGB (Red+Green+Blue) = 143+61+254=458 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.22% from 458); Green value is 61 (24.22% from 255 or 13.32% from 458); Blue value is 254 (99.61% from 255 or 55.46% from 458); Max value from RGB is 254 - color contains mainly: blue. Hex color #8F3DFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F3DFE is #70C201. Grayscale: #6A6A6A. Windows color (decimal): -7389698 or 16661903. OLE color: 16661903.
HSL color Cylindrical-coordinate representation of color #8F3DFE: hue angle of 265.49º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8F3DFE is Cyan = 0.44, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 143 | 61 | 254 | - |
| CMYK | 0.44 | 0.76 | 0 | 0.00 |
| HSL | 265.49º | 0.99% | 0.62% | - |
| HSV(B) | 265.49º | 0.76% | 1% | - |
| XYZ | 30.89 | 16.33 | 95.29 | - |
| YUV | 107.52 | 210.67 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 61 | 254 | 0.44 | 0.76 | 0 | 0.00 | 265.49 | 0.99 | 0.62 |
| Hex | 8F | 3D | FE | 2C | 4C | 0 | 0 | 109 | 63 | 3E |
| Octal | 217 | 75 | 376 | 54 | 114 | 0 | 0 | 411 | 143 | 76 |
| Binary | 10001111 | 111101 | 11111110 | 101100 | 1001100 | 0 | 0 | 100001001 | 1100011 | 111110 |
Color Harmonies of #8F3DFE
Complementary color
Monochromatic Colors of #8F3DFE
Black with #8F3DFE
Text Example
Text Example
White with #8F3DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3DFE; }
p { color: rgb(143,61,254); }
H1.HeaderClassName
{
color: #8F3DFE;
}
.AnyTagClassName
{
color: #8F3DFE;
}
</style>
background-color css
<style>
a { background-color: #8F3DFE; }
a { background-color: rgb(143,61,254); }
div.DivClassName
{
background-color: #8F3DFE;
}
.BgClassName
{
background-color: #8F3DFE;
}
</style>
border-color css
<style>
span { border-color: #8F3DFE; }
span { border-color: rgb(143,61,254); }
td.TdClassName
{
border-color: #8F3DFE;
}
.TagClassName
{
border-color: #8F3DFE;
}
</style>