Shades of Blue Violet #8B29FF
Tints of Blue Violet #8B29FF
RGB
CMYK
RGB Variations
Color information
#8B29FF (or 0x8B29FF) is known color: Blue Violet. HEX triplet: 8B, 29 and FF. RGB value is (139,41,255). Sum of RGB (Red+Green+Blue) = 139+41+255=435 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.95% from 435); Green value is 41 (16.41% from 255 or 9.43% from 435); Blue value is 255 (100% from 255 or 58.62% from 435); Max value from RGB is 255 - color contains mainly: blue. Hex color #8B29FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8B29FF is #74D600. Grayscale: #5D5D5D. Windows color (decimal): -7656961 or 16722315. OLE color: 16722315.
HSL color Cylindrical-coordinate representation of color #8B29FF: hue angle of 267.48º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8B29FF is Cyan = 0.45, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 139 | 41 | 255 | - |
| CMYK | 0.45 | 0.84 | 0 | 0 |
| HSL | 267.48º | 1% | 0.58% | - |
| HSV(B) | 267.48º | 0.84% | 1% | - |
| XYZ | 29.49 | 14.29 | 95.81 | - |
| YUV | 94.7 | 218.47 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 41 | 255 | 0.45 | 0.84 | 0 | 0 | 267.48 | 1 | 0.58 |
| Hex | 8B | 29 | FF | 2D | 54 | 0 | 0 | 10B | 64 | 3A |
| Octal | 213 | 51 | 377 | 55 | 124 | 0 | 0 | 413 | 144 | 72 |
| Binary | 10001011 | 101001 | 11111111 | 101101 | 1010100 | 0 | 0 | 100001011 | 1100100 | 111010 |
Color Harmonies of #8B29FF
Complementary color
Monochromatic Colors of #8B29FF
Black with #8B29FF
Text Example
Text Example
White with #8B29FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B29FF; }
p { color: rgb(139,41,255); }
H1.HeaderClassName
{
color: #8B29FF;
}
.AnyTagClassName
{
color: #8B29FF;
}
</style>
background-color css
<style>
a { background-color: #8B29FF; }
a { background-color: rgb(139,41,255); }
div.DivClassName
{
background-color: #8B29FF;
}
.BgClassName
{
background-color: #8B29FF;
}
</style>
border-color css
<style>
span { border-color: #8B29FF; }
span { border-color: rgb(139,41,255); }
td.TdClassName
{
border-color: #8B29FF;
}
.TagClassName
{
border-color: #8B29FF;
}
</style>