Shades of Blue Violet #8B1BEE
Tints of Blue Violet #8B1BEE
RGB
CMYK
RGB Variations
Color information
#8B1BEE (or 0x8B1BEE) is known color: Blue Violet. HEX triplet: 8B, 1B and EE. RGB value is (139,27,238). Sum of RGB (Red+Green+Blue) = 139+27+238=404 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.41% from 404); Green value is 27 (10.94% from 255 or 6.68% from 404); Blue value is 238 (93.36% from 255 or 58.91% from 404); Max value from RGB is 238 - color contains mainly: blue. Hex color #8B1BEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8B1BEE is #74E411. Grayscale: #535353. Windows color (decimal): -7660562 or 15604619. OLE color: 15604619.
HSL color Cylindrical-coordinate representation of color #8B1BEE: hue angle of 271.85º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8B1BEE is Cyan = 0.42, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 27 | 238 | - |
| CMYK | 0.42 | 0.89 | 0 | 0.07 |
| HSL | 271.85º | 0.86% | 0.52% | - |
| HSV(B) | 271.85º | 0.89% | 0.93% | - |
| XYZ | 26.47 | 12.45 | 81.9 | - |
| YUV | 84.54 | 214.61 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 27 | 238 | 0.42 | 0.89 | 0 | 0.07 | 271.85 | 0.86 | 0.52 |
| Hex | 8B | 1B | EE | 2A | 59 | 0 | 7 | 110 | 56 | 34 |
| Octal | 213 | 33 | 356 | 52 | 131 | 0 | 7 | 420 | 126 | 64 |
| Binary | 10001011 | 11011 | 11101110 | 101010 | 1011001 | 0 | 111 | 100010000 | 1010110 | 110100 |
Color Harmonies of #8B1BEE
Complementary color
Monochromatic Colors of #8B1BEE
Black with #8B1BEE
Text Example
Text Example
White with #8B1BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1BEE; }
p { color: rgb(139,27,238); }
H1.HeaderClassName
{
color: #8B1BEE;
}
.AnyTagClassName
{
color: #8B1BEE;
}
</style>
background-color css
<style>
a { background-color: #8B1BEE; }
a { background-color: rgb(139,27,238); }
div.DivClassName
{
background-color: #8B1BEE;
}
.BgClassName
{
background-color: #8B1BEE;
}
</style>
border-color css
<style>
span { border-color: #8B1BEE; }
span { border-color: rgb(139,27,238); }
td.TdClassName
{
border-color: #8B1BEE;
}
.TagClassName
{
border-color: #8B1BEE;
}
</style>