Shades of Blue Violet #8D2ADE
Tints of Blue Violet #8D2ADE
RGB
CMYK
RGB Variations
Color information
#8D2ADE (or 0x8D2ADE) is known color: Blue Violet. HEX triplet: 8D, 2A and DE. RGB value is (141,42,222). Sum of RGB (Red+Green+Blue) = 141+42+222=405 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.81% from 405); Green value is 42 (16.80% from 255 or 10.37% from 405); Blue value is 222 (87.11% from 255 or 54.81% from 405); Max value from RGB is 222 - color contains mainly: blue. Hex color #8D2ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D2ADE is #72D521. Grayscale: #5B5B5B. Windows color (decimal): -7525666 or 14559885. OLE color: 14559885.
HSL color Cylindrical-coordinate representation of color #8D2ADE: hue angle of 273º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8D2ADE is Cyan = 0.36, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 42 | 222 | - |
| CMYK | 0.36 | 0.81 | 0 | 0.13 |
| HSL | 273º | 0.73% | 0.52% | - |
| HSV(B) | 273º | 0.81% | 0.87% | - |
| XYZ | 25 | 12.59 | 70.22 | - |
| YUV | 92.12 | 201.3 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 42 | 222 | 0.36 | 0.81 | 0 | 0.13 | 273 | 0.73 | 0.52 |
| Hex | 8D | 2A | DE | 24 | 51 | 0 | D | 111 | 49 | 34 |
| Octal | 215 | 52 | 336 | 44 | 121 | 0 | 15 | 421 | 111 | 64 |
| Binary | 10001101 | 101010 | 11011110 | 100100 | 1010001 | 0 | 1101 | 100010001 | 1001001 | 110100 |
Color Harmonies of #8D2ADE
Complementary color
Monochromatic Colors of #8D2ADE
Black with #8D2ADE
Text Example
Text Example
White with #8D2ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2ADE; }
p { color: rgb(141,42,222); }
H1.HeaderClassName
{
color: #8D2ADE;
}
.AnyTagClassName
{
color: #8D2ADE;
}
</style>
background-color css
<style>
a { background-color: #8D2ADE; }
a { background-color: rgb(141,42,222); }
div.DivClassName
{
background-color: #8D2ADE;
}
.BgClassName
{
background-color: #8D2ADE;
}
</style>
border-color css
<style>
span { border-color: #8D2ADE; }
span { border-color: rgb(141,42,222); }
td.TdClassName
{
border-color: #8D2ADE;
}
.TagClassName
{
border-color: #8D2ADE;
}
</style>