Shades of Blue Violet #8B40FF
Tints of Blue Violet #8B40FF
RGB
CMYK
RGB Variations
Color information
#8B40FF (or 0x8B40FF) is known color: Blue Violet. HEX triplet: 8B, 40 and FF. RGB value is (139,64,255). Sum of RGB (Red+Green+Blue) = 139+64+255=458 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.35% from 458); Green value is 64 (25.39% from 255 or 13.97% from 458); Blue value is 255 (100% from 255 or 55.68% from 458); Max value from RGB is 255 - color contains mainly: blue. Hex color #8B40FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8B40FF is #74BF00. Grayscale: #6B6B6B. Windows color (decimal): -7651073 or 16728203. OLE color: 16728203.
HSL color Cylindrical-coordinate representation of color #8B40FF: hue angle of 263.56º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8B40FF is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 139 | 64 | 255 | - |
| CMYK | 0.45 | 0.75 | 0 | 0 |
| HSL | 263.56º | 1% | 0.63% | - |
| HSV(B) | 263.56º | 0.75% | 1% | - |
| XYZ | 30.53 | 16.38 | 96.16 | - |
| YUV | 108.2 | 210.85 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 64 | 255 | 0.45 | 0.75 | 0 | 0 | 263.56 | 1 | 0.63 |
| Hex | 8B | 40 | FF | 2D | 4B | 0 | 0 | 108 | 64 | 3F |
| Octal | 213 | 100 | 377 | 55 | 113 | 0 | 0 | 410 | 144 | 77 |
| Binary | 10001011 | 1000000 | 11111111 | 101101 | 1001011 | 0 | 0 | 100001000 | 1100100 | 111111 |
Color Harmonies of #8B40FF
Complementary color
Monochromatic Colors of #8B40FF
Black with #8B40FF
Text Example
Text Example
White with #8B40FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B40FF; }
p { color: rgb(139,64,255); }
H1.HeaderClassName
{
color: #8B40FF;
}
.AnyTagClassName
{
color: #8B40FF;
}
</style>
background-color css
<style>
a { background-color: #8B40FF; }
a { background-color: rgb(139,64,255); }
div.DivClassName
{
background-color: #8B40FF;
}
.BgClassName
{
background-color: #8B40FF;
}
</style>
border-color css
<style>
span { border-color: #8B40FF; }
span { border-color: rgb(139,64,255); }
td.TdClassName
{
border-color: #8B40FF;
}
.TagClassName
{
border-color: #8B40FF;
}
</style>