Shades of Blue Violet #8D3ED8
Tints of Blue Violet #8D3ED8
RGB
CMYK
RGB Variations
Color information
#8D3ED8 (or 0x8D3ED8) is known color: Blue Violet. HEX triplet: 8D, 3E and D8. RGB value is (141,62,216). Sum of RGB (Red+Green+Blue) = 141+62+216=419 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.65% from 419); Green value is 62 (24.61% from 255 or 14.80% from 419); Blue value is 216 (84.77% from 255 or 51.55% from 419); Max value from RGB is 216 - color contains mainly: blue. Hex color #8D3ED8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D3ED8 is #72C127. Grayscale: #666666. Windows color (decimal): -7520552 or 14171789. OLE color: 14171789.
HSL color Cylindrical-coordinate representation of color #8D3ED8: hue angle of 270.78º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8D3ED8 is Cyan = 0.35, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 141 | 62 | 216 | - |
| CMYK | 0.35 | 0.71 | 0 | 0.15 |
| HSL | 270.78º | 0.66% | 0.55% | - |
| HSV(B) | 270.78º | 0.71% | 0.85% | - |
| XYZ | 25.1 | 14.07 | 66.36 | - |
| YUV | 103.18 | 191.67 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 62 | 216 | 0.35 | 0.71 | 0 | 0.15 | 270.78 | 0.66 | 0.55 |
| Hex | 8D | 3E | D8 | 23 | 47 | 0 | F | 10F | 42 | 37 |
| Octal | 215 | 76 | 330 | 43 | 107 | 0 | 17 | 417 | 102 | 67 |
| Binary | 10001101 | 111110 | 11011000 | 100011 | 1000111 | 0 | 1111 | 100001111 | 1000010 | 110111 |
Color Harmonies of #8D3ED8
Complementary color
Monochromatic Colors of #8D3ED8
Black with #8D3ED8
Text Example
Text Example
White with #8D3ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3ED8; }
p { color: rgb(141,62,216); }
H1.HeaderClassName
{
color: #8D3ED8;
}
.AnyTagClassName
{
color: #8D3ED8;
}
</style>
background-color css
<style>
a { background-color: #8D3ED8; }
a { background-color: rgb(141,62,216); }
div.DivClassName
{
background-color: #8D3ED8;
}
.BgClassName
{
background-color: #8D3ED8;
}
</style>
border-color css
<style>
span { border-color: #8D3ED8; }
span { border-color: rgb(141,62,216); }
td.TdClassName
{
border-color: #8D3ED8;
}
.TagClassName
{
border-color: #8D3ED8;
}
</style>