Shades of Blue Violet #8B1EFE
Tints of Blue Violet #8B1EFE
RGB
CMYK
RGB Variations
Color information
#8B1EFE (or 0x8B1EFE) is known color: Blue Violet. HEX triplet: 8B, 1E and FE. RGB value is (139,30,254). Sum of RGB (Red+Green+Blue) = 139+30+254=423 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.86% from 423); Green value is 30 (12.11% from 255 or 7.09% from 423); Blue value is 254 (99.61% from 255 or 60.05% from 423); Max value from RGB is 254 - color contains mainly: blue. Hex color #8B1EFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8B1EFE is #74E101. Grayscale: #575757. Windows color (decimal): -7659778 or 16653963. OLE color: 16653963.
HSL color Cylindrical-coordinate representation of color #8B1EFE: hue angle of 269.2º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8B1EFE is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 139 | 30 | 254 | - |
| CMYK | 0.45 | 0.88 | 0 | 0.00 |
| HSL | 269.2º | 0.99% | 0.56% | - |
| HSV(B) | 269.2º | 0.88% | 1% | - |
| XYZ | 29 | 13.57 | 94.86 | - |
| YUV | 88.13 | 221.61 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 30 | 254 | 0.45 | 0.88 | 0 | 0.00 | 269.2 | 0.99 | 0.56 |
| Hex | 8B | 1E | FE | 2D | 58 | 0 | 0 | 10D | 63 | 38 |
| Octal | 213 | 36 | 376 | 55 | 130 | 0 | 0 | 415 | 143 | 70 |
| Binary | 10001011 | 11110 | 11111110 | 101101 | 1011000 | 0 | 0 | 100001101 | 1100011 | 111000 |
Color Harmonies of #8B1EFE
Complementary color
Monochromatic Colors of #8B1EFE
Black with #8B1EFE
Text Example
Text Example
White with #8B1EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1EFE; }
p { color: rgb(139,30,254); }
H1.HeaderClassName
{
color: #8B1EFE;
}
.AnyTagClassName
{
color: #8B1EFE;
}
</style>
background-color css
<style>
a { background-color: #8B1EFE; }
a { background-color: rgb(139,30,254); }
div.DivClassName
{
background-color: #8B1EFE;
}
.BgClassName
{
background-color: #8B1EFE;
}
</style>
border-color css
<style>
span { border-color: #8B1EFE; }
span { border-color: rgb(139,30,254); }
td.TdClassName
{
border-color: #8B1EFE;
}
.TagClassName
{
border-color: #8B1EFE;
}
</style>