Shades of Blue Violet #8F45E9
Tints of Blue Violet #8F45E9
RGB
CMYK
RGB Variations
Color information
#8F45E9 (or 0x8F45E9) is known color: Blue Violet. HEX triplet: 8F, 45 and E9. RGB value is (143,69,233). Sum of RGB (Red+Green+Blue) = 143+69+233=445 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.13% from 445); Green value is 69 (27.34% from 255 or 15.51% from 445); Blue value is 233 (91.41% from 255 or 52.36% from 445); Max value from RGB is 233 - color contains mainly: blue. Hex color #8F45E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F45E9 is #70BA16. Grayscale: #6D6D6D. Windows color (decimal): -7387671 or 15287695. OLE color: 15287695.
HSL color Cylindrical-coordinate representation of color #8F45E9: hue angle of 267.07º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8F45E9 is Cyan = 0.39, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 143 | 69 | 233 | - |
| CMYK | 0.39 | 0.70 | 0 | 0.09 |
| HSL | 267.07º | 0.79% | 0.59% | - |
| HSV(B) | 267.07º | 0.7% | 0.91% | - |
| XYZ | 28.16 | 15.98 | 78.69 | - |
| YUV | 109.82 | 197.52 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 69 | 233 | 0.39 | 0.70 | 0 | 0.09 | 267.07 | 0.79 | 0.59 |
| Hex | 8F | 45 | E9 | 27 | 46 | 0 | 9 | 10B | 4F | 3B |
| Octal | 217 | 105 | 351 | 47 | 106 | 0 | 11 | 413 | 117 | 73 |
| Binary | 10001111 | 1000101 | 11101001 | 100111 | 1000110 | 0 | 1001 | 100001011 | 1001111 | 111011 |
Color Harmonies of #8F45E9
Complementary color
Monochromatic Colors of #8F45E9
Black with #8F45E9
Text Example
Text Example
White with #8F45E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F45E9; }
p { color: rgb(143,69,233); }
H1.HeaderClassName
{
color: #8F45E9;
}
.AnyTagClassName
{
color: #8F45E9;
}
</style>
background-color css
<style>
a { background-color: #8F45E9; }
a { background-color: rgb(143,69,233); }
div.DivClassName
{
background-color: #8F45E9;
}
.BgClassName
{
background-color: #8F45E9;
}
</style>
border-color css
<style>
span { border-color: #8F45E9; }
span { border-color: rgb(143,69,233); }
td.TdClassName
{
border-color: #8F45E9;
}
.TagClassName
{
border-color: #8F45E9;
}
</style>