Shades of Blue Violet #8D3CEC
Tints of Blue Violet #8D3CEC
RGB
CMYK
RGB Variations
Color information
#8D3CEC (or 0x8D3CEC) is known color: Blue Violet. HEX triplet: 8D, 3C and EC. RGB value is (141,60,236). Sum of RGB (Red+Green+Blue) = 141+60+236=437 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.27% from 437); Green value is 60 (23.83% from 255 or 13.73% from 437); Blue value is 236 (92.58% from 255 or 54.00% from 437); Max value from RGB is 236 - color contains mainly: blue. Hex color #8D3CEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D3CEC is #72C313. Grayscale: #676767. Windows color (decimal): -7521044 or 15481997. OLE color: 15481997.
HSL color Cylindrical-coordinate representation of color #8D3CEC: hue angle of 267.61º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8D3CEC is Cyan = 0.40, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 60 | 236 | - |
| CMYK | 0.40 | 0.75 | 0 | 0.07 |
| HSL | 267.61º | 0.82% | 0.58% | - |
| HSV(B) | 267.61º | 0.75% | 0.93% | - |
| XYZ | 27.74 | 14.95 | 80.78 | - |
| YUV | 104.28 | 202.34 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 60 | 236 | 0.40 | 0.75 | 0 | 0.07 | 267.61 | 0.82 | 0.58 |
| Hex | 8D | 3C | EC | 28 | 4B | 0 | 7 | 10C | 52 | 3A |
| Octal | 215 | 74 | 354 | 50 | 113 | 0 | 7 | 414 | 122 | 72 |
| Binary | 10001101 | 111100 | 11101100 | 101000 | 1001011 | 0 | 111 | 100001100 | 1010010 | 111010 |
Color Harmonies of #8D3CEC
Complementary color
Monochromatic Colors of #8D3CEC
Black with #8D3CEC
Text Example
Text Example
White with #8D3CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3CEC; }
p { color: rgb(141,60,236); }
H1.HeaderClassName
{
color: #8D3CEC;
}
.AnyTagClassName
{
color: #8D3CEC;
}
</style>
background-color css
<style>
a { background-color: #8D3CEC; }
a { background-color: rgb(141,60,236); }
div.DivClassName
{
background-color: #8D3CEC;
}
.BgClassName
{
background-color: #8D3CEC;
}
</style>
border-color css
<style>
span { border-color: #8D3CEC; }
span { border-color: rgb(141,60,236); }
td.TdClassName
{
border-color: #8D3CEC;
}
.TagClassName
{
border-color: #8D3CEC;
}
</style>