Shades of Blue Violet #8F46DC
Tints of Blue Violet #8F46DC
RGB
CMYK
RGB Variations
Color information
#8F46DC (or 0x8F46DC) is known color: Blue Violet. HEX triplet: 8F, 46 and DC. RGB value is (143,70,220). Sum of RGB (Red+Green+Blue) = 143+70+220=433 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.03% from 433); Green value is 70 (27.73% from 255 or 16.17% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F46DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F46DC is #70B923. Grayscale: #6C6C6C. Windows color (decimal): -7387428 or 14435983. OLE color: 14435983.
HSL color Cylindrical-coordinate representation of color #8F46DC: hue angle of 269.2º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8F46DC is Cyan = 0.35, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 70 | 220 | - |
| CMYK | 0.35 | 0.68 | 0 | 0.14 |
| HSL | 269.2º | 0.68% | 0.57% | - |
| HSV(B) | 269.2º | 0.68% | 0.86% | - |
| XYZ | 26.44 | 15.39 | 69.29 | - |
| YUV | 108.93 | 190.68 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 70 | 220 | 0.35 | 0.68 | 0 | 0.14 | 269.2 | 0.68 | 0.57 |
| Hex | 8F | 46 | DC | 23 | 44 | 0 | E | 10D | 44 | 39 |
| Octal | 217 | 106 | 334 | 43 | 104 | 0 | 16 | 415 | 104 | 71 |
| Binary | 10001111 | 1000110 | 11011100 | 100011 | 1000100 | 0 | 1110 | 100001101 | 1000100 | 111001 |
Color Harmonies of #8F46DC
Complementary color
Monochromatic Colors of #8F46DC
Black with #8F46DC
Text Example
Text Example
White with #8F46DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F46DC; }
p { color: rgb(143,70,220); }
H1.HeaderClassName
{
color: #8F46DC;
}
.AnyTagClassName
{
color: #8F46DC;
}
</style>
background-color css
<style>
a { background-color: #8F46DC; }
a { background-color: rgb(143,70,220); }
div.DivClassName
{
background-color: #8F46DC;
}
.BgClassName
{
background-color: #8F46DC;
}
</style>
border-color css
<style>
span { border-color: #8F46DC; }
span { border-color: rgb(143,70,220); }
td.TdClassName
{
border-color: #8F46DC;
}
.TagClassName
{
border-color: #8F46DC;
}
</style>