Shades of Blue Violet #8D1ADB
Tints of Blue Violet #8D1ADB
RGB
CMYK
RGB Variations
Color information
#8D1ADB (or 0x8D1ADB) is known color: Blue Violet. HEX triplet: 8D, 1A and DB. RGB value is (141,26,219). Sum of RGB (Red+Green+Blue) = 141+26+219=386 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.53% from 386); Green value is 26 (10.55% from 255 or 6.74% from 386); Blue value is 219 (85.94% from 255 or 56.74% from 386); Max value from RGB is 219 - color contains mainly: blue. Hex color #8D1ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D1ADB is #72E524. Grayscale: #515151. Windows color (decimal): -7529765 or 14359181. OLE color: 14359181.
HSL color Cylindrical-coordinate representation of color #8D1ADB: hue angle of 275.75º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8D1ADB is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 26 | 219 | - |
| CMYK | 0.36 | 0.88 | 0 | 0.14 |
| HSL | 275.75º | 0.79% | 0.48% | - |
| HSV(B) | 275.75º | 0.88% | 0.86% | - |
| XYZ | 24.14 | 11.52 | 67.97 | - |
| YUV | 82.39 | 205.1 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 26 | 219 | 0.36 | 0.88 | 0 | 0.14 | 275.75 | 0.79 | 0.48 |
| Hex | 8D | 1A | DB | 24 | 58 | 0 | E | 114 | 4F | 30 |
| Octal | 215 | 32 | 333 | 44 | 130 | 0 | 16 | 424 | 117 | 60 |
| Binary | 10001101 | 11010 | 11011011 | 100100 | 1011000 | 0 | 1110 | 100010100 | 1001111 | 110000 |
Color Harmonies of #8D1ADB
Complementary color
Monochromatic Colors of #8D1ADB
Black with #8D1ADB
Text Example
Text Example
White with #8D1ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1ADB; }
p { color: rgb(141,26,219); }
H1.HeaderClassName
{
color: #8D1ADB;
}
.AnyTagClassName
{
color: #8D1ADB;
}
</style>
background-color css
<style>
a { background-color: #8D1ADB; }
a { background-color: rgb(141,26,219); }
div.DivClassName
{
background-color: #8D1ADB;
}
.BgClassName
{
background-color: #8D1ADB;
}
</style>
border-color css
<style>
span { border-color: #8D1ADB; }
span { border-color: rgb(141,26,219); }
td.TdClassName
{
border-color: #8D1ADB;
}
.TagClassName
{
border-color: #8D1ADB;
}
</style>