Shades of Blue Violet #8D3BDF
Tints of Blue Violet #8D3BDF
RGB
CMYK
RGB Variations
Color information
#8D3BDF (or 0x8D3BDF) is known color: Blue Violet. HEX triplet: 8D, 3B and DF. RGB value is (141,59,223). Sum of RGB (Red+Green+Blue) = 141+59+223=423 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.33% from 423); Green value is 59 (23.44% from 255 or 13.95% from 423); Blue value is 223 (87.5% from 255 or 52.72% from 423); Max value from RGB is 223 - color contains mainly: blue. Hex color #8D3BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D3BDF is #72C420. Grayscale: #656565. Windows color (decimal): -7521313 or 14629773. OLE color: 14629773.
HSL color Cylindrical-coordinate representation of color #8D3BDF: hue angle of 270º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8D3BDF is Cyan = 0.37, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 59 | 223 | - |
| CMYK | 0.37 | 0.74 | 0 | 0.13 |
| HSL | 270º | 0.72% | 0.55% | - |
| HSV(B) | 270º | 0.74% | 0.87% | - |
| XYZ | 25.87 | 14.12 | 71.17 | - |
| YUV | 102.21 | 196.17 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 59 | 223 | 0.37 | 0.74 | 0 | 0.13 | 270 | 0.72 | 0.55 |
| Hex | 8D | 3B | DF | 25 | 4A | 0 | D | 10E | 48 | 37 |
| Octal | 215 | 73 | 337 | 45 | 112 | 0 | 15 | 416 | 110 | 67 |
| Binary | 10001101 | 111011 | 11011111 | 100101 | 1001010 | 0 | 1101 | 100001110 | 1001000 | 110111 |
Color Harmonies of #8D3BDF
Complementary color
Monochromatic Colors of #8D3BDF
Black with #8D3BDF
Text Example
Text Example
White with #8D3BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3BDF; }
p { color: rgb(141,59,223); }
H1.HeaderClassName
{
color: #8D3BDF;
}
.AnyTagClassName
{
color: #8D3BDF;
}
</style>
background-color css
<style>
a { background-color: #8D3BDF; }
a { background-color: rgb(141,59,223); }
div.DivClassName
{
background-color: #8D3BDF;
}
.BgClassName
{
background-color: #8D3BDF;
}
</style>
border-color css
<style>
span { border-color: #8D3BDF; }
span { border-color: rgb(141,59,223); }
td.TdClassName
{
border-color: #8D3BDF;
}
.TagClassName
{
border-color: #8D3BDF;
}
</style>