Shades of Blue Violet #8D3CEB
Tints of Blue Violet #8D3CEB
RGB
CMYK
RGB Variations
Color information
#8D3CEB (or 0x8D3CEB) is known color: Blue Violet. HEX triplet: 8D, 3C and EB. RGB value is (141,60,235). Sum of RGB (Red+Green+Blue) = 141+60+235=436 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.34% from 436); Green value is 60 (23.83% from 255 or 13.76% from 436); Blue value is 235 (92.19% from 255 or 53.90% from 436); Max value from RGB is 235 - color contains mainly: blue. Hex color #8D3CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D3CEB is #72C314. Grayscale: #676767. Windows color (decimal): -7521045 or 15416461. OLE color: 15416461.
HSL color Cylindrical-coordinate representation of color #8D3CEB: hue angle of 267.77º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8D3CEB is Cyan = 0.4, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 60 | 235 | - |
| CMYK | 0.4 | 0.74 | 0 | 0.08 |
| HSL | 267.77º | 0.81% | 0.58% | - |
| HSV(B) | 267.77º | 0.74% | 0.92% | - |
| XYZ | 27.6 | 14.89 | 80.02 | - |
| YUV | 104.17 | 201.84 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 60 | 235 | 0.4 | 0.74 | 0 | 0.08 | 267.77 | 0.81 | 0.58 |
| Hex | 8D | 3C | EB | 28 | 4A | 0 | 8 | 10C | 51 | 3A |
| Octal | 215 | 74 | 353 | 50 | 112 | 0 | 10 | 414 | 121 | 72 |
| Binary | 10001101 | 111100 | 11101011 | 101000 | 1001010 | 0 | 1000 | 100001100 | 1010001 | 111010 |
Color Harmonies of #8D3CEB
Complementary color
Monochromatic Colors of #8D3CEB
Black with #8D3CEB
Text Example
Text Example
White with #8D3CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3CEB; }
p { color: rgb(141,60,235); }
H1.HeaderClassName
{
color: #8D3CEB;
}
.AnyTagClassName
{
color: #8D3CEB;
}
</style>
background-color css
<style>
a { background-color: #8D3CEB; }
a { background-color: rgb(141,60,235); }
div.DivClassName
{
background-color: #8D3CEB;
}
.BgClassName
{
background-color: #8D3CEB;
}
</style>
border-color css
<style>
span { border-color: #8D3CEB; }
span { border-color: rgb(141,60,235); }
td.TdClassName
{
border-color: #8D3CEB;
}
.TagClassName
{
border-color: #8D3CEB;
}
</style>