Shades of Blue Violet #8F27EC
Tints of Blue Violet #8F27EC
RGB
CMYK
RGB Variations
Color information
#8F27EC (or 0x8F27EC) is known color: Blue Violet. HEX triplet: 8F, 27 and EC. RGB value is (143,39,236). Sum of RGB (Red+Green+Blue) = 143+39+236=418 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.21% from 418); Green value is 39 (15.62% from 255 or 9.33% from 418); Blue value is 236 (92.58% from 255 or 56.46% from 418); Max value from RGB is 236 - color contains mainly: blue. Hex color #8F27EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F27EC is #70D813. Grayscale: #5B5B5B. Windows color (decimal): -7395348 or 15476623. OLE color: 15476623.
HSL color Cylindrical-coordinate representation of color #8F27EC: hue angle of 271.68º 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 #8F27EC is Cyan = 0.39, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 39 | 236 | - |
| CMYK | 0.39 | 0.83 | 0 | 0.07 |
| HSL | 271.68º | 0.84% | 0.54% | - |
| HSV(B) | 271.68º | 0.83% | 0.93% | - |
| XYZ | 27.19 | 13.35 | 80.5 | - |
| YUV | 92.55 | 208.96 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 39 | 236 | 0.39 | 0.83 | 0 | 0.07 | 271.68 | 0.84 | 0.54 |
| Hex | 8F | 27 | EC | 27 | 53 | 0 | 7 | 110 | 54 | 36 |
| Octal | 217 | 47 | 354 | 47 | 123 | 0 | 7 | 420 | 124 | 66 |
| Binary | 10001111 | 100111 | 11101100 | 100111 | 1010011 | 0 | 111 | 100010000 | 1010100 | 110110 |
Color Harmonies of #8F27EC
Complementary color
Monochromatic Colors of #8F27EC
Black with #8F27EC
Text Example
Text Example
White with #8F27EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F27EC; }
p { color: rgb(143,39,236); }
H1.HeaderClassName
{
color: #8F27EC;
}
.AnyTagClassName
{
color: #8F27EC;
}
</style>
background-color css
<style>
a { background-color: #8F27EC; }
a { background-color: rgb(143,39,236); }
div.DivClassName
{
background-color: #8F27EC;
}
.BgClassName
{
background-color: #8F27EC;
}
</style>
border-color css
<style>
span { border-color: #8F27EC; }
span { border-color: rgb(143,39,236); }
td.TdClassName
{
border-color: #8F27EC;
}
.TagClassName
{
border-color: #8F27EC;
}
</style>