Shades of Blue Violet #8D19F5
Tints of Blue Violet #8D19F5
RGB
CMYK
RGB Variations
Color information
#8D19F5 (or 0x8D19F5) is known color: Blue Violet. HEX triplet: 8D, 19 and F5. RGB value is (141,25,245). Sum of RGB (Red+Green+Blue) = 141+25+245=411 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.31% from 411); Green value is 25 (10.16% from 255 or 6.08% from 411); Blue value is 245 (96.09% from 255 or 59.61% from 411); Max value from RGB is 245 - color contains mainly: blue. Hex color #8D19F5 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8D19F5 is #72E60A. Grayscale: #545454. Windows color (decimal): -7529995 or 16062861. OLE color: 16062861.
HSL color Cylindrical-coordinate representation of color #8D19F5: hue angle of 271.64º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8D19F5 is Cyan = 0.42, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 141 | 25 | 245 | - |
| CMYK | 0.42 | 0.90 | 0 | 0.04 |
| HSL | 271.64º | 0.92% | 0.53% | - |
| HSV(B) | 271.64º | 0.9% | 0.96% | - |
| XYZ | 27.81 | 12.95 | 87.42 | - |
| YUV | 84.76 | 218.43 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 25 | 245 | 0.42 | 0.90 | 0 | 0.04 | 271.64 | 0.92 | 0.53 |
| Hex | 8D | 19 | F5 | 2A | 5A | 0 | 4 | 110 | 5C | 35 |
| Octal | 215 | 31 | 365 | 52 | 132 | 0 | 4 | 420 | 134 | 65 |
| Binary | 10001101 | 11001 | 11110101 | 101010 | 1011010 | 0 | 100 | 100010000 | 1011100 | 110101 |
Color Harmonies of #8D19F5
Complementary color
Monochromatic Colors of #8D19F5
Black with #8D19F5
Text Example
Text Example
White with #8D19F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D19F5; }
p { color: rgb(141,25,245); }
H1.HeaderClassName
{
color: #8D19F5;
}
.AnyTagClassName
{
color: #8D19F5;
}
</style>
background-color css
<style>
a { background-color: #8D19F5; }
a { background-color: rgb(141,25,245); }
div.DivClassName
{
background-color: #8D19F5;
}
.BgClassName
{
background-color: #8D19F5;
}
</style>
border-color css
<style>
span { border-color: #8D19F5; }
span { border-color: rgb(141,25,245); }
td.TdClassName
{
border-color: #8D19F5;
}
.TagClassName
{
border-color: #8D19F5;
}
</style>