Shades of Blue Violet #8F4CF2
Tints of Blue Violet #8F4CF2
RGB
CMYK
RGB Variations
Color information
#8F4CF2 (or 0x8F4CF2) is known color: Blue Violet. HEX triplet: 8F, 4C and F2. RGB value is (143,76,242). Sum of RGB (Red+Green+Blue) = 143+76+242=461 (61% of max value = 765). Red value is 143 (56.25% from 255 or 31.02% from 461); Green value is 76 (30.08% from 255 or 16.49% from 461); Blue value is 242 (94.92% from 255 or 52.49% from 461); Max value from RGB is 242 - color contains mainly: blue. Hex color #8F4CF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F4CF2 is #70B30D. Grayscale: #727272. Windows color (decimal): -7385870 or 15879311. OLE color: 15879311.
HSL color Cylindrical-coordinate representation of color #8F4CF2: hue angle of 264.22º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8F4CF2 is Cyan = 0.41, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 143 | 76 | 242 | - |
| CMYK | 0.41 | 0.69 | 0 | 0.05 |
| HSL | 264.22º | 0.86% | 0.62% | - |
| HSV(B) | 264.22º | 0.69% | 0.95% | - |
| XYZ | 29.94 | 17.42 | 85.79 | - |
| YUV | 114.96 | 199.7 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 76 | 242 | 0.41 | 0.69 | 0 | 0.05 | 264.22 | 0.86 | 0.62 |
| Hex | 8F | 4C | F2 | 29 | 45 | 0 | 5 | 108 | 56 | 3E |
| Octal | 217 | 114 | 362 | 51 | 105 | 0 | 5 | 410 | 126 | 76 |
| Binary | 10001111 | 1001100 | 11110010 | 101001 | 1000101 | 0 | 101 | 100001000 | 1010110 | 111110 |
Color Harmonies of #8F4CF2
Complementary color
Monochromatic Colors of #8F4CF2
Black with #8F4CF2
Text Example
Text Example
White with #8F4CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4CF2; }
p { color: rgb(143,76,242); }
H1.HeaderClassName
{
color: #8F4CF2;
}
.AnyTagClassName
{
color: #8F4CF2;
}
</style>
background-color css
<style>
a { background-color: #8F4CF2; }
a { background-color: rgb(143,76,242); }
div.DivClassName
{
background-color: #8F4CF2;
}
.BgClassName
{
background-color: #8F4CF2;
}
</style>
border-color css
<style>
span { border-color: #8F4CF2; }
span { border-color: rgb(143,76,242); }
td.TdClassName
{
border-color: #8F4CF2;
}
.TagClassName
{
border-color: #8F4CF2;
}
</style>