Shades of Blue Violet #8D3ED6
Tints of Blue Violet #8D3ED6
RGB
CMYK
RGB Variations
Color information
#8D3ED6 (or 0x8D3ED6) is known color: Blue Violet. HEX triplet: 8D, 3E and D6. RGB value is (141,62,214). Sum of RGB (Red+Green+Blue) = 141+62+214=417 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.81% from 417); Green value is 62 (24.61% from 255 or 14.87% from 417); Blue value is 214 (83.98% from 255 or 51.32% from 417); Max value from RGB is 214 - color contains mainly: blue. Hex color #8D3ED6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D3ED6 is #72C129. Grayscale: #666666. Windows color (decimal): -7520554 or 14040717. OLE color: 14040717.
HSL color Cylindrical-coordinate representation of color #8D3ED6: hue angle of 271.18º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8D3ED6 is Cyan = 0.34, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 141 | 62 | 214 | - |
| CMYK | 0.34 | 0.71 | 0 | 0.16 |
| HSL | 271.18º | 0.65% | 0.54% | - |
| HSV(B) | 271.18º | 0.71% | 0.84% | - |
| XYZ | 24.84 | 13.96 | 65 | - |
| YUV | 102.95 | 190.67 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 62 | 214 | 0.34 | 0.71 | 0 | 0.16 | 271.18 | 0.65 | 0.54 |
| Hex | 8D | 3E | D6 | 22 | 47 | 0 | 10 | 10F | 41 | 36 |
| Octal | 215 | 76 | 326 | 42 | 107 | 0 | 20 | 417 | 101 | 66 |
| Binary | 10001101 | 111110 | 11010110 | 100010 | 1000111 | 0 | 10000 | 100001111 | 1000001 | 110110 |
Color Harmonies of #8D3ED6
Complementary color
Monochromatic Colors of #8D3ED6
Black with #8D3ED6
Text Example
Text Example
White with #8D3ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3ED6; }
p { color: rgb(141,62,214); }
H1.HeaderClassName
{
color: #8D3ED6;
}
.AnyTagClassName
{
color: #8D3ED6;
}
</style>
background-color css
<style>
a { background-color: #8D3ED6; }
a { background-color: rgb(141,62,214); }
div.DivClassName
{
background-color: #8D3ED6;
}
.BgClassName
{
background-color: #8D3ED6;
}
</style>
border-color css
<style>
span { border-color: #8D3ED6; }
span { border-color: rgb(141,62,214); }
td.TdClassName
{
border-color: #8D3ED6;
}
.TagClassName
{
border-color: #8D3ED6;
}
</style>