Shades of Blue Violet #8F4CEF
Tints of Blue Violet #8F4CEF
RGB
CMYK
RGB Variations
Color information
#8F4CEF (or 0x8F4CEF) is known color: Blue Violet. HEX triplet: 8F, 4C and EF. RGB value is (143,76,239). Sum of RGB (Red+Green+Blue) = 143+76+239=458 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.22% from 458); Green value is 76 (30.08% from 255 or 16.59% from 458); Blue value is 239 (93.75% from 255 or 52.18% from 458); Max value from RGB is 239 - color contains mainly: blue. Hex color #8F4CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F4CEF is #70B310. Grayscale: #727272. Windows color (decimal): -7385873 or 15682703. OLE color: 15682703.
HSL color Cylindrical-coordinate representation of color #8F4CEF: hue angle of 264.66º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8F4CEF is Cyan = 0.40, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 76 | 239 | - |
| CMYK | 0.40 | 0.68 | 0 | 0.06 |
| HSL | 264.66º | 0.84% | 0.62% | - |
| HSV(B) | 264.66º | 0.68% | 0.94% | - |
| XYZ | 29.49 | 17.24 | 83.43 | - |
| YUV | 114.62 | 198.2 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 76 | 239 | 0.40 | 0.68 | 0 | 0.06 | 264.66 | 0.84 | 0.62 |
| Hex | 8F | 4C | EF | 28 | 44 | 0 | 6 | 109 | 54 | 3E |
| Octal | 217 | 114 | 357 | 50 | 104 | 0 | 6 | 411 | 124 | 76 |
| Binary | 10001111 | 1001100 | 11101111 | 101000 | 1000100 | 0 | 110 | 100001001 | 1010100 | 111110 |
Color Harmonies of #8F4CEF
Complementary color
Monochromatic Colors of #8F4CEF
Black with #8F4CEF
Text Example
Text Example
White with #8F4CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4CEF; }
p { color: rgb(143,76,239); }
H1.HeaderClassName
{
color: #8F4CEF;
}
.AnyTagClassName
{
color: #8F4CEF;
}
</style>
background-color css
<style>
a { background-color: #8F4CEF; }
a { background-color: rgb(143,76,239); }
div.DivClassName
{
background-color: #8F4CEF;
}
.BgClassName
{
background-color: #8F4CEF;
}
</style>
border-color css
<style>
span { border-color: #8F4CEF; }
span { border-color: rgb(143,76,239); }
td.TdClassName
{
border-color: #8F4CEF;
}
.TagClassName
{
border-color: #8F4CEF;
}
</style>