Shades of Blue Violet #8F42F9
Tints of Blue Violet #8F42F9
RGB
CMYK
RGB Variations
Color information
#8F42F9 (or 0x8F42F9) is known color: Blue Violet. HEX triplet: 8F, 42 and F9. RGB value is (143,66,249). Sum of RGB (Red+Green+Blue) = 143+66+249=458 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.22% from 458); Green value is 66 (26.17% from 255 or 14.41% from 458); Blue value is 249 (97.66% from 255 or 54.37% from 458); Max value from RGB is 249 - color contains mainly: blue. Hex color #8F42F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F42F9 is #70BD06. Grayscale: #6D6D6D. Windows color (decimal): -7388423 or 16335503. OLE color: 16335503.
HSL color Cylindrical-coordinate representation of color #8F42F9: hue angle of 265.25º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8F42F9 is Cyan = 0.43, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 66 | 249 | - |
| CMYK | 0.43 | 0.73 | 0 | 0.02 |
| HSL | 265.25º | 0.94% | 0.62% | - |
| HSV(B) | 265.25º | 0.73% | 0.98% | - |
| XYZ | 30.37 | 16.58 | 91.22 | - |
| YUV | 109.89 | 206.51 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 66 | 249 | 0.43 | 0.73 | 0 | 0.02 | 265.25 | 0.94 | 0.62 |
| Hex | 8F | 42 | F9 | 2B | 49 | 0 | 2 | 109 | 5E | 3E |
| Octal | 217 | 102 | 371 | 53 | 111 | 0 | 2 | 411 | 136 | 76 |
| Binary | 10001111 | 1000010 | 11111001 | 101011 | 1001001 | 0 | 10 | 100001001 | 1011110 | 111110 |
Color Harmonies of #8F42F9
Complementary color
Monochromatic Colors of #8F42F9
Black with #8F42F9
Text Example
Text Example
White with #8F42F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F42F9; }
p { color: rgb(143,66,249); }
H1.HeaderClassName
{
color: #8F42F9;
}
.AnyTagClassName
{
color: #8F42F9;
}
</style>
background-color css
<style>
a { background-color: #8F42F9; }
a { background-color: rgb(143,66,249); }
div.DivClassName
{
background-color: #8F42F9;
}
.BgClassName
{
background-color: #8F42F9;
}
</style>
border-color css
<style>
span { border-color: #8F42F9; }
span { border-color: rgb(143,66,249); }
td.TdClassName
{
border-color: #8F42F9;
}
.TagClassName
{
border-color: #8F42F9;
}
</style>