Shades of Blue Violet #8F31F9
Tints of Blue Violet #8F31F9
RGB
CMYK
RGB Variations
Color information
#8F31F9 (or 0x8F31F9) is known color: Blue Violet. HEX triplet: 8F, 31 and F9. RGB value is (143,49,249). Sum of RGB (Red+Green+Blue) = 143+49+249=441 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.43% from 441); Green value is 49 (19.53% from 255 or 11.11% from 441); Blue value is 249 (97.66% from 255 or 56.46% from 441); Max value from RGB is 249 - color contains mainly: blue. Hex color #8F31F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F31F9 is #70CE06. Grayscale: #636363. Windows color (decimal): -7392775 or 16331151. OLE color: 16331151.
HSL color Cylindrical-coordinate representation of color #8F31F9: hue angle of 268.2º 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 #8F31F9 is Cyan = 0.43, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 49 | 249 | - |
| CMYK | 0.43 | 0.80 | 0 | 0.02 |
| HSL | 268.2º | 0.94% | 0.58% | - |
| HSV(B) | 268.2º | 0.8% | 0.98% | - |
| XYZ | 29.52 | 14.88 | 90.94 | - |
| YUV | 99.91 | 212.14 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 49 | 249 | 0.43 | 0.80 | 0 | 0.02 | 268.2 | 0.94 | 0.58 |
| Hex | 8F | 31 | F9 | 2B | 50 | 0 | 2 | 10C | 5E | 3A |
| Octal | 217 | 61 | 371 | 53 | 120 | 0 | 2 | 414 | 136 | 72 |
| Binary | 10001111 | 110001 | 11111001 | 101011 | 1010000 | 0 | 10 | 100001100 | 1011110 | 111010 |
Color Harmonies of #8F31F9
Complementary color
Monochromatic Colors of #8F31F9
Black with #8F31F9
Text Example
Text Example
White with #8F31F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F31F9; }
p { color: rgb(143,49,249); }
H1.HeaderClassName
{
color: #8F31F9;
}
.AnyTagClassName
{
color: #8F31F9;
}
</style>
background-color css
<style>
a { background-color: #8F31F9; }
a { background-color: rgb(143,49,249); }
div.DivClassName
{
background-color: #8F31F9;
}
.BgClassName
{
background-color: #8F31F9;
}
</style>
border-color css
<style>
span { border-color: #8F31F9; }
span { border-color: rgb(143,49,249); }
td.TdClassName
{
border-color: #8F31F9;
}
.TagClassName
{
border-color: #8F31F9;
}
</style>