Shades of Blue Violet #8748F5
Tints of Blue Violet #8748F5
RGB
CMYK
RGB Variations
Color information
#8748F5 (or 0x8748F5) is known color: Blue Violet. HEX triplet: 87, 48 and F5. RGB value is (135,72,245). Sum of RGB (Red+Green+Blue) = 135+72+245=452 (59% of max value = 765). Red value is 135 (53.12% from 255 or 29.87% from 452); Green value is 72 (28.52% from 255 or 15.93% from 452); Blue value is 245 (96.09% from 255 or 54.20% from 452); Max value from RGB is 245 - color contains mainly: blue. Hex color #8748F5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8748F5 is #78B70A. Grayscale: #6D6D6D. Windows color (decimal): -7911179 or 16074887. OLE color: 16074887.
HSL color Cylindrical-coordinate representation of color #8748F5: hue angle of 261.85º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8748F5 is Cyan = 0.45, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 135 | 72 | 245 | - |
| CMYK | 0.45 | 0.71 | 0 | 0.04 |
| HSL | 261.85º | 0.9% | 0.62% | - |
| HSV(B) | 261.85º | 0.71% | 0.96% | - |
| XYZ | 28.79 | 16.38 | 88.03 | - |
| YUV | 110.56 | 203.87 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 72 | 245 | 0.45 | 0.71 | 0 | 0.04 | 261.85 | 0.9 | 0.62 |
| Hex | 87 | 48 | F5 | 2D | 47 | 0 | 4 | 106 | 5A | 3E |
| Octal | 207 | 110 | 365 | 55 | 107 | 0 | 4 | 406 | 132 | 76 |
| Binary | 10000111 | 1001000 | 11110101 | 101101 | 1000111 | 0 | 100 | 100000110 | 1011010 | 111110 |
Color Harmonies of #8748F5
Complementary color
Monochromatic Colors of #8748F5
Black with #8748F5
Text Example
Text Example
White with #8748F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8748F5; }
p { color: rgb(135,72,245); }
H1.HeaderClassName
{
color: #8748F5;
}
.AnyTagClassName
{
color: #8748F5;
}
</style>
background-color css
<style>
a { background-color: #8748F5; }
a { background-color: rgb(135,72,245); }
div.DivClassName
{
background-color: #8748F5;
}
.BgClassName
{
background-color: #8748F5;
}
</style>
border-color css
<style>
span { border-color: #8748F5; }
span { border-color: rgb(135,72,245); }
td.TdClassName
{
border-color: #8748F5;
}
.TagClassName
{
border-color: #8748F5;
}
</style>