Shades of Blue Violet #8D0FFA
Tints of Blue Violet #8D0FFA
RGB
CMYK
RGB Variations
Color information
#8D0FFA (or 0x8D0FFA) is known color: Blue Violet. HEX triplet: 8D, 0F and FA. RGB value is (141,15,250). Sum of RGB (Red+Green+Blue) = 141+15+250=406 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.73% from 406); Green value is 15 (6.25% from 255 or 3.69% from 406); Blue value is 250 (98.05% from 255 or 61.58% from 406); Max value from RGB is 250 - color contains mainly: blue. Hex color #8D0FFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8D0FFA is #72F005. Grayscale: #4E4E4E. Windows color (decimal): -7532550 or 16387981. OLE color: 16387981.
HSL color Cylindrical-coordinate representation of color #8D0FFA: hue angle of 272.17º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8D0FFA is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 15 | 250 | - |
| CMYK | 0.44 | 0.94 | 0 | 0.02 |
| HSL | 272.17º | 0.96% | 0.52% | - |
| HSV(B) | 272.17º | 0.94% | 0.98% | - |
| XYZ | 28.41 | 12.91 | 91.44 | - |
| YUV | 79.46 | 224.24 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 15 | 250 | 0.44 | 0.94 | 0 | 0.02 | 272.17 | 0.96 | 0.52 |
| Hex | 8D | F | FA | 2C | 5E | 0 | 2 | 110 | 60 | 34 |
| Octal | 215 | 17 | 372 | 54 | 136 | 0 | 2 | 420 | 140 | 64 |
| Binary | 10001101 | 1111 | 11111010 | 101100 | 1011110 | 0 | 10 | 100010000 | 1100000 | 110100 |
Color Harmonies of #8D0FFA
Complementary color
Monochromatic Colors of #8D0FFA
Black with #8D0FFA
Text Example
Text Example
White with #8D0FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0FFA; }
p { color: rgb(141,15,250); }
H1.HeaderClassName
{
color: #8D0FFA;
}
.AnyTagClassName
{
color: #8D0FFA;
}
</style>
background-color css
<style>
a { background-color: #8D0FFA; }
a { background-color: rgb(141,15,250); }
div.DivClassName
{
background-color: #8D0FFA;
}
.BgClassName
{
background-color: #8D0FFA;
}
</style>
border-color css
<style>
span { border-color: #8D0FFA; }
span { border-color: rgb(141,15,250); }
td.TdClassName
{
border-color: #8D0FFA;
}
.TagClassName
{
border-color: #8D0FFA;
}
</style>