Shades of Blue Violet #8B1FEF
Tints of Blue Violet #8B1FEF
RGB
CMYK
RGB Variations
Color information
#8B1FEF (or 0x8B1FEF) is known color: Blue Violet. HEX triplet: 8B, 1F and EF. RGB value is (139,31,239). Sum of RGB (Red+Green+Blue) = 139+31+239=409 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.99% from 409); Green value is 31 (12.5% from 255 or 7.58% from 409); Blue value is 239 (93.75% from 255 or 58.44% from 409); Max value from RGB is 239 - color contains mainly: blue. Hex color #8B1FEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8B1FEF is #74E010. Grayscale: #565656. Windows color (decimal): -7659537 or 15671179. OLE color: 15671179.
HSL color Cylindrical-coordinate representation of color #8B1FEF: hue angle of 271.15º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8B1FEF is Cyan = 0.42, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 139 | 31 | 239 | - |
| CMYK | 0.42 | 0.87 | 0 | 0.06 |
| HSL | 271.15º | 0.87% | 0.53% | - |
| HSV(B) | 271.15º | 0.87% | 0.94% | - |
| XYZ | 26.72 | 12.7 | 82.7 | - |
| YUV | 87 | 213.78 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 31 | 239 | 0.42 | 0.87 | 0 | 0.06 | 271.15 | 0.87 | 0.53 |
| Hex | 8B | 1F | EF | 2A | 57 | 0 | 6 | 10F | 57 | 35 |
| Octal | 213 | 37 | 357 | 52 | 127 | 0 | 6 | 417 | 127 | 65 |
| Binary | 10001011 | 11111 | 11101111 | 101010 | 1010111 | 0 | 110 | 100001111 | 1010111 | 110101 |
Color Harmonies of #8B1FEF
Complementary color
Monochromatic Colors of #8B1FEF
Black with #8B1FEF
Text Example
Text Example
White with #8B1FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1FEF; }
p { color: rgb(139,31,239); }
H1.HeaderClassName
{
color: #8B1FEF;
}
.AnyTagClassName
{
color: #8B1FEF;
}
</style>
background-color css
<style>
a { background-color: #8B1FEF; }
a { background-color: rgb(139,31,239); }
div.DivClassName
{
background-color: #8B1FEF;
}
.BgClassName
{
background-color: #8B1FEF;
}
</style>
border-color css
<style>
span { border-color: #8B1FEF; }
span { border-color: rgb(139,31,239); }
td.TdClassName
{
border-color: #8B1FEF;
}
.TagClassName
{
border-color: #8B1FEF;
}
</style>