Shades of Blue Violet #8F42E6
Tints of Blue Violet #8F42E6
RGB
CMYK
RGB Variations
Color information
#8F42E6 (or 0x8F42E6) is known color: Blue Violet. HEX triplet: 8F, 42 and E6. RGB value is (143,66,230). Sum of RGB (Red+Green+Blue) = 143+66+230=439 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.57% from 439); Green value is 66 (26.17% from 255 or 15.03% from 439); Blue value is 230 (90.23% from 255 or 52.39% from 439); Max value from RGB is 230 - color contains mainly: blue. Hex color #8F42E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F42E6 is #70BD19. Grayscale: #6B6B6B. Windows color (decimal): -7388442 or 15090319. OLE color: 15090319.
HSL color Cylindrical-coordinate representation of color #8F42E6: hue angle of 268.17º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8F42E6 is Cyan = 0.38, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 143 | 66 | 230 | - |
| CMYK | 0.38 | 0.71 | 0 | 0.10 |
| HSL | 268.17º | 0.77% | 0.58% | - |
| HSV(B) | 268.17º | 0.71% | 0.9% | - |
| XYZ | 27.56 | 15.45 | 76.39 | - |
| YUV | 107.72 | 197.01 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 66 | 230 | 0.38 | 0.71 | 0 | 0.10 | 268.17 | 0.77 | 0.58 |
| Hex | 8F | 42 | E6 | 26 | 47 | 0 | A | 10C | 4D | 3A |
| Octal | 217 | 102 | 346 | 46 | 107 | 0 | 12 | 414 | 115 | 72 |
| Binary | 10001111 | 1000010 | 11100110 | 100110 | 1000111 | 0 | 1010 | 100001100 | 1001101 | 111010 |
Color Harmonies of #8F42E6
Complementary color
Monochromatic Colors of #8F42E6
Black with #8F42E6
Text Example
Text Example
White with #8F42E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F42E6; }
p { color: rgb(143,66,230); }
H1.HeaderClassName
{
color: #8F42E6;
}
.AnyTagClassName
{
color: #8F42E6;
}
</style>
background-color css
<style>
a { background-color: #8F42E6; }
a { background-color: rgb(143,66,230); }
div.DivClassName
{
background-color: #8F42E6;
}
.BgClassName
{
background-color: #8F42E6;
}
</style>
border-color css
<style>
span { border-color: #8F42E6; }
span { border-color: rgb(143,66,230); }
td.TdClassName
{
border-color: #8F42E6;
}
.TagClassName
{
border-color: #8F42E6;
}
</style>