Shades of Blue Violet #8D1BDE
Tints of Blue Violet #8D1BDE
RGB
CMYK
RGB Variations
Color information
#8D1BDE (or 0x8D1BDE) is known color: Blue Violet. HEX triplet: 8D, 1B and DE. RGB value is (141,27,222). Sum of RGB (Red+Green+Blue) = 141+27+222=390 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.15% from 390); Green value is 27 (10.94% from 255 or 6.92% from 390); Blue value is 222 (87.11% from 255 or 56.92% from 390); Max value from RGB is 222 - color contains mainly: blue. Hex color #8D1BDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D1BDE is #72E421. Grayscale: #525252. Windows color (decimal): -7529506 or 14556045. OLE color: 14556045.
HSL color Cylindrical-coordinate representation of color #8D1BDE: hue angle of 275.08º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8D1BDE is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 27 | 222 | - |
| CMYK | 0.36 | 0.88 | 0 | 0.13 |
| HSL | 275.08º | 0.78% | 0.49% | - |
| HSV(B) | 275.08º | 0.88% | 0.87% | - |
| XYZ | 24.56 | 11.72 | 70.08 | - |
| YUV | 83.32 | 206.27 | 169.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 27 | 222 | 0.36 | 0.88 | 0 | 0.13 | 275.08 | 0.78 | 0.49 |
| Hex | 8D | 1B | DE | 24 | 58 | 0 | D | 113 | 4E | 31 |
| Octal | 215 | 33 | 336 | 44 | 130 | 0 | 15 | 423 | 116 | 61 |
| Binary | 10001101 | 11011 | 11011110 | 100100 | 1011000 | 0 | 1101 | 100010011 | 1001110 | 110001 |
Color Harmonies of #8D1BDE
Complementary color
Monochromatic Colors of #8D1BDE
Black with #8D1BDE
Text Example
Text Example
White with #8D1BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1BDE; }
p { color: rgb(141,27,222); }
H1.HeaderClassName
{
color: #8D1BDE;
}
.AnyTagClassName
{
color: #8D1BDE;
}
</style>
background-color css
<style>
a { background-color: #8D1BDE; }
a { background-color: rgb(141,27,222); }
div.DivClassName
{
background-color: #8D1BDE;
}
.BgClassName
{
background-color: #8D1BDE;
}
</style>
border-color css
<style>
span { border-color: #8D1BDE; }
span { border-color: rgb(141,27,222); }
td.TdClassName
{
border-color: #8D1BDE;
}
.TagClassName
{
border-color: #8D1BDE;
}
</style>