Shades of Blue Violet #8B31FF
Tints of Blue Violet #8B31FF
RGB
CMYK
RGB Variations
Color information
#8B31FF (or 0x8B31FF) is known color: Blue Violet. HEX triplet: 8B, 31 and FF. RGB value is (139,49,255). Sum of RGB (Red+Green+Blue) = 139+49+255=443 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.38% from 443); Green value is 49 (19.53% from 255 or 11.06% from 443); Blue value is 255 (100% from 255 or 57.56% from 443); Max value from RGB is 255 - color contains mainly: blue. Hex color #8B31FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8B31FF is #74CE00. Grayscale: #626262. Windows color (decimal): -7654913 or 16724363. OLE color: 16724363.
HSL color Cylindrical-coordinate representation of color #8B31FF: hue angle of 266.21º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8B31FF is Cyan = 0.45, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 139 | 49 | 255 | - |
| CMYK | 0.45 | 0.81 | 0 | 0 |
| HSL | 266.21º | 1% | 0.6% | - |
| HSV(B) | 266.21º | 0.81% | 1% | - |
| XYZ | 29.8 | 14.91 | 95.91 | - |
| YUV | 99.39 | 215.82 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 49 | 255 | 0.45 | 0.81 | 0 | 0 | 266.21 | 1 | 0.6 |
| Hex | 8B | 31 | FF | 2D | 51 | 0 | 0 | 10A | 64 | 3C |
| Octal | 213 | 61 | 377 | 55 | 121 | 0 | 0 | 412 | 144 | 74 |
| Binary | 10001011 | 110001 | 11111111 | 101101 | 1010001 | 0 | 0 | 100001010 | 1100100 | 111100 |
Color Harmonies of #8B31FF
Complementary color
Monochromatic Colors of #8B31FF
Black with #8B31FF
Text Example
Text Example
White with #8B31FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B31FF; }
p { color: rgb(139,49,255); }
H1.HeaderClassName
{
color: #8B31FF;
}
.AnyTagClassName
{
color: #8B31FF;
}
</style>
background-color css
<style>
a { background-color: #8B31FF; }
a { background-color: rgb(139,49,255); }
div.DivClassName
{
background-color: #8B31FF;
}
.BgClassName
{
background-color: #8B31FF;
}
</style>
border-color css
<style>
span { border-color: #8B31FF; }
span { border-color: rgb(139,49,255); }
td.TdClassName
{
border-color: #8B31FF;
}
.TagClassName
{
border-color: #8B31FF;
}
</style>