Shades of Blue Violet #8B41FE
Tints of Blue Violet #8B41FE
RGB
CMYK
RGB Variations
Color information
#8B41FE (or 0x8B41FE) is known color: Blue Violet. HEX triplet: 8B, 41 and FE. RGB value is (139,65,254). Sum of RGB (Red+Green+Blue) = 139+65+254=458 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.35% from 458); Green value is 65 (25.78% from 255 or 14.19% from 458); Blue value is 254 (99.61% from 255 or 55.46% from 458); Max value from RGB is 254 - color contains mainly: blue. Hex color #8B41FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8B41FE is #74BE01. Grayscale: #6B6B6B. Windows color (decimal): -7650818 or 16662923. OLE color: 16662923.
HSL color Cylindrical-coordinate representation of color #8B41FE: hue angle of 263.49º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8B41FE is Cyan = 0.45, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 139 | 65 | 254 | - |
| CMYK | 0.45 | 0.74 | 0 | 0.00 |
| HSL | 263.49º | 0.99% | 0.63% | - |
| HSV(B) | 263.49º | 0.74% | 1% | - |
| XYZ | 30.43 | 16.43 | 95.33 | - |
| YUV | 108.67 | 210.02 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 65 | 254 | 0.45 | 0.74 | 0 | 0.00 | 263.49 | 0.99 | 0.63 |
| Hex | 8B | 41 | FE | 2D | 4A | 0 | 0 | 107 | 63 | 3F |
| Octal | 213 | 101 | 376 | 55 | 112 | 0 | 0 | 407 | 143 | 77 |
| Binary | 10001011 | 1000001 | 11111110 | 101101 | 1001010 | 0 | 0 | 100000111 | 1100011 | 111111 |
Color Harmonies of #8B41FE
Complementary color
Monochromatic Colors of #8B41FE
Black with #8B41FE
Text Example
Text Example
White with #8B41FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B41FE; }
p { color: rgb(139,65,254); }
H1.HeaderClassName
{
color: #8B41FE;
}
.AnyTagClassName
{
color: #8B41FE;
}
</style>
background-color css
<style>
a { background-color: #8B41FE; }
a { background-color: rgb(139,65,254); }
div.DivClassName
{
background-color: #8B41FE;
}
.BgClassName
{
background-color: #8B41FE;
}
</style>
border-color css
<style>
span { border-color: #8B41FE; }
span { border-color: rgb(139,65,254); }
td.TdClassName
{
border-color: #8B41FE;
}
.TagClassName
{
border-color: #8B41FE;
}
</style>