Shades of Blue Violet #8F32EF
Tints of Blue Violet #8F32EF
RGB
CMYK
RGB Variations
Color information
#8F32EF (or 0x8F32EF) is known color: Blue Violet. HEX triplet: 8F, 32 and EF. RGB value is (143,50,239). Sum of RGB (Red+Green+Blue) = 143+50+239=432 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.10% from 432); Green value is 50 (19.92% from 255 or 11.57% from 432); Blue value is 239 (93.75% from 255 or 55.32% from 432); Max value from RGB is 239 - color contains mainly: blue. Hex color #8F32EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F32EF is #70CD10. Grayscale: #626262. Windows color (decimal): -7392529 or 15676047. OLE color: 15676047.
HSL color Cylindrical-coordinate representation of color #8F32EF: hue angle of 269.52º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8F32EF is Cyan = 0.40, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 50 | 239 | - |
| CMYK | 0.40 | 0.79 | 0 | 0.06 |
| HSL | 269.52º | 0.86% | 0.57% | - |
| HSV(B) | 269.52º | 0.79% | 0.94% | - |
| XYZ | 28.05 | 14.35 | 82.95 | - |
| YUV | 99.35 | 206.81 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 50 | 239 | 0.40 | 0.79 | 0 | 0.06 | 269.52 | 0.86 | 0.57 |
| Hex | 8F | 32 | EF | 28 | 4F | 0 | 6 | 10E | 56 | 39 |
| Octal | 217 | 62 | 357 | 50 | 117 | 0 | 6 | 416 | 126 | 71 |
| Binary | 10001111 | 110010 | 11101111 | 101000 | 1001111 | 0 | 110 | 100001110 | 1010110 | 111001 |
Color Harmonies of #8F32EF
Complementary color
Monochromatic Colors of #8F32EF
Black with #8F32EF
Text Example
Text Example
White with #8F32EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F32EF; }
p { color: rgb(143,50,239); }
H1.HeaderClassName
{
color: #8F32EF;
}
.AnyTagClassName
{
color: #8F32EF;
}
</style>
background-color css
<style>
a { background-color: #8F32EF; }
a { background-color: rgb(143,50,239); }
div.DivClassName
{
background-color: #8F32EF;
}
.BgClassName
{
background-color: #8F32EF;
}
</style>
border-color css
<style>
span { border-color: #8F32EF; }
span { border-color: rgb(143,50,239); }
td.TdClassName
{
border-color: #8F32EF;
}
.TagClassName
{
border-color: #8F32EF;
}
</style>