Shades of Blue Violet #8D1BF1
Tints of Blue Violet #8D1BF1
RGB
CMYK
RGB Variations
Color information
#8D1BF1 (or 0x8D1BF1) is known color: Blue Violet. HEX triplet: 8D, 1B and F1. RGB value is (141,27,241). Sum of RGB (Red+Green+Blue) = 141+27+241=409 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.47% from 409); Green value is 27 (10.94% from 255 or 6.60% from 409); Blue value is 241 (94.53% from 255 or 58.92% from 409); Max value from RGB is 241 - color contains mainly: blue. Hex color #8D1BF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D1BF1 is #72E40E. Grayscale: #545454. Windows color (decimal): -7529487 or 15801229. OLE color: 15801229.
HSL color Cylindrical-coordinate representation of color #8D1BF1: hue angle of 271.96º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8D1BF1 is Cyan = 0.41, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 27 | 241 | - |
| CMYK | 0.41 | 0.89 | 0 | 0.05 |
| HSL | 271.96º | 0.88% | 0.53% | - |
| HSV(B) | 271.96º | 0.89% | 0.95% | - |
| XYZ | 27.25 | 12.8 | 84.25 | - |
| YUV | 85.48 | 215.77 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 27 | 241 | 0.41 | 0.89 | 0 | 0.05 | 271.96 | 0.88 | 0.53 |
| Hex | 8D | 1B | F1 | 29 | 59 | 0 | 5 | 110 | 58 | 35 |
| Octal | 215 | 33 | 361 | 51 | 131 | 0 | 5 | 420 | 130 | 65 |
| Binary | 10001101 | 11011 | 11110001 | 101001 | 1011001 | 0 | 101 | 100010000 | 1011000 | 110101 |
Color Harmonies of #8D1BF1
Complementary color
Monochromatic Colors of #8D1BF1
Black with #8D1BF1
Text Example
Text Example
White with #8D1BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1BF1; }
p { color: rgb(141,27,241); }
H1.HeaderClassName
{
color: #8D1BF1;
}
.AnyTagClassName
{
color: #8D1BF1;
}
</style>
background-color css
<style>
a { background-color: #8D1BF1; }
a { background-color: rgb(141,27,241); }
div.DivClassName
{
background-color: #8D1BF1;
}
.BgClassName
{
background-color: #8D1BF1;
}
</style>
border-color css
<style>
span { border-color: #8D1BF1; }
span { border-color: rgb(141,27,241); }
td.TdClassName
{
border-color: #8D1BF1;
}
.TagClassName
{
border-color: #8D1BF1;
}
</style>