Shades of Blue Violet #8F3FEE
Tints of Blue Violet #8F3FEE
RGB
CMYK
RGB Variations
Color information
#8F3FEE (or 0x8F3FEE) is known color: Blue Violet. HEX triplet: 8F, 3F and EE. RGB value is (143,63,238). Sum of RGB (Red+Green+Blue) = 143+63+238=444 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.21% from 444); Green value is 63 (25% from 255 or 14.19% from 444); Blue value is 238 (93.36% from 255 or 53.60% from 444); Max value from RGB is 238 - color contains mainly: blue. Hex color #8F3FEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F3FEE is #70C011. Grayscale: #6A6A6A. Windows color (decimal): -7389202 or 15613839. OLE color: 15613839.
HSL color Cylindrical-coordinate representation of color #8F3FEE: hue angle of 267.43º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8F3FEE is Cyan = 0.40, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 63 | 238 | - |
| CMYK | 0.40 | 0.74 | 0 | 0.07 |
| HSL | 267.43º | 0.84% | 0.59% | - |
| HSV(B) | 267.43º | 0.74% | 0.93% | - |
| XYZ | 28.54 | 15.57 | 82.39 | - |
| YUV | 106.87 | 202 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 63 | 238 | 0.40 | 0.74 | 0 | 0.07 | 267.43 | 0.84 | 0.59 |
| Hex | 8F | 3F | EE | 28 | 4A | 0 | 7 | 10B | 54 | 3B |
| Octal | 217 | 77 | 356 | 50 | 112 | 0 | 7 | 413 | 124 | 73 |
| Binary | 10001111 | 111111 | 11101110 | 101000 | 1001010 | 0 | 111 | 100001011 | 1010100 | 111011 |
Color Harmonies of #8F3FEE
Complementary color
Monochromatic Colors of #8F3FEE
Black with #8F3FEE
Text Example
Text Example
White with #8F3FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3FEE; }
p { color: rgb(143,63,238); }
H1.HeaderClassName
{
color: #8F3FEE;
}
.AnyTagClassName
{
color: #8F3FEE;
}
</style>
background-color css
<style>
a { background-color: #8F3FEE; }
a { background-color: rgb(143,63,238); }
div.DivClassName
{
background-color: #8F3FEE;
}
.BgClassName
{
background-color: #8F3FEE;
}
</style>
border-color css
<style>
span { border-color: #8F3FEE; }
span { border-color: rgb(143,63,238); }
td.TdClassName
{
border-color: #8F3FEE;
}
.TagClassName
{
border-color: #8F3FEE;
}
</style>