Shades of Blue Violet #8F0EF3
Tints of Blue Violet #8F0EF3
RGB
CMYK
RGB Variations
Color information
#8F0EF3 (or 0x8F0EF3) is known color: Blue Violet. HEX triplet: 8F, 0E and F3. RGB value is (143,14,243). Sum of RGB (Red+Green+Blue) = 143+14+243=400 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.75% from 400); Green value is 14 (5.86% from 255 or 3.5% from 400); Blue value is 243 (95.31% from 255 or 60.75% from 400); Max value from RGB is 243 - color contains mainly: blue. Hex color #8F0EF3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F0EF3 is #70F10C. Grayscale: #4D4D4D. Windows color (decimal): -7401741 or 15928975. OLE color: 15928975.
HSL color Cylindrical-coordinate representation of color #8F0EF3: hue angle of 273.8º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F0EF3 is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 143 | 14 | 243 | - |
| CMYK | 0.41 | 0.94 | 0 | 0.05 |
| HSL | 273.8º | 0.91% | 0.5% | - |
| HSV(B) | 273.8º | 0.94% | 0.95% | - |
| XYZ | 27.66 | 12.62 | 85.77 | - |
| YUV | 78.68 | 220.74 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 14 | 243 | 0.41 | 0.94 | 0 | 0.05 | 273.8 | 0.91 | 0.5 |
| Hex | 8F | E | F3 | 29 | 5E | 0 | 5 | 112 | 5B | 32 |
| Octal | 217 | 16 | 363 | 51 | 136 | 0 | 5 | 422 | 133 | 62 |
| Binary | 10001111 | 1110 | 11110011 | 101001 | 1011110 | 0 | 101 | 100010010 | 1011011 | 110010 |
Color Harmonies of #8F0EF3
Complementary color
Monochromatic Colors of #8F0EF3
Black with #8F0EF3
Text Example
Text Example
White with #8F0EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0EF3; }
p { color: rgb(143,14,243); }
H1.HeaderClassName
{
color: #8F0EF3;
}
.AnyTagClassName
{
color: #8F0EF3;
}
</style>
background-color css
<style>
a { background-color: #8F0EF3; }
a { background-color: rgb(143,14,243); }
div.DivClassName
{
background-color: #8F0EF3;
}
.BgClassName
{
background-color: #8F0EF3;
}
</style>
border-color css
<style>
span { border-color: #8F0EF3; }
span { border-color: rgb(143,14,243); }
td.TdClassName
{
border-color: #8F0EF3;
}
.TagClassName
{
border-color: #8F0EF3;
}
</style>