Shades of Blue Violet #8740FA
Tints of Blue Violet #8740FA
RGB
CMYK
RGB Variations
Color information
#8740FA (or 0x8740FA) is known color: Blue Violet. HEX triplet: 87, 40 and FA. RGB value is (135,64,250). Sum of RGB (Red+Green+Blue) = 135+64+250=449 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.07% from 449); Green value is 64 (25.39% from 255 or 14.25% from 449); Blue value is 250 (98.05% from 255 or 55.68% from 449); Max value from RGB is 250 - color contains mainly: blue. Hex color #8740FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8740FA is #78BF05. Grayscale: #696969. Windows color (decimal): -7913222 or 16400519. OLE color: 16400519.
HSL color Cylindrical-coordinate representation of color #8740FA: hue angle of 262.9º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8740FA is Cyan = 0.46, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 135 | 64 | 250 | - |
| CMYK | 0.46 | 0.74 | 0 | 0.02 |
| HSL | 262.9º | 0.95% | 0.62% | - |
| HSV(B) | 262.9º | 0.74% | 0.98% | - |
| XYZ | 29.08 | 15.72 | 91.94 | - |
| YUV | 106.43 | 209.02 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 64 | 250 | 0.46 | 0.74 | 0 | 0.02 | 262.9 | 0.95 | 0.62 |
| Hex | 87 | 40 | FA | 2E | 4A | 0 | 2 | 107 | 5F | 3E |
| Octal | 207 | 100 | 372 | 56 | 112 | 0 | 2 | 407 | 137 | 76 |
| Binary | 10000111 | 1000000 | 11111010 | 101110 | 1001010 | 0 | 10 | 100000111 | 1011111 | 111110 |
Color Harmonies of #8740FA
Complementary color
Monochromatic Colors of #8740FA
Black with #8740FA
Text Example
Text Example
White with #8740FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8740FA; }
p { color: rgb(135,64,250); }
H1.HeaderClassName
{
color: #8740FA;
}
.AnyTagClassName
{
color: #8740FA;
}
</style>
background-color css
<style>
a { background-color: #8740FA; }
a { background-color: rgb(135,64,250); }
div.DivClassName
{
background-color: #8740FA;
}
.BgClassName
{
background-color: #8740FA;
}
</style>
border-color css
<style>
span { border-color: #8740FA; }
span { border-color: rgb(135,64,250); }
td.TdClassName
{
border-color: #8740FA;
}
.TagClassName
{
border-color: #8740FA;
}
</style>