Shades of Blue Violet #8F28EC
Tints of Blue Violet #8F28EC
RGB
CMYK
RGB Variations
Color information
#8F28EC (or 0x8F28EC) is known color: Blue Violet. HEX triplet: 8F, 28 and EC. RGB value is (143,40,236). Sum of RGB (Red+Green+Blue) = 143+40+236=419 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.13% from 419); Green value is 40 (16.02% from 255 or 9.55% from 419); Blue value is 236 (92.58% from 255 or 56.32% from 419); Max value from RGB is 236 - color contains mainly: blue. Hex color #8F28EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F28EC is #70D713. Grayscale: #5C5C5C. Windows color (decimal): -7395092 or 15476879. OLE color: 15476879.
HSL color Cylindrical-coordinate representation of color #8F28EC: hue angle of 271.53º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8F28EC is Cyan = 0.39, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 40 | 236 | - |
| CMYK | 0.39 | 0.83 | 0 | 0.07 |
| HSL | 271.53º | 0.84% | 0.54% | - |
| HSV(B) | 271.53º | 0.83% | 0.93% | - |
| XYZ | 27.23 | 13.41 | 80.51 | - |
| YUV | 93.14 | 208.62 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 40 | 236 | 0.39 | 0.83 | 0 | 0.07 | 271.53 | 0.84 | 0.54 |
| Hex | 8F | 28 | EC | 27 | 53 | 0 | 7 | 110 | 54 | 36 |
| Octal | 217 | 50 | 354 | 47 | 123 | 0 | 7 | 420 | 124 | 66 |
| Binary | 10001111 | 101000 | 11101100 | 100111 | 1010011 | 0 | 111 | 100010000 | 1010100 | 110110 |
Color Harmonies of #8F28EC
Complementary color
Monochromatic Colors of #8F28EC
Black with #8F28EC
Text Example
Text Example
White with #8F28EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F28EC; }
p { color: rgb(143,40,236); }
H1.HeaderClassName
{
color: #8F28EC;
}
.AnyTagClassName
{
color: #8F28EC;
}
</style>
background-color css
<style>
a { background-color: #8F28EC; }
a { background-color: rgb(143,40,236); }
div.DivClassName
{
background-color: #8F28EC;
}
.BgClassName
{
background-color: #8F28EC;
}
</style>
border-color css
<style>
span { border-color: #8F28EC; }
span { border-color: rgb(143,40,236); }
td.TdClassName
{
border-color: #8F28EC;
}
.TagClassName
{
border-color: #8F28EC;
}
</style>