Shades of Blue Violet #8B4AED
Tints of Blue Violet #8B4AED
RGB
CMYK
RGB Variations
Color information
#8B4AED (or 0x8B4AED) is known color: Blue Violet. HEX triplet: 8B, 4A and ED. RGB value is (139,74,237). Sum of RGB (Red+Green+Blue) = 139+74+237=450 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.89% from 450); Green value is 74 (29.30% from 255 or 16.44% from 450); Blue value is 237 (92.97% from 255 or 52.67% from 450); Max value from RGB is 237 - color contains mainly: blue. Hex color #8B4AED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8B4AED is #74B512. Grayscale: #6F6F6F. Windows color (decimal): -7648531 or 15551115. OLE color: 15551115.
HSL color Cylindrical-coordinate representation of color #8B4AED: hue angle of 263.93º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8B4AED is Cyan = 0.41, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 74 | 237 | - |
| CMYK | 0.41 | 0.69 | 0 | 0.07 |
| HSL | 263.93º | 0.82% | 0.61% | - |
| HSV(B) | 263.93º | 0.69% | 0.93% | - |
| XYZ | 28.38 | 16.5 | 81.81 | - |
| YUV | 112.02 | 198.53 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 74 | 237 | 0.41 | 0.69 | 0 | 0.07 | 263.93 | 0.82 | 0.61 |
| Hex | 8B | 4A | ED | 29 | 45 | 0 | 7 | 108 | 52 | 3D |
| Octal | 213 | 112 | 355 | 51 | 105 | 0 | 7 | 410 | 122 | 75 |
| Binary | 10001011 | 1001010 | 11101101 | 101001 | 1000101 | 0 | 111 | 100001000 | 1010010 | 111101 |
Color Harmonies of #8B4AED
Complementary color
Monochromatic Colors of #8B4AED
Black with #8B4AED
Text Example
Text Example
White with #8B4AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4AED; }
p { color: rgb(139,74,237); }
H1.HeaderClassName
{
color: #8B4AED;
}
.AnyTagClassName
{
color: #8B4AED;
}
</style>
background-color css
<style>
a { background-color: #8B4AED; }
a { background-color: rgb(139,74,237); }
div.DivClassName
{
background-color: #8B4AED;
}
.BgClassName
{
background-color: #8B4AED;
}
</style>
border-color css
<style>
span { border-color: #8B4AED; }
span { border-color: rgb(139,74,237); }
td.TdClassName
{
border-color: #8B4AED;
}
.TagClassName
{
border-color: #8B4AED;
}
</style>