Shades of Blue Violet #8740FF
Tints of Blue Violet #8740FF
RGB
CMYK
RGB Variations
Color information
#8740FF (or 0x8740FF) is known color: Blue Violet. HEX triplet: 87, 40 and FF. RGB value is (135,64,255). Sum of RGB (Red+Green+Blue) = 135+64+255=454 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.74% from 454); Green value is 64 (25.39% from 255 or 14.10% from 454); Blue value is 255 (100% from 255 or 56.17% from 454); Max value from RGB is 255 - color contains mainly: blue. Hex color #8740FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8740FF is #78BF00. Grayscale: #6A6A6A. Windows color (decimal): -7913217 or 16728199. OLE color: 16728199.
HSL color Cylindrical-coordinate representation of color #8740FF: hue angle of 262.3º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8740FF is Cyan = 0.47, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 135 | 64 | 255 | - |
| CMYK | 0.47 | 0.75 | 0 | 0 |
| HSL | 262.3º | 1% | 0.63% | - |
| HSV(B) | 262.3º | 0.75% | 1% | - |
| XYZ | 29.88 | 16.04 | 96.13 | - |
| YUV | 107 | 211.52 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 64 | 255 | 0.47 | 0.75 | 0 | 0 | 262.3 | 1 | 0.63 |
| Hex | 87 | 40 | FF | 2F | 4B | 0 | 0 | 106 | 64 | 3F |
| Octal | 207 | 100 | 377 | 57 | 113 | 0 | 0 | 406 | 144 | 77 |
| Binary | 10000111 | 1000000 | 11111111 | 101111 | 1001011 | 0 | 0 | 100000110 | 1100100 | 111111 |
Color Harmonies of #8740FF
Complementary color
Monochromatic Colors of #8740FF
Black with #8740FF
Text Example
Text Example
White with #8740FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8740FF; }
p { color: rgb(135,64,255); }
H1.HeaderClassName
{
color: #8740FF;
}
.AnyTagClassName
{
color: #8740FF;
}
</style>
background-color css
<style>
a { background-color: #8740FF; }
a { background-color: rgb(135,64,255); }
div.DivClassName
{
background-color: #8740FF;
}
.BgClassName
{
background-color: #8740FF;
}
</style>
border-color css
<style>
span { border-color: #8740FF; }
span { border-color: rgb(135,64,255); }
td.TdClassName
{
border-color: #8740FF;
}
.TagClassName
{
border-color: #8740FF;
}
</style>