Shades of Blue Violet #8D3DEF
Tints of Blue Violet #8D3DEF
RGB
CMYK
RGB Variations
Color information
#8D3DEF (or 0x8D3DEF) is known color: Blue Violet. HEX triplet: 8D, 3D and EF. RGB value is (141,61,239). Sum of RGB (Red+Green+Blue) = 141+61+239=441 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.97% from 441); Green value is 61 (24.22% from 255 or 13.83% from 441); Blue value is 239 (93.75% from 255 or 54.20% from 441); Max value from RGB is 239 - color contains mainly: blue. Hex color #8D3DEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D3DEF is #72C210. Grayscale: #686868. Windows color (decimal): -7520785 or 15678861. OLE color: 15678861.
HSL color Cylindrical-coordinate representation of color #8D3DEF: hue angle of 266.97º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8D3DEF is Cyan = 0.41, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 141 | 61 | 239 | - |
| CMYK | 0.41 | 0.74 | 0 | 0.06 |
| HSL | 266.97º | 0.85% | 0.59% | - |
| HSV(B) | 266.97º | 0.74% | 0.94% | - |
| XYZ | 28.23 | 15.23 | 83.11 | - |
| YUV | 105.21 | 203.5 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 61 | 239 | 0.41 | 0.74 | 0 | 0.06 | 266.97 | 0.85 | 0.59 |
| Hex | 8D | 3D | EF | 29 | 4A | 0 | 6 | 10B | 55 | 3B |
| Octal | 215 | 75 | 357 | 51 | 112 | 0 | 6 | 413 | 125 | 73 |
| Binary | 10001101 | 111101 | 11101111 | 101001 | 1001010 | 0 | 110 | 100001011 | 1010101 | 111011 |
Color Harmonies of #8D3DEF
Complementary color
Monochromatic Colors of #8D3DEF
Black with #8D3DEF
Text Example
Text Example
White with #8D3DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3DEF; }
p { color: rgb(141,61,239); }
H1.HeaderClassName
{
color: #8D3DEF;
}
.AnyTagClassName
{
color: #8D3DEF;
}
</style>
background-color css
<style>
a { background-color: #8D3DEF; }
a { background-color: rgb(141,61,239); }
div.DivClassName
{
background-color: #8D3DEF;
}
.BgClassName
{
background-color: #8D3DEF;
}
</style>
border-color css
<style>
span { border-color: #8D3DEF; }
span { border-color: rgb(141,61,239); }
td.TdClassName
{
border-color: #8D3DEF;
}
.TagClassName
{
border-color: #8D3DEF;
}
</style>