Shades of Blue Violet #8D4ADC
Tints of Blue Violet #8D4ADC
RGB
CMYK
RGB Variations
Color information
#8D4ADC (or 0x8D4ADC) is known color: Blue Violet. HEX triplet: 8D, 4A and DC. RGB value is (141,74,220). Sum of RGB (Red+Green+Blue) = 141+74+220=435 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.41% from 435); Green value is 74 (29.30% from 255 or 17.01% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #8D4ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D4ADC is #72B523. Grayscale: #6E6E6E. Windows color (decimal): -7517476 or 14437005. OLE color: 14437005.
HSL color Cylindrical-coordinate representation of color #8D4ADC: hue angle of 267.53º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8D4ADC is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 74 | 220 | - |
| CMYK | 0.36 | 0.66 | 0 | 0.14 |
| HSL | 267.53º | 0.68% | 0.58% | - |
| HSV(B) | 267.53º | 0.66% | 0.86% | - |
| XYZ | 26.35 | 15.73 | 69.36 | - |
| YUV | 110.68 | 189.7 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 74 | 220 | 0.36 | 0.66 | 0 | 0.14 | 267.53 | 0.68 | 0.58 |
| Hex | 8D | 4A | DC | 24 | 42 | 0 | E | 10C | 44 | 3A |
| Octal | 215 | 112 | 334 | 44 | 102 | 0 | 16 | 414 | 104 | 72 |
| Binary | 10001101 | 1001010 | 11011100 | 100100 | 1000010 | 0 | 1110 | 100001100 | 1000100 | 111010 |
Color Harmonies of #8D4ADC
Complementary color
Monochromatic Colors of #8D4ADC
Black with #8D4ADC
Text Example
Text Example
White with #8D4ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4ADC; }
p { color: rgb(141,74,220); }
H1.HeaderClassName
{
color: #8D4ADC;
}
.AnyTagClassName
{
color: #8D4ADC;
}
</style>
background-color css
<style>
a { background-color: #8D4ADC; }
a { background-color: rgb(141,74,220); }
div.DivClassName
{
background-color: #8D4ADC;
}
.BgClassName
{
background-color: #8D4ADC;
}
</style>
border-color css
<style>
span { border-color: #8D4ADC; }
span { border-color: rgb(141,74,220); }
td.TdClassName
{
border-color: #8D4ADC;
}
.TagClassName
{
border-color: #8D4ADC;
}
</style>