Shades of Blue Violet #8B1EFA
Tints of Blue Violet #8B1EFA
RGB
CMYK
RGB Variations
Color information
#8B1EFA (or 0x8B1EFA) is known color: Blue Violet. HEX triplet: 8B, 1E and FA. RGB value is (139,30,250). Sum of RGB (Red+Green+Blue) = 139+30+250=419 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.17% from 419); Green value is 30 (12.11% from 255 or 7.16% from 419); Blue value is 250 (98.05% from 255 or 59.67% from 419); Max value from RGB is 250 - color contains mainly: blue. Hex color #8B1EFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8B1EFA is #74E105. Grayscale: #565656. Windows color (decimal): -7659782 or 16391819. OLE color: 16391819.
HSL color Cylindrical-coordinate representation of color #8B1EFA: hue angle of 269.73º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8B1EFA is Cyan = 0.44, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 139 | 30 | 250 | - |
| CMYK | 0.44 | 0.88 | 0 | 0.02 |
| HSL | 269.73º | 0.96% | 0.55% | - |
| HSV(B) | 269.73º | 0.88% | 0.98% | - |
| XYZ | 28.37 | 13.32 | 91.52 | - |
| YUV | 87.67 | 219.61 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 30 | 250 | 0.44 | 0.88 | 0 | 0.02 | 269.73 | 0.96 | 0.55 |
| Hex | 8B | 1E | FA | 2C | 58 | 0 | 2 | 10E | 60 | 37 |
| Octal | 213 | 36 | 372 | 54 | 130 | 0 | 2 | 416 | 140 | 67 |
| Binary | 10001011 | 11110 | 11111010 | 101100 | 1011000 | 0 | 10 | 100001110 | 1100000 | 110111 |
Color Harmonies of #8B1EFA
Complementary color
Monochromatic Colors of #8B1EFA
Black with #8B1EFA
Text Example
Text Example
White with #8B1EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1EFA; }
p { color: rgb(139,30,250); }
H1.HeaderClassName
{
color: #8B1EFA;
}
.AnyTagClassName
{
color: #8B1EFA;
}
</style>
background-color css
<style>
a { background-color: #8B1EFA; }
a { background-color: rgb(139,30,250); }
div.DivClassName
{
background-color: #8B1EFA;
}
.BgClassName
{
background-color: #8B1EFA;
}
</style>
border-color css
<style>
span { border-color: #8B1EFA; }
span { border-color: rgb(139,30,250); }
td.TdClassName
{
border-color: #8B1EFA;
}
.TagClassName
{
border-color: #8B1EFA;
}
</style>