Shades of Blue Violet #8B11EF
Tints of Blue Violet #8B11EF
RGB
CMYK
RGB Variations
Color information
#8B11EF (or 0x8B11EF) is known color: Blue Violet. HEX triplet: 8B, 11 and EF. RGB value is (139,17,239). Sum of RGB (Red+Green+Blue) = 139+17+239=395 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.19% from 395); Green value is 17 (7.03% from 255 or 4.30% from 395); Blue value is 239 (93.75% from 255 or 60.51% from 395); Max value from RGB is 239 - color contains mainly: blue. Hex color #8B11EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8B11EF is #74EE10. Grayscale: #4E4E4E. Windows color (decimal): -7663121 or 15667595. OLE color: 15667595.
HSL color Cylindrical-coordinate representation of color #8B11EF: hue angle of 272.97º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8B11EF is Cyan = 0.42, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 139 | 17 | 239 | - |
| CMYK | 0.42 | 0.93 | 0 | 0.06 |
| HSL | 272.97º | 0.87% | 0.5% | - |
| HSV(B) | 272.97º | 0.93% | 0.94% | - |
| XYZ | 26.43 | 12.12 | 82.61 | - |
| YUV | 78.79 | 218.42 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 17 | 239 | 0.42 | 0.93 | 0 | 0.06 | 272.97 | 0.87 | 0.5 |
| Hex | 8B | 11 | EF | 2A | 5D | 0 | 6 | 111 | 57 | 32 |
| Octal | 213 | 21 | 357 | 52 | 135 | 0 | 6 | 421 | 127 | 62 |
| Binary | 10001011 | 10001 | 11101111 | 101010 | 1011101 | 0 | 110 | 100010001 | 1010111 | 110010 |
Color Harmonies of #8B11EF
Complementary color
Monochromatic Colors of #8B11EF
Black with #8B11EF
Text Example
Text Example
White with #8B11EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B11EF; }
p { color: rgb(139,17,239); }
H1.HeaderClassName
{
color: #8B11EF;
}
.AnyTagClassName
{
color: #8B11EF;
}
</style>
background-color css
<style>
a { background-color: #8B11EF; }
a { background-color: rgb(139,17,239); }
div.DivClassName
{
background-color: #8B11EF;
}
.BgClassName
{
background-color: #8B11EF;
}
</style>
border-color css
<style>
span { border-color: #8B11EF; }
span { border-color: rgb(139,17,239); }
td.TdClassName
{
border-color: #8B11EF;
}
.TagClassName
{
border-color: #8B11EF;
}
</style>