Shades of Blue Violet #8F2AF0
Tints of Blue Violet #8F2AF0
RGB
CMYK
RGB Variations
Color information
#8F2AF0 (or 0x8F2AF0) is known color: Blue Violet. HEX triplet: 8F, 2A and F0. RGB value is (143,42,240). Sum of RGB (Red+Green+Blue) = 143+42+240=425 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.65% from 425); Green value is 42 (16.80% from 255 or 9.88% from 425); Blue value is 240 (94.14% from 255 or 56.47% from 425); Max value from RGB is 240 - color contains mainly: blue. Hex color #8F2AF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F2AF0 is #70D50F. Grayscale: #5E5E5E. Windows color (decimal): -7394576 or 15739535. OLE color: 15739535.
HSL color Cylindrical-coordinate representation of color #8F2AF0: hue angle of 270.61º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8F2AF0 is Cyan = 0.40, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 42 | 240 | - |
| CMYK | 0.40 | 0.82 | 0 | 0.06 |
| HSL | 270.61º | 0.87% | 0.55% | - |
| HSV(B) | 270.61º | 0.83% | 0.94% | - |
| XYZ | 27.88 | 13.79 | 83.63 | - |
| YUV | 94.77 | 209.96 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 42 | 240 | 0.40 | 0.82 | 0 | 0.06 | 270.61 | 0.87 | 0.55 |
| Hex | 8F | 2A | F0 | 28 | 52 | 0 | 6 | 10F | 57 | 37 |
| Octal | 217 | 52 | 360 | 50 | 122 | 0 | 6 | 417 | 127 | 67 |
| Binary | 10001111 | 101010 | 11110000 | 101000 | 1010010 | 0 | 110 | 100001111 | 1010111 | 110111 |
Color Harmonies of #8F2AF0
Complementary color
Monochromatic Colors of #8F2AF0
Black with #8F2AF0
Text Example
Text Example
White with #8F2AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2AF0; }
p { color: rgb(143,42,240); }
H1.HeaderClassName
{
color: #8F2AF0;
}
.AnyTagClassName
{
color: #8F2AF0;
}
</style>
background-color css
<style>
a { background-color: #8F2AF0; }
a { background-color: rgb(143,42,240); }
div.DivClassName
{
background-color: #8F2AF0;
}
.BgClassName
{
background-color: #8F2AF0;
}
</style>
border-color css
<style>
span { border-color: #8F2AF0; }
span { border-color: rgb(143,42,240); }
td.TdClassName
{
border-color: #8F2AF0;
}
.TagClassName
{
border-color: #8F2AF0;
}
</style>