Shades of Blue Violet #8F2EEC
Tints of Blue Violet #8F2EEC
RGB
CMYK
RGB Variations
Color information
#8F2EEC (or 0x8F2EEC) is known color: Blue Violet. HEX triplet: 8F, 2E and EC. RGB value is (143,46,236). Sum of RGB (Red+Green+Blue) = 143+46+236=425 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.65% from 425); Green value is 46 (18.36% from 255 or 10.82% from 425); Blue value is 236 (92.58% from 255 or 55.53% from 425); Max value from RGB is 236 - color contains mainly: blue. Hex color #8F2EEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F2EEC is #70D113. Grayscale: #606060. Windows color (decimal): -7393556 or 15478415. OLE color: 15478415.
HSL color Cylindrical-coordinate representation of color #8F2EEC: hue angle of 270.63º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8F2EEC is Cyan = 0.39, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 46 | 236 | - |
| CMYK | 0.39 | 0.81 | 0 | 0.07 |
| HSL | 270.63º | 0.83% | 0.55% | - |
| HSV(B) | 270.63º | 0.81% | 0.93% | - |
| XYZ | 27.45 | 13.85 | 80.58 | - |
| YUV | 96.66 | 206.64 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 46 | 236 | 0.39 | 0.81 | 0 | 0.07 | 270.63 | 0.83 | 0.55 |
| Hex | 8F | 2E | EC | 27 | 51 | 0 | 7 | 10F | 53 | 37 |
| Octal | 217 | 56 | 354 | 47 | 121 | 0 | 7 | 417 | 123 | 67 |
| Binary | 10001111 | 101110 | 11101100 | 100111 | 1010001 | 0 | 111 | 100001111 | 1010011 | 110111 |
Color Harmonies of #8F2EEC
Complementary color
Monochromatic Colors of #8F2EEC
Black with #8F2EEC
Text Example
Text Example
White with #8F2EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2EEC; }
p { color: rgb(143,46,236); }
H1.HeaderClassName
{
color: #8F2EEC;
}
.AnyTagClassName
{
color: #8F2EEC;
}
</style>
background-color css
<style>
a { background-color: #8F2EEC; }
a { background-color: rgb(143,46,236); }
div.DivClassName
{
background-color: #8F2EEC;
}
.BgClassName
{
background-color: #8F2EEC;
}
</style>
border-color css
<style>
span { border-color: #8F2EEC; }
span { border-color: rgb(143,46,236); }
td.TdClassName
{
border-color: #8F2EEC;
}
.TagClassName
{
border-color: #8F2EEC;
}
</style>