Shades of Blue Violet #8D1BF7
Tints of Blue Violet #8D1BF7
RGB
CMYK
RGB Variations
Color information
#8D1BF7 (or 0x8D1BF7) is known color: Blue Violet. HEX triplet: 8D, 1B and F7. RGB value is (141,27,247). Sum of RGB (Red+Green+Blue) = 141+27+247=415 (54% of max value = 765). Red value is 141 (55.47% from 255 or 33.98% from 415); Green value is 27 (10.94% from 255 or 6.51% from 415); Blue value is 247 (96.88% from 255 or 59.52% from 415); Max value from RGB is 247 - color contains mainly: blue. Hex color #8D1BF7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D1BF7 is #72E408. Grayscale: #555555. Windows color (decimal): -7529481 or 16194445. OLE color: 16194445.
HSL color Cylindrical-coordinate representation of color #8D1BF7: hue angle of 271.09º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8D1BF7 is Cyan = 0.43, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 141 | 27 | 247 | - |
| CMYK | 0.43 | 0.89 | 0 | 0.03 |
| HSL | 271.09º | 0.93% | 0.54% | - |
| HSV(B) | 271.09º | 0.89% | 0.97% | - |
| XYZ | 28.16 | 13.16 | 89.05 | - |
| YUV | 86.17 | 218.77 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 27 | 247 | 0.43 | 0.89 | 0 | 0.03 | 271.09 | 0.93 | 0.54 |
| Hex | 8D | 1B | F7 | 2B | 59 | 0 | 3 | 10F | 5D | 36 |
| Octal | 215 | 33 | 367 | 53 | 131 | 0 | 3 | 417 | 135 | 66 |
| Binary | 10001101 | 11011 | 11110111 | 101011 | 1011001 | 0 | 11 | 100001111 | 1011101 | 110110 |
Color Harmonies of #8D1BF7
Complementary color
Monochromatic Colors of #8D1BF7
Black with #8D1BF7
Text Example
Text Example
White with #8D1BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1BF7; }
p { color: rgb(141,27,247); }
H1.HeaderClassName
{
color: #8D1BF7;
}
.AnyTagClassName
{
color: #8D1BF7;
}
</style>
background-color css
<style>
a { background-color: #8D1BF7; }
a { background-color: rgb(141,27,247); }
div.DivClassName
{
background-color: #8D1BF7;
}
.BgClassName
{
background-color: #8D1BF7;
}
</style>
border-color css
<style>
span { border-color: #8D1BF7; }
span { border-color: rgb(141,27,247); }
td.TdClassName
{
border-color: #8D1BF7;
}
.TagClassName
{
border-color: #8D1BF7;
}
</style>