Shades of Blue Violet #8D4AEE
Tints of Blue Violet #8D4AEE
RGB
CMYK
RGB Variations
Color information
#8D4AEE (or 0x8D4AEE) is known color: Blue Violet. HEX triplet: 8D, 4A and EE. RGB value is (141,74,238). Sum of RGB (Red+Green+Blue) = 141+74+238=453 (60% of max value = 765). Red value is 141 (55.47% from 255 or 31.13% from 453); Green value is 74 (29.30% from 255 or 16.34% from 453); Blue value is 238 (93.36% from 255 or 52.54% from 453); Max value from RGB is 238 - color contains mainly: blue. Hex color #8D4AEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D4AEE is #72B511. Grayscale: #707070. Windows color (decimal): -7517458 or 15616653. OLE color: 15616653.
HSL color Cylindrical-coordinate representation of color #8D4AEE: hue angle of 264.51º degrees, saturation: 0.83, 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 #8D4AEE is Cyan = 0.41, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 74 | 238 | - |
| CMYK | 0.41 | 0.69 | 0 | 0.07 |
| HSL | 264.51º | 0.83% | 0.61% | - |
| HSV(B) | 264.51º | 0.69% | 0.93% | - |
| XYZ | 28.87 | 16.73 | 82.6 | - |
| YUV | 112.73 | 198.7 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 74 | 238 | 0.41 | 0.69 | 0 | 0.07 | 264.51 | 0.83 | 0.61 |
| Hex | 8D | 4A | EE | 29 | 45 | 0 | 7 | 109 | 53 | 3D |
| Octal | 215 | 112 | 356 | 51 | 105 | 0 | 7 | 411 | 123 | 75 |
| Binary | 10001101 | 1001010 | 11101110 | 101001 | 1000101 | 0 | 111 | 100001001 | 1010011 | 111101 |
Color Harmonies of #8D4AEE
Complementary color
Monochromatic Colors of #8D4AEE
Black with #8D4AEE
Text Example
Text Example
White with #8D4AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4AEE; }
p { color: rgb(141,74,238); }
H1.HeaderClassName
{
color: #8D4AEE;
}
.AnyTagClassName
{
color: #8D4AEE;
}
</style>
background-color css
<style>
a { background-color: #8D4AEE; }
a { background-color: rgb(141,74,238); }
div.DivClassName
{
background-color: #8D4AEE;
}
.BgClassName
{
background-color: #8D4AEE;
}
</style>
border-color css
<style>
span { border-color: #8D4AEE; }
span { border-color: rgb(141,74,238); }
td.TdClassName
{
border-color: #8D4AEE;
}
.TagClassName
{
border-color: #8D4AEE;
}
</style>