Shades of Blue Violet #8F48FF
Tints of Blue Violet #8F48FF
RGB
CMYK
RGB Variations
Color information
#8F48FF (or 0x8F48FF) is known color: Blue Violet. HEX triplet: 8F, 48 and FF. RGB value is (143,72,255). Sum of RGB (Red+Green+Blue) = 143+72+255=470 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.43% from 470); Green value is 72 (28.52% from 255 or 15.32% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #8F48FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F48FF is #70B700. Grayscale: #717171. Windows color (decimal): -7386881 or 16730255. OLE color: 16730255.
HSL color Cylindrical-coordinate representation of color #8F48FF: hue angle of 263.28º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8F48FF is Cyan = 0.44, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 72 | 255 | - |
| CMYK | 0.44 | 0.72 | 0 | 0 |
| HSL | 263.28º | 1% | 0.64% | - |
| HSV(B) | 263.28º | 0.72% | 1% | - |
| XYZ | 31.7 | 17.69 | 96.35 | - |
| YUV | 114.09 | 207.52 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 72 | 255 | 0.44 | 0.72 | 0 | 0 | 263.28 | 1 | 0.64 |
| Hex | 8F | 48 | FF | 2C | 48 | 0 | 0 | 107 | 64 | 40 |
| Octal | 217 | 110 | 377 | 54 | 110 | 0 | 0 | 407 | 144 | 100 |
| Binary | 10001111 | 1001000 | 11111111 | 101100 | 1001000 | 0 | 0 | 100000111 | 1100100 | 1000000 |
Color Harmonies of #8F48FF
Complementary color
Monochromatic Colors of #8F48FF
Black with #8F48FF
Text Example
Text Example
White with #8F48FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F48FF; }
p { color: rgb(143,72,255); }
H1.HeaderClassName
{
color: #8F48FF;
}
.AnyTagClassName
{
color: #8F48FF;
}
</style>
background-color css
<style>
a { background-color: #8F48FF; }
a { background-color: rgb(143,72,255); }
div.DivClassName
{
background-color: #8F48FF;
}
.BgClassName
{
background-color: #8F48FF;
}
</style>
border-color css
<style>
span { border-color: #8F48FF; }
span { border-color: rgb(143,72,255); }
td.TdClassName
{
border-color: #8F48FF;
}
.TagClassName
{
border-color: #8F48FF;
}
</style>