Shades of Blue Violet #8F48FE
Tints of Blue Violet #8F48FE
RGB
CMYK
RGB Variations
Color information
#8F48FE (or 0x8F48FE) is known color: Blue Violet. HEX triplet: 8F, 48 and FE. RGB value is (143,72,254). Sum of RGB (Red+Green+Blue) = 143+72+254=469 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.49% from 469); Green value is 72 (28.52% from 255 or 15.35% from 469); Blue value is 254 (99.61% from 255 or 54.16% from 469); Max value from RGB is 254 - color contains mainly: blue. Hex color #8F48FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F48FE is #70B701. Grayscale: #717171. Windows color (decimal): -7386882 or 16664719. OLE color: 16664719.
HSL color Cylindrical-coordinate representation of color #8F48FE: hue angle of 263.41º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8F48FE is Cyan = 0.44, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 143 | 72 | 254 | - |
| CMYK | 0.44 | 0.72 | 0 | 0.00 |
| HSL | 263.41º | 0.99% | 0.64% | - |
| HSV(B) | 263.41º | 0.72% | 1% | - |
| XYZ | 31.53 | 17.63 | 95.51 | - |
| YUV | 113.98 | 207.02 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 72 | 254 | 0.44 | 0.72 | 0 | 0.00 | 263.41 | 0.99 | 0.64 |
| Hex | 8F | 48 | FE | 2C | 48 | 0 | 0 | 107 | 63 | 40 |
| Octal | 217 | 110 | 376 | 54 | 110 | 0 | 0 | 407 | 143 | 100 |
| Binary | 10001111 | 1001000 | 11111110 | 101100 | 1001000 | 0 | 0 | 100000111 | 1100011 | 1000000 |
Color Harmonies of #8F48FE
Complementary color
Monochromatic Colors of #8F48FE
Black with #8F48FE
Text Example
Text Example
White with #8F48FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F48FE; }
p { color: rgb(143,72,254); }
H1.HeaderClassName
{
color: #8F48FE;
}
.AnyTagClassName
{
color: #8F48FE;
}
</style>
background-color css
<style>
a { background-color: #8F48FE; }
a { background-color: rgb(143,72,254); }
div.DivClassName
{
background-color: #8F48FE;
}
.BgClassName
{
background-color: #8F48FE;
}
</style>
border-color css
<style>
span { border-color: #8F48FE; }
span { border-color: rgb(143,72,254); }
td.TdClassName
{
border-color: #8F48FE;
}
.TagClassName
{
border-color: #8F48FE;
}
</style>