Shades of Blue Violet #8F35EC
Tints of Blue Violet #8F35EC
RGB
CMYK
RGB Variations
Color information
#8F35EC (or 0x8F35EC) is known color: Blue Violet. HEX triplet: 8F, 35 and EC. RGB value is (143,53,236). Sum of RGB (Red+Green+Blue) = 143+53+236=432 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.10% from 432); Green value is 53 (21.09% from 255 or 12.27% from 432); Blue value is 236 (92.58% from 255 or 54.63% from 432); Max value from RGB is 236 - color contains mainly: blue. Hex color #8F35EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F35EC is #70CA13. Grayscale: #646464. Windows color (decimal): -7391764 or 15480207. OLE color: 15480207.
HSL color Cylindrical-coordinate representation of color #8F35EC: hue angle of 269.51º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8F35EC is Cyan = 0.39, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 53 | 236 | - |
| CMYK | 0.39 | 0.78 | 0 | 0.07 |
| HSL | 269.51º | 0.83% | 0.57% | - |
| HSV(B) | 269.51º | 0.78% | 0.93% | - |
| XYZ | 27.74 | 14.44 | 80.68 | - |
| YUV | 100.77 | 204.32 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 53 | 236 | 0.39 | 0.78 | 0 | 0.07 | 269.51 | 0.83 | 0.57 |
| Hex | 8F | 35 | EC | 27 | 4E | 0 | 7 | 10E | 53 | 39 |
| Octal | 217 | 65 | 354 | 47 | 116 | 0 | 7 | 416 | 123 | 71 |
| Binary | 10001111 | 110101 | 11101100 | 100111 | 1001110 | 0 | 111 | 100001110 | 1010011 | 111001 |
Color Harmonies of #8F35EC
Complementary color
Monochromatic Colors of #8F35EC
Black with #8F35EC
Text Example
Text Example
White with #8F35EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F35EC; }
p { color: rgb(143,53,236); }
H1.HeaderClassName
{
color: #8F35EC;
}
.AnyTagClassName
{
color: #8F35EC;
}
</style>
background-color css
<style>
a { background-color: #8F35EC; }
a { background-color: rgb(143,53,236); }
div.DivClassName
{
background-color: #8F35EC;
}
.BgClassName
{
background-color: #8F35EC;
}
</style>
border-color css
<style>
span { border-color: #8F35EC; }
span { border-color: rgb(143,53,236); }
td.TdClassName
{
border-color: #8F35EC;
}
.TagClassName
{
border-color: #8F35EC;
}
</style>