Shades of Blue Violet #8F32EC
Tints of Blue Violet #8F32EC
RGB
CMYK
RGB Variations
Color information
#8F32EC (or 0x8F32EC) is known color: Blue Violet. HEX triplet: 8F, 32 and EC. RGB value is (143,50,236). Sum of RGB (Red+Green+Blue) = 143+50+236=429 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.33% from 429); Green value is 50 (19.92% from 255 or 11.66% from 429); Blue value is 236 (92.58% from 255 or 55.01% from 429); Max value from RGB is 236 - color contains mainly: blue. Hex color #8F32EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F32EC is #70CD13. Grayscale: #626262. Windows color (decimal): -7392532 or 15479439. OLE color: 15479439.
HSL color Cylindrical-coordinate representation of color #8F32EC: hue angle of 270º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8F32EC is Cyan = 0.39, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 50 | 236 | - |
| CMYK | 0.39 | 0.79 | 0 | 0.07 |
| HSL | 270º | 0.83% | 0.56% | - |
| HSV(B) | 270º | 0.79% | 0.93% | - |
| XYZ | 27.61 | 14.18 | 80.64 | - |
| YUV | 99.01 | 205.31 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 50 | 236 | 0.39 | 0.79 | 0 | 0.07 | 270 | 0.83 | 0.56 |
| Hex | 8F | 32 | EC | 27 | 4F | 0 | 7 | 10E | 53 | 38 |
| Octal | 217 | 62 | 354 | 47 | 117 | 0 | 7 | 416 | 123 | 70 |
| Binary | 10001111 | 110010 | 11101100 | 100111 | 1001111 | 0 | 111 | 100001110 | 1010011 | 111000 |
Color Harmonies of #8F32EC
Complementary color
Monochromatic Colors of #8F32EC
Black with #8F32EC
Text Example
Text Example
White with #8F32EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F32EC; }
p { color: rgb(143,50,236); }
H1.HeaderClassName
{
color: #8F32EC;
}
.AnyTagClassName
{
color: #8F32EC;
}
</style>
background-color css
<style>
a { background-color: #8F32EC; }
a { background-color: rgb(143,50,236); }
div.DivClassName
{
background-color: #8F32EC;
}
.BgClassName
{
background-color: #8F32EC;
}
</style>
border-color css
<style>
span { border-color: #8F32EC; }
span { border-color: rgb(143,50,236); }
td.TdClassName
{
border-color: #8F32EC;
}
.TagClassName
{
border-color: #8F32EC;
}
</style>