Shades of Blue Violet #8F4DEE
Tints of Blue Violet #8F4DEE
RGB
CMYK
RGB Variations
Color information
#8F4DEE (or 0x8F4DEE) is known color: Blue Violet. HEX triplet: 8F, 4D and EE. RGB value is (143,77,238). Sum of RGB (Red+Green+Blue) = 143+77+238=458 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.22% from 458); Green value is 77 (30.47% from 255 or 16.81% from 458); Blue value is 238 (93.36% from 255 or 51.97% from 458); Max value from RGB is 238 - color contains mainly: blue. Hex color #8F4DEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F4DEE is #70B211. Grayscale: #727272. Windows color (decimal): -7385618 or 15617423. OLE color: 15617423.
HSL color Cylindrical-coordinate representation of color #8F4DEE: hue angle of 264.6º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8F4DEE is Cyan = 0.40, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 77 | 238 | - |
| CMYK | 0.40 | 0.68 | 0 | 0.07 |
| HSL | 264.6º | 0.83% | 0.62% | - |
| HSV(B) | 264.6º | 0.68% | 0.93% | - |
| XYZ | 29.41 | 17.32 | 82.68 | - |
| YUV | 115.09 | 197.37 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 77 | 238 | 0.40 | 0.68 | 0 | 0.07 | 264.6 | 0.83 | 0.62 |
| Hex | 8F | 4D | EE | 28 | 44 | 0 | 7 | 109 | 53 | 3E |
| Octal | 217 | 115 | 356 | 50 | 104 | 0 | 7 | 411 | 123 | 76 |
| Binary | 10001111 | 1001101 | 11101110 | 101000 | 1000100 | 0 | 111 | 100001001 | 1010011 | 111110 |
Color Harmonies of #8F4DEE
Complementary color
Monochromatic Colors of #8F4DEE
Black with #8F4DEE
Text Example
Text Example
White with #8F4DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4DEE; }
p { color: rgb(143,77,238); }
H1.HeaderClassName
{
color: #8F4DEE;
}
.AnyTagClassName
{
color: #8F4DEE;
}
</style>
background-color css
<style>
a { background-color: #8F4DEE; }
a { background-color: rgb(143,77,238); }
div.DivClassName
{
background-color: #8F4DEE;
}
.BgClassName
{
background-color: #8F4DEE;
}
</style>
border-color css
<style>
span { border-color: #8F4DEE; }
span { border-color: rgb(143,77,238); }
td.TdClassName
{
border-color: #8F4DEE;
}
.TagClassName
{
border-color: #8F4DEE;
}
</style>