Shades of Blue Violet #8F27EF
Tints of Blue Violet #8F27EF
RGB
CMYK
RGB Variations
Color information
#8F27EF (or 0x8F27EF) is known color: Blue Violet. HEX triplet: 8F, 27 and EF. RGB value is (143,39,239). Sum of RGB (Red+Green+Blue) = 143+39+239=421 (55% of max value = 765). Red value is 143 (56.25% from 255 or 33.97% from 421); Green value is 39 (15.62% from 255 or 9.26% from 421); Blue value is 239 (93.75% from 255 or 56.77% from 421); Max value from RGB is 239 - color contains mainly: blue. Hex color #8F27EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F27EF is #70D810. Grayscale: #5C5C5C. Windows color (decimal): -7395345 or 15673231. OLE color: 15673231.
HSL color Cylindrical-coordinate representation of color #8F27EF: hue angle of 271.2º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8F27EF is Cyan = 0.40, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 39 | 239 | - |
| CMYK | 0.40 | 0.84 | 0 | 0.06 |
| HSL | 271.2º | 0.86% | 0.55% | - |
| HSV(B) | 271.2º | 0.84% | 0.94% | - |
| XYZ | 27.63 | 13.52 | 82.82 | - |
| YUV | 92.9 | 210.46 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 39 | 239 | 0.40 | 0.84 | 0 | 0.06 | 271.2 | 0.86 | 0.55 |
| Hex | 8F | 27 | EF | 28 | 54 | 0 | 6 | 10F | 56 | 37 |
| Octal | 217 | 47 | 357 | 50 | 124 | 0 | 6 | 417 | 126 | 67 |
| Binary | 10001111 | 100111 | 11101111 | 101000 | 1010100 | 0 | 110 | 100001111 | 1010110 | 110111 |
Color Harmonies of #8F27EF
Complementary color
Monochromatic Colors of #8F27EF
Black with #8F27EF
Text Example
Text Example
White with #8F27EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F27EF; }
p { color: rgb(143,39,239); }
H1.HeaderClassName
{
color: #8F27EF;
}
.AnyTagClassName
{
color: #8F27EF;
}
</style>
background-color css
<style>
a { background-color: #8F27EF; }
a { background-color: rgb(143,39,239); }
div.DivClassName
{
background-color: #8F27EF;
}
.BgClassName
{
background-color: #8F27EF;
}
</style>
border-color css
<style>
span { border-color: #8F27EF; }
span { border-color: rgb(143,39,239); }
td.TdClassName
{
border-color: #8F27EF;
}
.TagClassName
{
border-color: #8F27EF;
}
</style>