Shades of Blue Violet #8B1EF2
Tints of Blue Violet #8B1EF2
RGB
CMYK
RGB Variations
Color information
#8B1EF2 (or 0x8B1EF2) is known color: Blue Violet. HEX triplet: 8B, 1E and F2. RGB value is (139,30,242). Sum of RGB (Red+Green+Blue) = 139+30+242=411 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.82% from 411); Green value is 30 (12.11% from 255 or 7.30% from 411); Blue value is 242 (94.92% from 255 or 58.88% from 411); Max value from RGB is 242 - color contains mainly: blue. Hex color #8B1EF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8B1EF2 is #74E10D. Grayscale: #565656. Windows color (decimal): -7659790 or 15867531. OLE color: 15867531.
HSL color Cylindrical-coordinate representation of color #8B1EF2: hue angle of 270.85º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8B1EF2 is Cyan = 0.43, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 139 | 30 | 242 | - |
| CMYK | 0.43 | 0.88 | 0 | 0.05 |
| HSL | 270.85º | 0.89% | 0.53% | - |
| HSV(B) | 270.85º | 0.88% | 0.95% | - |
| XYZ | 27.14 | 12.83 | 85.05 | - |
| YUV | 86.76 | 215.61 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 30 | 242 | 0.43 | 0.88 | 0 | 0.05 | 270.85 | 0.89 | 0.53 |
| Hex | 8B | 1E | F2 | 2B | 58 | 0 | 5 | 10F | 59 | 35 |
| Octal | 213 | 36 | 362 | 53 | 130 | 0 | 5 | 417 | 131 | 65 |
| Binary | 10001011 | 11110 | 11110010 | 101011 | 1011000 | 0 | 101 | 100001111 | 1011001 | 110101 |
Color Harmonies of #8B1EF2
Complementary color
Monochromatic Colors of #8B1EF2
Black with #8B1EF2
Text Example
Text Example
White with #8B1EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1EF2; }
p { color: rgb(139,30,242); }
H1.HeaderClassName
{
color: #8B1EF2;
}
.AnyTagClassName
{
color: #8B1EF2;
}
</style>
background-color css
<style>
a { background-color: #8B1EF2; }
a { background-color: rgb(139,30,242); }
div.DivClassName
{
background-color: #8B1EF2;
}
.BgClassName
{
background-color: #8B1EF2;
}
</style>
border-color css
<style>
span { border-color: #8B1EF2; }
span { border-color: rgb(139,30,242); }
td.TdClassName
{
border-color: #8B1EF2;
}
.TagClassName
{
border-color: #8B1EF2;
}
</style>