Shades of Blue Violet #8749F0
Tints of Blue Violet #8749F0
RGB
CMYK
RGB Variations
Color information
#8749F0 (or 0x8749F0) is known color: Blue Violet. HEX triplet: 87, 49 and F0. RGB value is (135,73,240). Sum of RGB (Red+Green+Blue) = 135+73+240=448 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.13% from 448); Green value is 73 (28.91% from 255 or 16.29% from 448); Blue value is 240 (94.14% from 255 or 53.57% from 448); Max value from RGB is 240 - color contains mainly: blue. Hex color #8749F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8749F0 is #78B60F. Grayscale: #6D6D6D. Windows color (decimal): -7910928 or 15747463. OLE color: 15747463.
HSL color Cylindrical-coordinate representation of color #8749F0: hue angle of 262.28º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8749F0 is Cyan = 0.44, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 135 | 73 | 240 | - |
| CMYK | 0.44 | 0.70 | 0 | 0.06 |
| HSL | 262.28º | 0.85% | 0.61% | - |
| HSV(B) | 262.28º | 0.7% | 0.94% | - |
| XYZ | 28.1 | 16.21 | 84.09 | - |
| YUV | 110.58 | 201.04 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 73 | 240 | 0.44 | 0.70 | 0 | 0.06 | 262.28 | 0.85 | 0.61 |
| Hex | 87 | 49 | F0 | 2C | 46 | 0 | 6 | 106 | 55 | 3D |
| Octal | 207 | 111 | 360 | 54 | 106 | 0 | 6 | 406 | 125 | 75 |
| Binary | 10000111 | 1001001 | 11110000 | 101100 | 1000110 | 0 | 110 | 100000110 | 1010101 | 111101 |
Color Harmonies of #8749F0
Complementary color
Monochromatic Colors of #8749F0
Black with #8749F0
Text Example
Text Example
White with #8749F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8749F0; }
p { color: rgb(135,73,240); }
H1.HeaderClassName
{
color: #8749F0;
}
.AnyTagClassName
{
color: #8749F0;
}
</style>
background-color css
<style>
a { background-color: #8749F0; }
a { background-color: rgb(135,73,240); }
div.DivClassName
{
background-color: #8749F0;
}
.BgClassName
{
background-color: #8749F0;
}
</style>
border-color css
<style>
span { border-color: #8749F0; }
span { border-color: rgb(135,73,240); }
td.TdClassName
{
border-color: #8749F0;
}
.TagClassName
{
border-color: #8749F0;
}
</style>