Shades of Blue Violet #8B1BEB
Tints of Blue Violet #8B1BEB
RGB
CMYK
RGB Variations
Color information
#8B1BEB (or 0x8B1BEB) is known color: Blue Violet. HEX triplet: 8B, 1B and EB. RGB value is (139,27,235). Sum of RGB (Red+Green+Blue) = 139+27+235=401 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.66% from 401); Green value is 27 (10.94% from 255 or 6.73% from 401); Blue value is 235 (92.19% from 255 or 58.60% from 401); Max value from RGB is 235 - color contains mainly: blue. Hex color #8B1BEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8B1BEB is #74E414. Grayscale: #535353. Windows color (decimal): -7660565 or 15408011. OLE color: 15408011.
HSL color Cylindrical-coordinate representation of color #8B1BEB: hue angle of 272.31º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8B1BEB is Cyan = 0.41, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 139 | 27 | 235 | - |
| CMYK | 0.41 | 0.89 | 0 | 0.08 |
| HSL | 272.31º | 0.84% | 0.51% | - |
| HSV(B) | 272.31º | 0.89% | 0.92% | - |
| XYZ | 26.03 | 12.27 | 79.59 | - |
| YUV | 84.2 | 213.11 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 27 | 235 | 0.41 | 0.89 | 0 | 0.08 | 272.31 | 0.84 | 0.51 |
| Hex | 8B | 1B | EB | 29 | 59 | 0 | 8 | 110 | 54 | 33 |
| Octal | 213 | 33 | 353 | 51 | 131 | 0 | 10 | 420 | 124 | 63 |
| Binary | 10001011 | 11011 | 11101011 | 101001 | 1011001 | 0 | 1000 | 100010000 | 1010100 | 110011 |
Color Harmonies of #8B1BEB
Complementary color
Monochromatic Colors of #8B1BEB
Black with #8B1BEB
Text Example
Text Example
White with #8B1BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1BEB; }
p { color: rgb(139,27,235); }
H1.HeaderClassName
{
color: #8B1BEB;
}
.AnyTagClassName
{
color: #8B1BEB;
}
</style>
background-color css
<style>
a { background-color: #8B1BEB; }
a { background-color: rgb(139,27,235); }
div.DivClassName
{
background-color: #8B1BEB;
}
.BgClassName
{
background-color: #8B1BEB;
}
</style>
border-color css
<style>
span { border-color: #8B1BEB; }
span { border-color: rgb(139,27,235); }
td.TdClassName
{
border-color: #8B1BEB;
}
.TagClassName
{
border-color: #8B1BEB;
}
</style>