Shades of Blue Violet #8B41EA
Tints of Blue Violet #8B41EA
RGB
CMYK
RGB Variations
Color information
#8B41EA (or 0x8B41EA) is known color: Blue Violet. HEX triplet: 8B, 41 and EA. RGB value is (139,65,234). Sum of RGB (Red+Green+Blue) = 139+65+234=438 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.74% from 438); Green value is 65 (25.78% from 255 or 14.84% from 438); Blue value is 234 (91.80% from 255 or 53.42% from 438); Max value from RGB is 234 - color contains mainly: blue. Hex color #8B41EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8B41EA is #74BE15. Grayscale: #696969. Windows color (decimal): -7650838 or 15352203. OLE color: 15352203.
HSL color Cylindrical-coordinate representation of color #8B41EA: hue angle of 266.27º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8B41EA is Cyan = 0.41, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 139 | 65 | 234 | - |
| CMYK | 0.41 | 0.72 | 0 | 0.08 |
| HSL | 266.27º | 0.8% | 0.59% | - |
| HSV(B) | 266.27º | 0.72% | 0.92% | - |
| XYZ | 27.39 | 15.21 | 79.33 | - |
| YUV | 106.39 | 200.02 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 65 | 234 | 0.41 | 0.72 | 0 | 0.08 | 266.27 | 0.8 | 0.59 |
| Hex | 8B | 41 | EA | 29 | 48 | 0 | 8 | 10A | 50 | 3B |
| Octal | 213 | 101 | 352 | 51 | 110 | 0 | 10 | 412 | 120 | 73 |
| Binary | 10001011 | 1000001 | 11101010 | 101001 | 1001000 | 0 | 1000 | 100001010 | 1010000 | 111011 |
Color Harmonies of #8B41EA
Complementary color
Monochromatic Colors of #8B41EA
Black with #8B41EA
Text Example
Text Example
White with #8B41EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B41EA; }
p { color: rgb(139,65,234); }
H1.HeaderClassName
{
color: #8B41EA;
}
.AnyTagClassName
{
color: #8B41EA;
}
</style>
background-color css
<style>
a { background-color: #8B41EA; }
a { background-color: rgb(139,65,234); }
div.DivClassName
{
background-color: #8B41EA;
}
.BgClassName
{
background-color: #8B41EA;
}
</style>
border-color css
<style>
span { border-color: #8B41EA; }
span { border-color: rgb(139,65,234); }
td.TdClassName
{
border-color: #8B41EA;
}
.TagClassName
{
border-color: #8B41EA;
}
</style>