Shades of Blue Violet #8740FB
Tints of Blue Violet #8740FB
RGB
CMYK
RGB Variations
Color information
#8740FB (or 0x8740FB) is known color: Blue Violet. HEX triplet: 87, 40 and FB. RGB value is (135,64,251). Sum of RGB (Red+Green+Blue) = 135+64+251=450 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30% from 450); Green value is 64 (25.39% from 255 or 14.22% from 450); Blue value is 251 (98.44% from 255 or 55.78% from 450); Max value from RGB is 251 - color contains mainly: blue. Hex color #8740FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8740FB is #78BF04. Grayscale: #696969. Windows color (decimal): -7913221 or 16466055. OLE color: 16466055.
HSL color Cylindrical-coordinate representation of color #8740FB: hue angle of 262.78º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8740FB is Cyan = 0.46, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 135 | 64 | 251 | - |
| CMYK | 0.46 | 0.75 | 0 | 0.02 |
| HSL | 262.78º | 0.96% | 0.62% | - |
| HSV(B) | 262.78º | 0.75% | 0.98% | - |
| XYZ | 29.24 | 15.78 | 92.77 | - |
| YUV | 106.55 | 209.52 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 64 | 251 | 0.46 | 0.75 | 0 | 0.02 | 262.78 | 0.96 | 0.62 |
| Hex | 87 | 40 | FB | 2E | 4B | 0 | 2 | 107 | 60 | 3E |
| Octal | 207 | 100 | 373 | 56 | 113 | 0 | 2 | 407 | 140 | 76 |
| Binary | 10000111 | 1000000 | 11111011 | 101110 | 1001011 | 0 | 10 | 100000111 | 1100000 | 111110 |
Color Harmonies of #8740FB
Complementary color
Monochromatic Colors of #8740FB
Black with #8740FB
Text Example
Text Example
White with #8740FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8740FB; }
p { color: rgb(135,64,251); }
H1.HeaderClassName
{
color: #8740FB;
}
.AnyTagClassName
{
color: #8740FB;
}
</style>
background-color css
<style>
a { background-color: #8740FB; }
a { background-color: rgb(135,64,251); }
div.DivClassName
{
background-color: #8740FB;
}
.BgClassName
{
background-color: #8740FB;
}
</style>
border-color css
<style>
span { border-color: #8740FB; }
span { border-color: rgb(135,64,251); }
td.TdClassName
{
border-color: #8740FB;
}
.TagClassName
{
border-color: #8740FB;
}
</style>