Shades of Blue Violet #8F46FF
Tints of Blue Violet #8F46FF
RGB
CMYK
RGB Variations
Color information
#8F46FF (or 0x8F46FF) is known color: Blue Violet. HEX triplet: 8F, 46 and FF. RGB value is (143,70,255). Sum of RGB (Red+Green+Blue) = 143+70+255=468 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.56% from 468); Green value is 70 (27.73% from 255 or 14.96% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #8F46FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F46FF is #70B900. Grayscale: #707070. Windows color (decimal): -7387393 or 16729743. OLE color: 16729743.
HSL color Cylindrical-coordinate representation of color #8F46FF: hue angle of 263.68º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8F46FF is Cyan = 0.44, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 70 | 255 | - |
| CMYK | 0.44 | 0.73 | 0 | 0 |
| HSL | 263.68º | 1% | 0.64% | - |
| HSV(B) | 263.68º | 0.73% | 1% | - |
| XYZ | 31.57 | 17.44 | 96.31 | - |
| YUV | 112.92 | 208.18 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 70 | 255 | 0.44 | 0.73 | 0 | 0 | 263.68 | 1 | 0.64 |
| Hex | 8F | 46 | FF | 2C | 49 | 0 | 0 | 108 | 64 | 40 |
| Octal | 217 | 106 | 377 | 54 | 111 | 0 | 0 | 410 | 144 | 100 |
| Binary | 10001111 | 1000110 | 11111111 | 101100 | 1001001 | 0 | 0 | 100001000 | 1100100 | 1000000 |
Color Harmonies of #8F46FF
Complementary color
Monochromatic Colors of #8F46FF
Black with #8F46FF
Text Example
Text Example
White with #8F46FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F46FF; }
p { color: rgb(143,70,255); }
H1.HeaderClassName
{
color: #8F46FF;
}
.AnyTagClassName
{
color: #8F46FF;
}
</style>
background-color css
<style>
a { background-color: #8F46FF; }
a { background-color: rgb(143,70,255); }
div.DivClassName
{
background-color: #8F46FF;
}
.BgClassName
{
background-color: #8F46FF;
}
</style>
border-color css
<style>
span { border-color: #8F46FF; }
span { border-color: rgb(143,70,255); }
td.TdClassName
{
border-color: #8F46FF;
}
.TagClassName
{
border-color: #8F46FF;
}
</style>