Shades of Blue Violet #8F4EEA
Tints of Blue Violet #8F4EEA
RGB
CMYK
RGB Variations
Color information
#8F4EEA (or 0x8F4EEA) is known color: Blue Violet. HEX triplet: 8F, 4E and EA. RGB value is (143,78,234). Sum of RGB (Red+Green+Blue) = 143+78+234=455 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.43% from 455); Green value is 78 (30.86% from 255 or 17.14% from 455); Blue value is 234 (91.80% from 255 or 51.43% from 455); Max value from RGB is 234 - color contains mainly: blue. Hex color #8F4EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F4EEA is #70B115. Grayscale: #727272. Windows color (decimal): -7385366 or 15355535. OLE color: 15355535.
HSL color Cylindrical-coordinate representation of color #8F4EEA: hue angle of 265º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8F4EEA is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 78 | 234 | - |
| CMYK | 0.39 | 0.67 | 0 | 0.08 |
| HSL | 265º | 0.79% | 0.61% | - |
| HSV(B) | 265º | 0.67% | 0.92% | - |
| XYZ | 28.9 | 17.23 | 79.64 | - |
| YUV | 115.22 | 195.03 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 78 | 234 | 0.39 | 0.67 | 0 | 0.08 | 265 | 0.79 | 0.61 |
| Hex | 8F | 4E | EA | 27 | 43 | 0 | 8 | 109 | 4F | 3D |
| Octal | 217 | 116 | 352 | 47 | 103 | 0 | 10 | 411 | 117 | 75 |
| Binary | 10001111 | 1001110 | 11101010 | 100111 | 1000011 | 0 | 1000 | 100001001 | 1001111 | 111101 |
Color Harmonies of #8F4EEA
Complementary color
Monochromatic Colors of #8F4EEA
Black with #8F4EEA
Text Example
Text Example
White with #8F4EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4EEA; }
p { color: rgb(143,78,234); }
H1.HeaderClassName
{
color: #8F4EEA;
}
.AnyTagClassName
{
color: #8F4EEA;
}
</style>
background-color css
<style>
a { background-color: #8F4EEA; }
a { background-color: rgb(143,78,234); }
div.DivClassName
{
background-color: #8F4EEA;
}
.BgClassName
{
background-color: #8F4EEA;
}
</style>
border-color css
<style>
span { border-color: #8F4EEA; }
span { border-color: rgb(143,78,234); }
td.TdClassName
{
border-color: #8F4EEA;
}
.TagClassName
{
border-color: #8F4EEA;
}
</style>