Shades of Blue Violet #8F3FE9
Tints of Blue Violet #8F3FE9
RGB
CMYK
RGB Variations
Color information
#8F3FE9 (or 0x8F3FE9) is known color: Blue Violet. HEX triplet: 8F, 3F and E9. RGB value is (143,63,233). Sum of RGB (Red+Green+Blue) = 143+63+233=439 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.57% from 439); Green value is 63 (25% from 255 or 14.35% from 439); Blue value is 233 (91.41% from 255 or 53.08% from 439); Max value from RGB is 233 - color contains mainly: blue. Hex color #8F3FE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F3FE9 is #70C016. Grayscale: #696969. Windows color (decimal): -7389207 or 15286159. OLE color: 15286159.
HSL color Cylindrical-coordinate representation of color #8F3FE9: hue angle of 268.24º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8F3FE9 is Cyan = 0.39, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 143 | 63 | 233 | - |
| CMYK | 0.39 | 0.73 | 0 | 0.09 |
| HSL | 268.24º | 0.79% | 0.58% | - |
| HSV(B) | 268.24º | 0.73% | 0.91% | - |
| XYZ | 27.81 | 15.28 | 78.57 | - |
| YUV | 106.3 | 199.5 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 63 | 233 | 0.39 | 0.73 | 0 | 0.09 | 268.24 | 0.79 | 0.58 |
| Hex | 8F | 3F | E9 | 27 | 49 | 0 | 9 | 10C | 4F | 3A |
| Octal | 217 | 77 | 351 | 47 | 111 | 0 | 11 | 414 | 117 | 72 |
| Binary | 10001111 | 111111 | 11101001 | 100111 | 1001001 | 0 | 1001 | 100001100 | 1001111 | 111010 |
Color Harmonies of #8F3FE9
Complementary color
Monochromatic Colors of #8F3FE9
Black with #8F3FE9
Text Example
Text Example
White with #8F3FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3FE9; }
p { color: rgb(143,63,233); }
H1.HeaderClassName
{
color: #8F3FE9;
}
.AnyTagClassName
{
color: #8F3FE9;
}
</style>
background-color css
<style>
a { background-color: #8F3FE9; }
a { background-color: rgb(143,63,233); }
div.DivClassName
{
background-color: #8F3FE9;
}
.BgClassName
{
background-color: #8F3FE9;
}
</style>
border-color css
<style>
span { border-color: #8F3FE9; }
span { border-color: rgb(143,63,233); }
td.TdClassName
{
border-color: #8F3FE9;
}
.TagClassName
{
border-color: #8F3FE9;
}
</style>