Shades of Blue Violet #8F3BEE
Tints of Blue Violet #8F3BEE
RGB
CMYK
RGB Variations
Color information
#8F3BEE (or 0x8F3BEE) is known color: Blue Violet. HEX triplet: 8F, 3B and EE. RGB value is (143,59,238). Sum of RGB (Red+Green+Blue) = 143+59+238=440 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.5% from 440); Green value is 59 (23.44% from 255 or 13.41% from 440); Blue value is 238 (93.36% from 255 or 54.09% from 440); Max value from RGB is 238 - color contains mainly: blue. Hex color #8F3BEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F3BEE is #70C411. Grayscale: #676767. Windows color (decimal): -7390226 or 15612815. OLE color: 15612815.
HSL color Cylindrical-coordinate representation of color #8F3BEE: hue angle of 268.16º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8F3BEE is Cyan = 0.40, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 59 | 238 | - |
| CMYK | 0.40 | 0.75 | 0 | 0.07 |
| HSL | 268.16º | 0.84% | 0.58% | - |
| HSV(B) | 268.16º | 0.75% | 0.93% | - |
| XYZ | 28.32 | 15.14 | 82.32 | - |
| YUV | 104.52 | 203.33 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 59 | 238 | 0.40 | 0.75 | 0 | 0.07 | 268.16 | 0.84 | 0.58 |
| Hex | 8F | 3B | EE | 28 | 4B | 0 | 7 | 10C | 54 | 3A |
| Octal | 217 | 73 | 356 | 50 | 113 | 0 | 7 | 414 | 124 | 72 |
| Binary | 10001111 | 111011 | 11101110 | 101000 | 1001011 | 0 | 111 | 100001100 | 1010100 | 111010 |
Color Harmonies of #8F3BEE
Complementary color
Monochromatic Colors of #8F3BEE
Black with #8F3BEE
Text Example
Text Example
White with #8F3BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3BEE; }
p { color: rgb(143,59,238); }
H1.HeaderClassName
{
color: #8F3BEE;
}
.AnyTagClassName
{
color: #8F3BEE;
}
</style>
background-color css
<style>
a { background-color: #8F3BEE; }
a { background-color: rgb(143,59,238); }
div.DivClassName
{
background-color: #8F3BEE;
}
.BgClassName
{
background-color: #8F3BEE;
}
</style>
border-color css
<style>
span { border-color: #8F3BEE; }
span { border-color: rgb(143,59,238); }
td.TdClassName
{
border-color: #8F3BEE;
}
.TagClassName
{
border-color: #8F3BEE;
}
</style>