Shades of Blue Violet #8D3DD9
Tints of Blue Violet #8D3DD9
RGB
CMYK
RGB Variations
Color information
#8D3DD9 (or 0x8D3DD9) is known color: Blue Violet. HEX triplet: 8D, 3D and D9. RGB value is (141,61,217). Sum of RGB (Red+Green+Blue) = 141+61+217=419 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.65% from 419); Green value is 61 (24.22% from 255 or 14.56% from 419); Blue value is 217 (85.16% from 255 or 51.79% from 419); Max value from RGB is 217 - color contains mainly: blue. Hex color #8D3DD9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D3DD9 is #72C226. Grayscale: #666666. Windows color (decimal): -7520807 or 14237069. OLE color: 14237069.
HSL color Cylindrical-coordinate representation of color #8D3DD9: hue angle of 270.77º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8D3DD9 is Cyan = 0.35, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 141 | 61 | 217 | - |
| CMYK | 0.35 | 0.72 | 0 | 0.15 |
| HSL | 270.77º | 0.67% | 0.55% | - |
| HSV(B) | 270.77º | 0.72% | 0.85% | - |
| XYZ | 25.18 | 14.01 | 67.02 | - |
| YUV | 102.7 | 192.5 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 61 | 217 | 0.35 | 0.72 | 0 | 0.15 | 270.77 | 0.67 | 0.55 |
| Hex | 8D | 3D | D9 | 23 | 48 | 0 | F | 10F | 43 | 37 |
| Octal | 215 | 75 | 331 | 43 | 110 | 0 | 17 | 417 | 103 | 67 |
| Binary | 10001101 | 111101 | 11011001 | 100011 | 1001000 | 0 | 1111 | 100001111 | 1000011 | 110111 |
Color Harmonies of #8D3DD9
Complementary color
Monochromatic Colors of #8D3DD9
Black with #8D3DD9
Text Example
Text Example
White with #8D3DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3DD9; }
p { color: rgb(141,61,217); }
H1.HeaderClassName
{
color: #8D3DD9;
}
.AnyTagClassName
{
color: #8D3DD9;
}
</style>
background-color css
<style>
a { background-color: #8D3DD9; }
a { background-color: rgb(141,61,217); }
div.DivClassName
{
background-color: #8D3DD9;
}
.BgClassName
{
background-color: #8D3DD9;
}
</style>
border-color css
<style>
span { border-color: #8D3DD9; }
span { border-color: rgb(141,61,217); }
td.TdClassName
{
border-color: #8D3DD9;
}
.TagClassName
{
border-color: #8D3DD9;
}
</style>