Shades of Blue Violet #8D34DC
Tints of Blue Violet #8D34DC
RGB
CMYK
RGB Variations
Color information
#8D34DC (or 0x8D34DC) is known color: Blue Violet. HEX triplet: 8D, 34 and DC. RGB value is (141,52,220). Sum of RGB (Red+Green+Blue) = 141+52+220=413 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.14% from 413); Green value is 52 (20.70% from 255 or 12.59% from 413); Blue value is 220 (86.33% from 255 or 53.27% from 413); Max value from RGB is 220 - color contains mainly: blue. Hex color #8D34DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D34DC is #72CB23. Grayscale: #616161. Windows color (decimal): -7523108 or 14431373. OLE color: 14431373.
HSL color Cylindrical-coordinate representation of color #8D34DC: hue angle of 271.79º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8D34DC is Cyan = 0.36, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 52 | 220 | - |
| CMYK | 0.36 | 0.76 | 0 | 0.14 |
| HSL | 271.79º | 0.71% | 0.53% | - |
| HSV(B) | 271.79º | 0.76% | 0.86% | - |
| XYZ | 25.13 | 13.29 | 68.95 | - |
| YUV | 97.76 | 196.99 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 52 | 220 | 0.36 | 0.76 | 0 | 0.14 | 271.79 | 0.71 | 0.53 |
| Hex | 8D | 34 | DC | 24 | 4C | 0 | E | 110 | 47 | 35 |
| Octal | 215 | 64 | 334 | 44 | 114 | 0 | 16 | 420 | 107 | 65 |
| Binary | 10001101 | 110100 | 11011100 | 100100 | 1001100 | 0 | 1110 | 100010000 | 1000111 | 110101 |
Color Harmonies of #8D34DC
Complementary color
Monochromatic Colors of #8D34DC
Black with #8D34DC
Text Example
Text Example
White with #8D34DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D34DC; }
p { color: rgb(141,52,220); }
H1.HeaderClassName
{
color: #8D34DC;
}
.AnyTagClassName
{
color: #8D34DC;
}
</style>
background-color css
<style>
a { background-color: #8D34DC; }
a { background-color: rgb(141,52,220); }
div.DivClassName
{
background-color: #8D34DC;
}
.BgClassName
{
background-color: #8D34DC;
}
</style>
border-color css
<style>
span { border-color: #8D34DC; }
span { border-color: rgb(141,52,220); }
td.TdClassName
{
border-color: #8D34DC;
}
.TagClassName
{
border-color: #8D34DC;
}
</style>