Shades of Blue Violet #8B3FF1
Tints of Blue Violet #8B3FF1
RGB
CMYK
RGB Variations
Color information
#8B3FF1 (or 0x8B3FF1) is known color: Blue Violet. HEX triplet: 8B, 3F and F1. RGB value is (139,63,241). Sum of RGB (Red+Green+Blue) = 139+63+241=443 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.38% from 443); Green value is 63 (25% from 255 or 14.22% from 443); Blue value is 241 (94.53% from 255 or 54.40% from 443); Max value from RGB is 241 - color contains mainly: blue. Hex color #8B3FF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8B3FF1 is #74C00E. Grayscale: #696969. Windows color (decimal): -7651343 or 15810443. OLE color: 15810443.
HSL color Cylindrical-coordinate representation of color #8B3FF1: hue angle of 265.62º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8B3FF1 is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 139 | 63 | 241 | - |
| CMYK | 0.42 | 0.74 | 0 | 0.05 |
| HSL | 265.62º | 0.86% | 0.6% | - |
| HSV(B) | 265.62º | 0.74% | 0.95% | - |
| XYZ | 28.3 | 15.39 | 84.7 | - |
| YUV | 106.02 | 204.18 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 63 | 241 | 0.42 | 0.74 | 0 | 0.05 | 265.62 | 0.86 | 0.6 |
| Hex | 8B | 3F | F1 | 2A | 4A | 0 | 5 | 10A | 56 | 3C |
| Octal | 213 | 77 | 361 | 52 | 112 | 0 | 5 | 412 | 126 | 74 |
| Binary | 10001011 | 111111 | 11110001 | 101010 | 1001010 | 0 | 101 | 100001010 | 1010110 | 111100 |
Color Harmonies of #8B3FF1
Complementary color
Monochromatic Colors of #8B3FF1
Black with #8B3FF1
Text Example
Text Example
White with #8B3FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3FF1; }
p { color: rgb(139,63,241); }
H1.HeaderClassName
{
color: #8B3FF1;
}
.AnyTagClassName
{
color: #8B3FF1;
}
</style>
background-color css
<style>
a { background-color: #8B3FF1; }
a { background-color: rgb(139,63,241); }
div.DivClassName
{
background-color: #8B3FF1;
}
.BgClassName
{
background-color: #8B3FF1;
}
</style>
border-color css
<style>
span { border-color: #8B3FF1; }
span { border-color: rgb(139,63,241); }
td.TdClassName
{
border-color: #8B3FF1;
}
.TagClassName
{
border-color: #8B3FF1;
}
</style>