Shades of Blue Violet #8F45EF
Tints of Blue Violet #8F45EF
RGB
CMYK
RGB Variations
Color information
#8F45EF (or 0x8F45EF) is known color: Blue Violet. HEX triplet: 8F, 45 and EF. RGB value is (143,69,239). Sum of RGB (Red+Green+Blue) = 143+69+239=451 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.71% from 451); Green value is 69 (27.34% from 255 or 15.30% from 451); Blue value is 239 (93.75% from 255 or 52.99% from 451); Max value from RGB is 239 - color contains mainly: blue. Hex color #8F45EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F45EF is #70BA10. Grayscale: #6D6D6D. Windows color (decimal): -7387665 or 15680911. OLE color: 15680911.
HSL color Cylindrical-coordinate representation of color #8F45EF: hue angle of 266.12º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8F45EF is Cyan = 0.40, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 69 | 239 | - |
| CMYK | 0.40 | 0.71 | 0 | 0.06 |
| HSL | 266.12º | 0.84% | 0.6% | - |
| HSV(B) | 266.12º | 0.71% | 0.94% | - |
| XYZ | 29.04 | 16.33 | 83.28 | - |
| YUV | 110.51 | 200.52 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 69 | 239 | 0.40 | 0.71 | 0 | 0.06 | 266.12 | 0.84 | 0.6 |
| Hex | 8F | 45 | EF | 28 | 47 | 0 | 6 | 10A | 54 | 3C |
| Octal | 217 | 105 | 357 | 50 | 107 | 0 | 6 | 412 | 124 | 74 |
| Binary | 10001111 | 1000101 | 11101111 | 101000 | 1000111 | 0 | 110 | 100001010 | 1010100 | 111100 |
Color Harmonies of #8F45EF
Complementary color
Monochromatic Colors of #8F45EF
Black with #8F45EF
Text Example
Text Example
White with #8F45EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F45EF; }
p { color: rgb(143,69,239); }
H1.HeaderClassName
{
color: #8F45EF;
}
.AnyTagClassName
{
color: #8F45EF;
}
</style>
background-color css
<style>
a { background-color: #8F45EF; }
a { background-color: rgb(143,69,239); }
div.DivClassName
{
background-color: #8F45EF;
}
.BgClassName
{
background-color: #8F45EF;
}
</style>
border-color css
<style>
span { border-color: #8F45EF; }
span { border-color: rgb(143,69,239); }
td.TdClassName
{
border-color: #8F45EF;
}
.TagClassName
{
border-color: #8F45EF;
}
</style>