Shades of Blue Violet #8D3DDB
Tints of Blue Violet #8D3DDB
RGB
CMYK
RGB Variations
Color information
#8D3DDB (or 0x8D3DDB) is known color: Blue Violet. HEX triplet: 8D, 3D and DB. RGB value is (141,61,219). Sum of RGB (Red+Green+Blue) = 141+61+219=421 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.49% from 421); Green value is 61 (24.22% from 255 or 14.49% from 421); Blue value is 219 (85.94% from 255 or 52.02% from 421); Max value from RGB is 219 - color contains mainly: blue. Hex color #8D3DDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D3DDB is #72C224. Grayscale: #666666. Windows color (decimal): -7520805 or 14368141. OLE color: 14368141.
HSL color Cylindrical-coordinate representation of color #8D3DDB: hue angle of 270.38º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8D3DDB is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 61 | 219 | - |
| CMYK | 0.36 | 0.72 | 0 | 0.14 |
| HSL | 270.38º | 0.69% | 0.55% | - |
| HSV(B) | 270.38º | 0.72% | 0.86% | - |
| XYZ | 25.44 | 14.11 | 68.4 | - |
| YUV | 102.93 | 193.5 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 61 | 219 | 0.36 | 0.72 | 0 | 0.14 | 270.38 | 0.69 | 0.55 |
| Hex | 8D | 3D | DB | 24 | 48 | 0 | E | 10E | 45 | 37 |
| Octal | 215 | 75 | 333 | 44 | 110 | 0 | 16 | 416 | 105 | 67 |
| Binary | 10001101 | 111101 | 11011011 | 100100 | 1001000 | 0 | 1110 | 100001110 | 1000101 | 110111 |
Color Harmonies of #8D3DDB
Complementary color
Monochromatic Colors of #8D3DDB
Black with #8D3DDB
Text Example
Text Example
White with #8D3DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3DDB; }
p { color: rgb(141,61,219); }
H1.HeaderClassName
{
color: #8D3DDB;
}
.AnyTagClassName
{
color: #8D3DDB;
}
</style>
background-color css
<style>
a { background-color: #8D3DDB; }
a { background-color: rgb(141,61,219); }
div.DivClassName
{
background-color: #8D3DDB;
}
.BgClassName
{
background-color: #8D3DDB;
}
</style>
border-color css
<style>
span { border-color: #8D3DDB; }
span { border-color: rgb(141,61,219); }
td.TdClassName
{
border-color: #8D3DDB;
}
.TagClassName
{
border-color: #8D3DDB;
}
</style>