Shades of Blue Violet #8748F7
Tints of Blue Violet #8748F7
RGB
CMYK
RGB Variations
Color information
#8748F7 (or 0x8748F7) is known color: Blue Violet. HEX triplet: 87, 48 and F7. RGB value is (135,72,247). Sum of RGB (Red+Green+Blue) = 135+72+247=454 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.74% from 454); Green value is 72 (28.52% from 255 or 15.86% from 454); Blue value is 247 (96.88% from 255 or 54.41% from 454); Max value from RGB is 247 - color contains mainly: blue. Hex color #8748F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8748F7 is #78B708. Grayscale: #6E6E6E. Windows color (decimal): -7911177 or 16205959. OLE color: 16205959.
HSL color Cylindrical-coordinate representation of color #8748F7: hue angle of 261.6º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8748F7 is Cyan = 0.45, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 135 | 72 | 247 | - |
| CMYK | 0.45 | 0.71 | 0 | 0.03 |
| HSL | 261.6º | 0.92% | 0.63% | - |
| HSV(B) | 261.6º | 0.71% | 0.97% | - |
| XYZ | 29.1 | 16.5 | 89.65 | - |
| YUV | 110.79 | 204.87 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 72 | 247 | 0.45 | 0.71 | 0 | 0.03 | 261.6 | 0.92 | 0.63 |
| Hex | 87 | 48 | F7 | 2D | 47 | 0 | 3 | 106 | 5C | 3F |
| Octal | 207 | 110 | 367 | 55 | 107 | 0 | 3 | 406 | 134 | 77 |
| Binary | 10000111 | 1001000 | 11110111 | 101101 | 1000111 | 0 | 11 | 100000110 | 1011100 | 111111 |
Color Harmonies of #8748F7
Complementary color
Monochromatic Colors of #8748F7
Black with #8748F7
Text Example
Text Example
White with #8748F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8748F7; }
p { color: rgb(135,72,247); }
H1.HeaderClassName
{
color: #8748F7;
}
.AnyTagClassName
{
color: #8748F7;
}
</style>
background-color css
<style>
a { background-color: #8748F7; }
a { background-color: rgb(135,72,247); }
div.DivClassName
{
background-color: #8748F7;
}
.BgClassName
{
background-color: #8748F7;
}
</style>
border-color css
<style>
span { border-color: #8748F7; }
span { border-color: rgb(135,72,247); }
td.TdClassName
{
border-color: #8748F7;
}
.TagClassName
{
border-color: #8748F7;
}
</style>