Shades of Blue Violet #8D19DF
Tints of Blue Violet #8D19DF
RGB
CMYK
RGB Variations
Color information
#8D19DF (or 0x8D19DF) is known color: Blue Violet. HEX triplet: 8D, 19 and DF. RGB value is (141,25,223). Sum of RGB (Red+Green+Blue) = 141+25+223=389 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.25% from 389); Green value is 25 (10.16% from 255 or 6.43% from 389); Blue value is 223 (87.5% from 255 or 57.33% from 389); Max value from RGB is 223 - color contains mainly: blue. Hex color #8D19DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D19DF is #72E620. Grayscale: #515151. Windows color (decimal): -7530017 or 14621069. OLE color: 14621069.
HSL color Cylindrical-coordinate representation of color #8D19DF: hue angle of 275.15º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8D19DF is Cyan = 0.37, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 25 | 223 | - |
| CMYK | 0.37 | 0.89 | 0 | 0.13 |
| HSL | 275.15º | 0.8% | 0.49% | - |
| HSV(B) | 275.15º | 0.89% | 0.87% | - |
| XYZ | 24.65 | 11.69 | 70.77 | - |
| YUV | 82.26 | 207.43 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 25 | 223 | 0.37 | 0.89 | 0 | 0.13 | 275.15 | 0.8 | 0.49 |
| Hex | 8D | 19 | DF | 25 | 59 | 0 | D | 113 | 50 | 31 |
| Octal | 215 | 31 | 337 | 45 | 131 | 0 | 15 | 423 | 120 | 61 |
| Binary | 10001101 | 11001 | 11011111 | 100101 | 1011001 | 0 | 1101 | 100010011 | 1010000 | 110001 |
Color Harmonies of #8D19DF
Complementary color
Monochromatic Colors of #8D19DF
Black with #8D19DF
Text Example
Text Example
White with #8D19DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D19DF; }
p { color: rgb(141,25,223); }
H1.HeaderClassName
{
color: #8D19DF;
}
.AnyTagClassName
{
color: #8D19DF;
}
</style>
background-color css
<style>
a { background-color: #8D19DF; }
a { background-color: rgb(141,25,223); }
div.DivClassName
{
background-color: #8D19DF;
}
.BgClassName
{
background-color: #8D19DF;
}
</style>
border-color css
<style>
span { border-color: #8D19DF; }
span { border-color: rgb(141,25,223); }
td.TdClassName
{
border-color: #8D19DF;
}
.TagClassName
{
border-color: #8D19DF;
}
</style>