Shades of Blue Violet #8F3EF4
Tints of Blue Violet #8F3EF4
RGB
CMYK
RGB Variations
Color information
#8F3EF4 (or 0x8F3EF4) is known color: Blue Violet. HEX triplet: 8F, 3E and F4. RGB value is (143,62,244). Sum of RGB (Red+Green+Blue) = 143+62+244=449 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.85% from 449); Green value is 62 (24.61% from 255 or 13.81% from 449); Blue value is 244 (95.70% from 255 or 54.34% from 449); Max value from RGB is 244 - color contains mainly: blue. Hex color #8F3EF4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F3EF4 is #70C10B. Grayscale: #6A6A6A. Windows color (decimal): -7389452 or 16006799. OLE color: 16006799.
HSL color Cylindrical-coordinate representation of color #8F3EF4: hue angle of 266.7º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8F3EF4 is Cyan = 0.41, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 143 | 62 | 244 | - |
| CMYK | 0.41 | 0.75 | 0 | 0.04 |
| HSL | 266.7º | 0.89% | 0.6% | - |
| HSV(B) | 266.7º | 0.75% | 0.96% | - |
| XYZ | 29.38 | 15.82 | 87.09 | - |
| YUV | 106.97 | 205.34 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 62 | 244 | 0.41 | 0.75 | 0 | 0.04 | 266.7 | 0.89 | 0.6 |
| Hex | 8F | 3E | F4 | 29 | 4B | 0 | 4 | 10B | 59 | 3C |
| Octal | 217 | 76 | 364 | 51 | 113 | 0 | 4 | 413 | 131 | 74 |
| Binary | 10001111 | 111110 | 11110100 | 101001 | 1001011 | 0 | 100 | 100001011 | 1011001 | 111100 |
Color Harmonies of #8F3EF4
Complementary color
Monochromatic Colors of #8F3EF4
Black with #8F3EF4
Text Example
Text Example
White with #8F3EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3EF4; }
p { color: rgb(143,62,244); }
H1.HeaderClassName
{
color: #8F3EF4;
}
.AnyTagClassName
{
color: #8F3EF4;
}
</style>
background-color css
<style>
a { background-color: #8F3EF4; }
a { background-color: rgb(143,62,244); }
div.DivClassName
{
background-color: #8F3EF4;
}
.BgClassName
{
background-color: #8F3EF4;
}
</style>
border-color css
<style>
span { border-color: #8F3EF4; }
span { border-color: rgb(143,62,244); }
td.TdClassName
{
border-color: #8F3EF4;
}
.TagClassName
{
border-color: #8F3EF4;
}
</style>