Shades of Blue Violet #8D37DC
Tints of Blue Violet #8D37DC
RGB
CMYK
RGB Variations
Color information
#8D37DC (or 0x8D37DC) is known color: Blue Violet. HEX triplet: 8D, 37 and DC. RGB value is (141,55,220). Sum of RGB (Red+Green+Blue) = 141+55+220=416 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.89% from 416); Green value is 55 (21.88% from 255 or 13.22% from 416); Blue value is 220 (86.33% from 255 or 52.88% from 416); Max value from RGB is 220 - color contains mainly: blue. Hex color #8D37DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D37DC is #72C823. Grayscale: #626262. Windows color (decimal): -7522340 or 14432141. OLE color: 14432141.
HSL color Cylindrical-coordinate representation of color #8D37DC: hue angle of 271.27º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8D37DC is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 55 | 220 | - |
| CMYK | 0.36 | 0.75 | 0 | 0.14 |
| HSL | 271.27º | 0.7% | 0.54% | - |
| HSV(B) | 271.27º | 0.75% | 0.86% | - |
| XYZ | 25.27 | 13.56 | 69 | - |
| YUV | 99.52 | 195.99 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 55 | 220 | 0.36 | 0.75 | 0 | 0.14 | 271.27 | 0.7 | 0.54 |
| Hex | 8D | 37 | DC | 24 | 4B | 0 | E | 10F | 46 | 36 |
| Octal | 215 | 67 | 334 | 44 | 113 | 0 | 16 | 417 | 106 | 66 |
| Binary | 10001101 | 110111 | 11011100 | 100100 | 1001011 | 0 | 1110 | 100001111 | 1000110 | 110110 |
Color Harmonies of #8D37DC
Complementary color
Monochromatic Colors of #8D37DC
Black with #8D37DC
Text Example
Text Example
White with #8D37DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D37DC; }
p { color: rgb(141,55,220); }
H1.HeaderClassName
{
color: #8D37DC;
}
.AnyTagClassName
{
color: #8D37DC;
}
</style>
background-color css
<style>
a { background-color: #8D37DC; }
a { background-color: rgb(141,55,220); }
div.DivClassName
{
background-color: #8D37DC;
}
.BgClassName
{
background-color: #8D37DC;
}
</style>
border-color css
<style>
span { border-color: #8D37DC; }
span { border-color: rgb(141,55,220); }
td.TdClassName
{
border-color: #8D37DC;
}
.TagClassName
{
border-color: #8D37DC;
}
</style>