Shades of Blue Violet #8F2EEE
Tints of Blue Violet #8F2EEE
RGB
CMYK
RGB Variations
Color information
#8F2EEE (or 0x8F2EEE) is known color: Blue Violet. HEX triplet: 8F, 2E and EE. RGB value is (143,46,238). Sum of RGB (Red+Green+Blue) = 143+46+238=427 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.49% from 427); Green value is 46 (18.36% from 255 or 10.77% from 427); Blue value is 238 (93.36% from 255 or 55.74% from 427); Max value from RGB is 238 - color contains mainly: blue. Hex color #8F2EEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F2EEE is #70D111. Grayscale: #606060. Windows color (decimal): -7393554 or 15609487. OLE color: 15609487.
HSL color Cylindrical-coordinate representation of color #8F2EEE: hue angle of 270.31º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8F2EEE is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 46 | 238 | - |
| CMYK | 0.40 | 0.81 | 0 | 0.07 |
| HSL | 270.31º | 0.85% | 0.56% | - |
| HSV(B) | 270.31º | 0.81% | 0.93% | - |
| XYZ | 27.74 | 13.97 | 82.12 | - |
| YUV | 96.89 | 207.64 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 46 | 238 | 0.40 | 0.81 | 0 | 0.07 | 270.31 | 0.85 | 0.56 |
| Hex | 8F | 2E | EE | 28 | 51 | 0 | 7 | 10E | 55 | 38 |
| Octal | 217 | 56 | 356 | 50 | 121 | 0 | 7 | 416 | 125 | 70 |
| Binary | 10001111 | 101110 | 11101110 | 101000 | 1010001 | 0 | 111 | 100001110 | 1010101 | 111000 |
Color Harmonies of #8F2EEE
Complementary color
Monochromatic Colors of #8F2EEE
Black with #8F2EEE
Text Example
Text Example
White with #8F2EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2EEE; }
p { color: rgb(143,46,238); }
H1.HeaderClassName
{
color: #8F2EEE;
}
.AnyTagClassName
{
color: #8F2EEE;
}
</style>
background-color css
<style>
a { background-color: #8F2EEE; }
a { background-color: rgb(143,46,238); }
div.DivClassName
{
background-color: #8F2EEE;
}
.BgClassName
{
background-color: #8F2EEE;
}
</style>
border-color css
<style>
span { border-color: #8F2EEE; }
span { border-color: rgb(143,46,238); }
td.TdClassName
{
border-color: #8F2EEE;
}
.TagClassName
{
border-color: #8F2EEE;
}
</style>