Shades of Blue Violet #8F4AF0
Tints of Blue Violet #8F4AF0
RGB
CMYK
RGB Variations
Color information
#8F4AF0 (or 0x8F4AF0) is known color: Blue Violet. HEX triplet: 8F, 4A and F0. RGB value is (143,74,240). Sum of RGB (Red+Green+Blue) = 143+74+240=457 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.29% from 457); Green value is 74 (29.30% from 255 or 16.19% from 457); Blue value is 240 (94.14% from 255 or 52.52% from 457); Max value from RGB is 240 - color contains mainly: blue. Hex color #8F4AF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F4AF0 is #70B50F. Grayscale: #707070. Windows color (decimal): -7386384 or 15747727. OLE color: 15747727.
HSL color Cylindrical-coordinate representation of color #8F4AF0: hue angle of 264.94º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8F4AF0 is Cyan = 0.40, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 74 | 240 | - |
| CMYK | 0.40 | 0.69 | 0 | 0.06 |
| HSL | 264.94º | 0.85% | 0.62% | - |
| HSV(B) | 264.94º | 0.69% | 0.94% | - |
| XYZ | 29.5 | 17.03 | 84.17 | - |
| YUV | 113.56 | 199.36 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 74 | 240 | 0.40 | 0.69 | 0 | 0.06 | 264.94 | 0.85 | 0.62 |
| Hex | 8F | 4A | F0 | 28 | 45 | 0 | 6 | 109 | 55 | 3E |
| Octal | 217 | 112 | 360 | 50 | 105 | 0 | 6 | 411 | 125 | 76 |
| Binary | 10001111 | 1001010 | 11110000 | 101000 | 1000101 | 0 | 110 | 100001001 | 1010101 | 111110 |
Color Harmonies of #8F4AF0
Complementary color
Monochromatic Colors of #8F4AF0
Black with #8F4AF0
Text Example
Text Example
White with #8F4AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4AF0; }
p { color: rgb(143,74,240); }
H1.HeaderClassName
{
color: #8F4AF0;
}
.AnyTagClassName
{
color: #8F4AF0;
}
</style>
background-color css
<style>
a { background-color: #8F4AF0; }
a { background-color: rgb(143,74,240); }
div.DivClassName
{
background-color: #8F4AF0;
}
.BgClassName
{
background-color: #8F4AF0;
}
</style>
border-color css
<style>
span { border-color: #8F4AF0; }
span { border-color: rgb(143,74,240); }
td.TdClassName
{
border-color: #8F4AF0;
}
.TagClassName
{
border-color: #8F4AF0;
}
</style>