Shades of Blue Violet #8D3AEE
Tints of Blue Violet #8D3AEE
RGB
CMYK
RGB Variations
Color information
#8D3AEE (or 0x8D3AEE) is known color: Blue Violet. HEX triplet: 8D, 3A and EE. RGB value is (141,58,238). Sum of RGB (Red+Green+Blue) = 141+58+238=437 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.27% from 437); Green value is 58 (23.05% from 255 or 13.27% from 437); Blue value is 238 (93.36% from 255 or 54.46% from 437); Max value from RGB is 238 - color contains mainly: blue. Hex color #8D3AEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D3AEE is #72C511. Grayscale: #666666. Windows color (decimal): -7521554 or 15612557. OLE color: 15612557.
HSL color Cylindrical-coordinate representation of color #8D3AEE: hue angle of 267.67º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8D3AEE is Cyan = 0.41, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 58 | 238 | - |
| CMYK | 0.41 | 0.76 | 0 | 0.07 |
| HSL | 267.67º | 0.84% | 0.58% | - |
| HSV(B) | 267.67º | 0.76% | 0.93% | - |
| XYZ | 27.93 | 14.86 | 82.29 | - |
| YUV | 103.34 | 204 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 58 | 238 | 0.41 | 0.76 | 0 | 0.07 | 267.67 | 0.84 | 0.58 |
| Hex | 8D | 3A | EE | 29 | 4C | 0 | 7 | 10C | 54 | 3A |
| Octal | 215 | 72 | 356 | 51 | 114 | 0 | 7 | 414 | 124 | 72 |
| Binary | 10001101 | 111010 | 11101110 | 101001 | 1001100 | 0 | 111 | 100001100 | 1010100 | 111010 |
Color Harmonies of #8D3AEE
Complementary color
Monochromatic Colors of #8D3AEE
Black with #8D3AEE
Text Example
Text Example
White with #8D3AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3AEE; }
p { color: rgb(141,58,238); }
H1.HeaderClassName
{
color: #8D3AEE;
}
.AnyTagClassName
{
color: #8D3AEE;
}
</style>
background-color css
<style>
a { background-color: #8D3AEE; }
a { background-color: rgb(141,58,238); }
div.DivClassName
{
background-color: #8D3AEE;
}
.BgClassName
{
background-color: #8D3AEE;
}
</style>
border-color css
<style>
span { border-color: #8D3AEE; }
span { border-color: rgb(141,58,238); }
td.TdClassName
{
border-color: #8D3AEE;
}
.TagClassName
{
border-color: #8D3AEE;
}
</style>