Shades of Blue Violet #8D4ADA
Tints of Blue Violet #8D4ADA
RGB
CMYK
RGB Variations
Color information
#8D4ADA (or 0x8D4ADA) is known color: Blue Violet. HEX triplet: 8D, 4A and DA. RGB value is (141,74,218). Sum of RGB (Red+Green+Blue) = 141+74+218=433 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.56% from 433); Green value is 74 (29.30% from 255 or 17.09% from 433); Blue value is 218 (85.55% from 255 or 50.35% from 433); Max value from RGB is 218 - color contains mainly: blue. Hex color #8D4ADA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D4ADA is #72B525. Grayscale: #6D6D6D. Windows color (decimal): -7517478 or 14305933. OLE color: 14305933.
HSL color Cylindrical-coordinate representation of color #8D4ADA: hue angle of 267.92º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8D4ADA is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 141 | 74 | 218 | - |
| CMYK | 0.35 | 0.66 | 0 | 0.15 |
| HSL | 267.92º | 0.66% | 0.57% | - |
| HSV(B) | 267.92º | 0.66% | 0.85% | - |
| XYZ | 26.09 | 15.62 | 67.97 | - |
| YUV | 110.45 | 188.7 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 74 | 218 | 0.35 | 0.66 | 0 | 0.15 | 267.92 | 0.66 | 0.57 |
| Hex | 8D | 4A | DA | 23 | 42 | 0 | F | 10C | 42 | 39 |
| Octal | 215 | 112 | 332 | 43 | 102 | 0 | 17 | 414 | 102 | 71 |
| Binary | 10001101 | 1001010 | 11011010 | 100011 | 1000010 | 0 | 1111 | 100001100 | 1000010 | 111001 |
Color Harmonies of #8D4ADA
Complementary color
Monochromatic Colors of #8D4ADA
Black with #8D4ADA
Text Example
Text Example
White with #8D4ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4ADA; }
p { color: rgb(141,74,218); }
H1.HeaderClassName
{
color: #8D4ADA;
}
.AnyTagClassName
{
color: #8D4ADA;
}
</style>
background-color css
<style>
a { background-color: #8D4ADA; }
a { background-color: rgb(141,74,218); }
div.DivClassName
{
background-color: #8D4ADA;
}
.BgClassName
{
background-color: #8D4ADA;
}
</style>
border-color css
<style>
span { border-color: #8D4ADA; }
span { border-color: rgb(141,74,218); }
td.TdClassName
{
border-color: #8D4ADA;
}
.TagClassName
{
border-color: #8D4ADA;
}
</style>