Shades of Blue Violet #8F2CEF
Tints of Blue Violet #8F2CEF
RGB
CMYK
RGB Variations
Color information
#8F2CEF (or 0x8F2CEF) is known color: Blue Violet. HEX triplet: 8F, 2C and EF. RGB value is (143,44,239). Sum of RGB (Red+Green+Blue) = 143+44+239=426 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.57% from 426); Green value is 44 (17.58% from 255 or 10.33% from 426); Blue value is 239 (93.75% from 255 or 56.10% from 426); Max value from RGB is 239 - color contains mainly: blue. Hex color #8F2CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F2CEF is #70D310. Grayscale: #5F5F5F. Windows color (decimal): -7394065 or 15674511. OLE color: 15674511.
HSL color Cylindrical-coordinate representation of color #8F2CEF: hue angle of 270.46º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8F2CEF is Cyan = 0.40, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 44 | 239 | - |
| CMYK | 0.40 | 0.82 | 0 | 0.06 |
| HSL | 270.46º | 0.86% | 0.55% | - |
| HSV(B) | 270.46º | 0.82% | 0.94% | - |
| XYZ | 27.81 | 13.87 | 82.87 | - |
| YUV | 95.83 | 208.8 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 44 | 239 | 0.40 | 0.82 | 0 | 0.06 | 270.46 | 0.86 | 0.55 |
| Hex | 8F | 2C | EF | 28 | 52 | 0 | 6 | 10E | 56 | 37 |
| Octal | 217 | 54 | 357 | 50 | 122 | 0 | 6 | 416 | 126 | 67 |
| Binary | 10001111 | 101100 | 11101111 | 101000 | 1010010 | 0 | 110 | 100001110 | 1010110 | 110111 |
Color Harmonies of #8F2CEF
Complementary color
Monochromatic Colors of #8F2CEF
Black with #8F2CEF
Text Example
Text Example
White with #8F2CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2CEF; }
p { color: rgb(143,44,239); }
H1.HeaderClassName
{
color: #8F2CEF;
}
.AnyTagClassName
{
color: #8F2CEF;
}
</style>
background-color css
<style>
a { background-color: #8F2CEF; }
a { background-color: rgb(143,44,239); }
div.DivClassName
{
background-color: #8F2CEF;
}
.BgClassName
{
background-color: #8F2CEF;
}
</style>
border-color css
<style>
span { border-color: #8F2CEF; }
span { border-color: rgb(143,44,239); }
td.TdClassName
{
border-color: #8F2CEF;
}
.TagClassName
{
border-color: #8F2CEF;
}
</style>