Shades of Blue Violet #8F48E7
Tints of Blue Violet #8F48E7
RGB
CMYK
RGB Variations
Color information
#8F48E7 (or 0x8F48E7) is known color: Blue Violet. HEX triplet: 8F, 48 and E7. RGB value is (143,72,231). Sum of RGB (Red+Green+Blue) = 143+72+231=446 (59% of max value = 765). Red value is 143 (56.25% from 255 or 32.06% from 446); Green value is 72 (28.52% from 255 or 16.14% from 446); Blue value is 231 (90.62% from 255 or 51.79% from 446); Max value from RGB is 231 - color contains mainly: blue. Hex color #8F48E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F48E7 is #70B718. Grayscale: #6E6E6E. Windows color (decimal): -7386905 or 15157391. OLE color: 15157391.
HSL color Cylindrical-coordinate representation of color #8F48E7: hue angle of 266.79º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8F48E7 is Cyan = 0.38, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 143 | 72 | 231 | - |
| CMYK | 0.38 | 0.69 | 0 | 0.09 |
| HSL | 266.79º | 0.77% | 0.59% | - |
| HSV(B) | 266.79º | 0.69% | 0.91% | - |
| XYZ | 28.07 | 16.24 | 77.26 | - |
| YUV | 111.36 | 195.52 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 72 | 231 | 0.38 | 0.69 | 0 | 0.09 | 266.79 | 0.77 | 0.59 |
| Hex | 8F | 48 | E7 | 26 | 45 | 0 | 9 | 10B | 4D | 3B |
| Octal | 217 | 110 | 347 | 46 | 105 | 0 | 11 | 413 | 115 | 73 |
| Binary | 10001111 | 1001000 | 11100111 | 100110 | 1000101 | 0 | 1001 | 100001011 | 1001101 | 111011 |
Color Harmonies of #8F48E7
Complementary color
Monochromatic Colors of #8F48E7
Black with #8F48E7
Text Example
Text Example
White with #8F48E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F48E7; }
p { color: rgb(143,72,231); }
H1.HeaderClassName
{
color: #8F48E7;
}
.AnyTagClassName
{
color: #8F48E7;
}
</style>
background-color css
<style>
a { background-color: #8F48E7; }
a { background-color: rgb(143,72,231); }
div.DivClassName
{
background-color: #8F48E7;
}
.BgClassName
{
background-color: #8F48E7;
}
</style>
border-color css
<style>
span { border-color: #8F48E7; }
span { border-color: rgb(143,72,231); }
td.TdClassName
{
border-color: #8F48E7;
}
.TagClassName
{
border-color: #8F48E7;
}
</style>