Shades of Blue Violet #8F37EE
Tints of Blue Violet #8F37EE
RGB
CMYK
RGB Variations
Color information
#8F37EE (or 0x8F37EE) is known color: Blue Violet. HEX triplet: 8F, 37 and EE. RGB value is (143,55,238). Sum of RGB (Red+Green+Blue) = 143+55+238=436 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.80% from 436); Green value is 55 (21.88% from 255 or 12.61% from 436); Blue value is 238 (93.36% from 255 or 54.59% from 436); Max value from RGB is 238 - color contains mainly: blue. Hex color #8F37EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F37EE is #70C811. Grayscale: #656565. Windows color (decimal): -7391250 or 15611791. OLE color: 15611791.
HSL color Cylindrical-coordinate representation of color #8F37EE: hue angle of 268.85º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8F37EE is Cyan = 0.40, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 55 | 238 | - |
| CMYK | 0.40 | 0.77 | 0 | 0.07 |
| HSL | 268.85º | 0.84% | 0.57% | - |
| HSV(B) | 268.85º | 0.77% | 0.93% | - |
| XYZ | 28.13 | 14.75 | 82.25 | - |
| YUV | 102.17 | 204.65 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 55 | 238 | 0.40 | 0.77 | 0 | 0.07 | 268.85 | 0.84 | 0.57 |
| Hex | 8F | 37 | EE | 28 | 4D | 0 | 7 | 10D | 54 | 39 |
| Octal | 217 | 67 | 356 | 50 | 115 | 0 | 7 | 415 | 124 | 71 |
| Binary | 10001111 | 110111 | 11101110 | 101000 | 1001101 | 0 | 111 | 100001101 | 1010100 | 111001 |
Color Harmonies of #8F37EE
Complementary color
Monochromatic Colors of #8F37EE
Black with #8F37EE
Text Example
Text Example
White with #8F37EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F37EE; }
p { color: rgb(143,55,238); }
H1.HeaderClassName
{
color: #8F37EE;
}
.AnyTagClassName
{
color: #8F37EE;
}
</style>
background-color css
<style>
a { background-color: #8F37EE; }
a { background-color: rgb(143,55,238); }
div.DivClassName
{
background-color: #8F37EE;
}
.BgClassName
{
background-color: #8F37EE;
}
</style>
border-color css
<style>
span { border-color: #8F37EE; }
span { border-color: rgb(143,55,238); }
td.TdClassName
{
border-color: #8F37EE;
}
.TagClassName
{
border-color: #8F37EE;
}
</style>