Shades of Blue Violet #8D31F9
Tints of Blue Violet #8D31F9
RGB
CMYK
RGB Variations
Color information
#8D31F9 (or 0x8D31F9) is known color: Blue Violet. HEX triplet: 8D, 31 and F9. RGB value is (141,49,249). Sum of RGB (Red+Green+Blue) = 141+49+249=439 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.12% from 439); Green value is 49 (19.53% from 255 or 11.16% from 439); Blue value is 249 (97.66% from 255 or 56.72% from 439); Max value from RGB is 249 - color contains mainly: blue. Hex color #8D31F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D31F9 is #72CE06. Grayscale: #626262. Windows color (decimal): -7523847 or 16331149. OLE color: 16331149.
HSL color Cylindrical-coordinate representation of color #8D31F9: hue angle of 267.6º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8D31F9 is Cyan = 0.43, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 49 | 249 | - |
| CMYK | 0.43 | 0.80 | 0 | 0.02 |
| HSL | 267.6º | 0.94% | 0.58% | - |
| HSV(B) | 267.6º | 0.8% | 0.98% | - |
| XYZ | 29.18 | 14.7 | 90.92 | - |
| YUV | 99.31 | 212.48 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 49 | 249 | 0.43 | 0.80 | 0 | 0.02 | 267.6 | 0.94 | 0.58 |
| Hex | 8D | 31 | F9 | 2B | 50 | 0 | 2 | 10C | 5E | 3A |
| Octal | 215 | 61 | 371 | 53 | 120 | 0 | 2 | 414 | 136 | 72 |
| Binary | 10001101 | 110001 | 11111001 | 101011 | 1010000 | 0 | 10 | 100001100 | 1011110 | 111010 |
Color Harmonies of #8D31F9
Complementary color
Monochromatic Colors of #8D31F9
Black with #8D31F9
Text Example
Text Example
White with #8D31F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D31F9; }
p { color: rgb(141,49,249); }
H1.HeaderClassName
{
color: #8D31F9;
}
.AnyTagClassName
{
color: #8D31F9;
}
</style>
background-color css
<style>
a { background-color: #8D31F9; }
a { background-color: rgb(141,49,249); }
div.DivClassName
{
background-color: #8D31F9;
}
.BgClassName
{
background-color: #8D31F9;
}
</style>
border-color css
<style>
span { border-color: #8D31F9; }
span { border-color: rgb(141,49,249); }
td.TdClassName
{
border-color: #8D31F9;
}
.TagClassName
{
border-color: #8D31F9;
}
</style>