Shades of Blue Violet #8D3BDB
Tints of Blue Violet #8D3BDB
RGB
CMYK
RGB Variations
Color information
#8D3BDB (or 0x8D3BDB) is known color: Blue Violet. HEX triplet: 8D, 3B and DB. RGB value is (141,59,219). Sum of RGB (Red+Green+Blue) = 141+59+219=419 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.65% from 419); Green value is 59 (23.44% from 255 or 14.08% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #8D3BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D3BDB is #72C424. Grayscale: #656565. Windows color (decimal): -7521317 or 14367629. OLE color: 14367629.
HSL color Cylindrical-coordinate representation of color #8D3BDB: hue angle of 270.75º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8D3BDB is Cyan = 0.36, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 59 | 219 | - |
| CMYK | 0.36 | 0.73 | 0 | 0.14 |
| HSL | 270.75º | 0.69% | 0.55% | - |
| HSV(B) | 270.75º | 0.73% | 0.86% | - |
| XYZ | 25.33 | 13.91 | 68.37 | - |
| YUV | 101.76 | 194.17 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 59 | 219 | 0.36 | 0.73 | 0 | 0.14 | 270.75 | 0.69 | 0.55 |
| Hex | 8D | 3B | DB | 24 | 49 | 0 | E | 10F | 45 | 37 |
| Octal | 215 | 73 | 333 | 44 | 111 | 0 | 16 | 417 | 105 | 67 |
| Binary | 10001101 | 111011 | 11011011 | 100100 | 1001001 | 0 | 1110 | 100001111 | 1000101 | 110111 |
Color Harmonies of #8D3BDB
Complementary color
Monochromatic Colors of #8D3BDB
Black with #8D3BDB
Text Example
Text Example
White with #8D3BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3BDB; }
p { color: rgb(141,59,219); }
H1.HeaderClassName
{
color: #8D3BDB;
}
.AnyTagClassName
{
color: #8D3BDB;
}
</style>
background-color css
<style>
a { background-color: #8D3BDB; }
a { background-color: rgb(141,59,219); }
div.DivClassName
{
background-color: #8D3BDB;
}
.BgClassName
{
background-color: #8D3BDB;
}
</style>
border-color css
<style>
span { border-color: #8D3BDB; }
span { border-color: rgb(141,59,219); }
td.TdClassName
{
border-color: #8D3BDB;
}
.TagClassName
{
border-color: #8D3BDB;
}
</style>