Shades of Blue Violet #8D3EE0
Tints of Blue Violet #8D3EE0
RGB
CMYK
RGB Variations
Color information
#8D3EE0 (or 0x8D3EE0) is known color: Blue Violet. HEX triplet: 8D, 3E and E0. RGB value is (141,62,224). Sum of RGB (Red+Green+Blue) = 141+62+224=427 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.02% from 427); Green value is 62 (24.61% from 255 or 14.52% from 427); Blue value is 224 (87.89% from 255 or 52.46% from 427); Max value from RGB is 224 - color contains mainly: blue. Hex color #8D3EE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D3EE0 is #72C11F. Grayscale: #676767. Windows color (decimal): -7520544 or 14696077. OLE color: 14696077.
HSL color Cylindrical-coordinate representation of color #8D3EE0: hue angle of 269.26º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8D3EE0 is Cyan = 0.37, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 141 | 62 | 224 | - |
| CMYK | 0.37 | 0.72 | 0 | 0.12 |
| HSL | 269.26º | 0.72% | 0.56% | - |
| HSV(B) | 269.26º | 0.72% | 0.88% | - |
| XYZ | 26.16 | 14.49 | 71.94 | - |
| YUV | 104.09 | 195.67 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 62 | 224 | 0.37 | 0.72 | 0 | 0.12 | 269.26 | 0.72 | 0.56 |
| Hex | 8D | 3E | E0 | 25 | 48 | 0 | C | 10D | 48 | 38 |
| Octal | 215 | 76 | 340 | 45 | 110 | 0 | 14 | 415 | 110 | 70 |
| Binary | 10001101 | 111110 | 11100000 | 100101 | 1001000 | 0 | 1100 | 100001101 | 1001000 | 111000 |
Color Harmonies of #8D3EE0
Complementary color
Monochromatic Colors of #8D3EE0
Black with #8D3EE0
Text Example
Text Example
White with #8D3EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3EE0; }
p { color: rgb(141,62,224); }
H1.HeaderClassName
{
color: #8D3EE0;
}
.AnyTagClassName
{
color: #8D3EE0;
}
</style>
background-color css
<style>
a { background-color: #8D3EE0; }
a { background-color: rgb(141,62,224); }
div.DivClassName
{
background-color: #8D3EE0;
}
.BgClassName
{
background-color: #8D3EE0;
}
</style>
border-color css
<style>
span { border-color: #8D3EE0; }
span { border-color: rgb(141,62,224); }
td.TdClassName
{
border-color: #8D3EE0;
}
.TagClassName
{
border-color: #8D3EE0;
}
</style>