Shades of Blue Violet #8D34DD
Tints of Blue Violet #8D34DD
RGB
CMYK
RGB Variations
Color information
#8D34DD (or 0x8D34DD) is known color: Blue Violet. HEX triplet: 8D, 34 and DD. RGB value is (141,52,221). Sum of RGB (Red+Green+Blue) = 141+52+221=414 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.06% from 414); Green value is 52 (20.70% from 255 or 12.56% from 414); Blue value is 221 (86.72% from 255 or 53.38% from 414); Max value from RGB is 221 - color contains mainly: blue. Hex color #8D34DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D34DD is #72CB22. Grayscale: #616161. Windows color (decimal): -7523107 or 14496909. OLE color: 14496909.
HSL color Cylindrical-coordinate representation of color #8D34DD: hue angle of 271.6º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8D34DD is Cyan = 0.36, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 52 | 221 | - |
| CMYK | 0.36 | 0.76 | 0 | 0.13 |
| HSL | 271.6º | 0.71% | 0.54% | - |
| HSV(B) | 271.6º | 0.76% | 0.87% | - |
| XYZ | 25.26 | 13.34 | 69.65 | - |
| YUV | 97.88 | 197.49 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 52 | 221 | 0.36 | 0.76 | 0 | 0.13 | 271.6 | 0.71 | 0.54 |
| Hex | 8D | 34 | DD | 24 | 4C | 0 | D | 110 | 47 | 36 |
| Octal | 215 | 64 | 335 | 44 | 114 | 0 | 15 | 420 | 107 | 66 |
| Binary | 10001101 | 110100 | 11011101 | 100100 | 1001100 | 0 | 1101 | 100010000 | 1000111 | 110110 |
Color Harmonies of #8D34DD
Complementary color
Monochromatic Colors of #8D34DD
Black with #8D34DD
Text Example
Text Example
White with #8D34DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D34DD; }
p { color: rgb(141,52,221); }
H1.HeaderClassName
{
color: #8D34DD;
}
.AnyTagClassName
{
color: #8D34DD;
}
</style>
background-color css
<style>
a { background-color: #8D34DD; }
a { background-color: rgb(141,52,221); }
div.DivClassName
{
background-color: #8D34DD;
}
.BgClassName
{
background-color: #8D34DD;
}
</style>
border-color css
<style>
span { border-color: #8D34DD; }
span { border-color: rgb(141,52,221); }
td.TdClassName
{
border-color: #8D34DD;
}
.TagClassName
{
border-color: #8D34DD;
}
</style>