Shades of Blue Violet #8D3FEB
Tints of Blue Violet #8D3FEB
RGB
CMYK
RGB Variations
Color information
#8D3FEB (or 0x8D3FEB) is known color: Blue Violet. HEX triplet: 8D, 3F and EB. RGB value is (141,63,235). Sum of RGB (Red+Green+Blue) = 141+63+235=439 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.12% from 439); Green value is 63 (25% from 255 or 14.35% from 439); Blue value is 235 (92.19% from 255 or 53.53% from 439); Max value from RGB is 235 - color contains mainly: blue. Hex color #8D3FEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D3FEB is #72C014. Grayscale: #696969. Windows color (decimal): -7520277 or 15417229. OLE color: 15417229.
HSL color Cylindrical-coordinate representation of color #8D3FEB: hue angle of 267.21º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8D3FEB is Cyan = 0.4, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 63 | 235 | - |
| CMYK | 0.4 | 0.73 | 0 | 0.08 |
| HSL | 267.21º | 0.81% | 0.58% | - |
| HSV(B) | 267.21º | 0.73% | 0.92% | - |
| XYZ | 27.76 | 15.22 | 80.07 | - |
| YUV | 105.93 | 200.84 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 63 | 235 | 0.4 | 0.73 | 0 | 0.08 | 267.21 | 0.81 | 0.58 |
| Hex | 8D | 3F | EB | 28 | 49 | 0 | 8 | 10B | 51 | 3A |
| Octal | 215 | 77 | 353 | 50 | 111 | 0 | 10 | 413 | 121 | 72 |
| Binary | 10001101 | 111111 | 11101011 | 101000 | 1001001 | 0 | 1000 | 100001011 | 1010001 | 111010 |
Color Harmonies of #8D3FEB
Complementary color
Monochromatic Colors of #8D3FEB
Black with #8D3FEB
Text Example
Text Example
White with #8D3FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3FEB; }
p { color: rgb(141,63,235); }
H1.HeaderClassName
{
color: #8D3FEB;
}
.AnyTagClassName
{
color: #8D3FEB;
}
</style>
background-color css
<style>
a { background-color: #8D3FEB; }
a { background-color: rgb(141,63,235); }
div.DivClassName
{
background-color: #8D3FEB;
}
.BgClassName
{
background-color: #8D3FEB;
}
</style>
border-color css
<style>
span { border-color: #8D3FEB; }
span { border-color: rgb(141,63,235); }
td.TdClassName
{
border-color: #8D3FEB;
}
.TagClassName
{
border-color: #8D3FEB;
}
</style>