Shades of Blue Violet #8740FE
Tints of Blue Violet #8740FE
RGB
CMYK
RGB Variations
Color information
#8740FE (or 0x8740FE) is known color: Blue Violet. HEX triplet: 87, 40 and FE. RGB value is (135,64,254). Sum of RGB (Red+Green+Blue) = 135+64+254=453 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.80% from 453); Green value is 64 (25.39% from 255 or 14.13% from 453); Blue value is 254 (99.61% from 255 or 56.07% from 453); Max value from RGB is 254 - color contains mainly: blue. Hex color #8740FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8740FE is #78BF01. Grayscale: #6A6A6A. Windows color (decimal): -7913218 or 16662663. OLE color: 16662663.
HSL color Cylindrical-coordinate representation of color #8740FE: hue angle of 262.42º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8740FE is Cyan = 0.47, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 135 | 64 | 254 | - |
| CMYK | 0.47 | 0.75 | 0 | 0.00 |
| HSL | 262.42º | 0.99% | 0.62% | - |
| HSV(B) | 262.42º | 0.75% | 1% | - |
| XYZ | 29.71 | 15.97 | 95.28 | - |
| YUV | 106.89 | 211.02 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 64 | 254 | 0.47 | 0.75 | 0 | 0.00 | 262.42 | 0.99 | 0.62 |
| Hex | 87 | 40 | FE | 2F | 4B | 0 | 0 | 106 | 63 | 3E |
| Octal | 207 | 100 | 376 | 57 | 113 | 0 | 0 | 406 | 143 | 76 |
| Binary | 10000111 | 1000000 | 11111110 | 101111 | 1001011 | 0 | 0 | 100000110 | 1100011 | 111110 |
Color Harmonies of #8740FE
Complementary color
Monochromatic Colors of #8740FE
Black with #8740FE
Text Example
Text Example
White with #8740FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8740FE; }
p { color: rgb(135,64,254); }
H1.HeaderClassName
{
color: #8740FE;
}
.AnyTagClassName
{
color: #8740FE;
}
</style>
background-color css
<style>
a { background-color: #8740FE; }
a { background-color: rgb(135,64,254); }
div.DivClassName
{
background-color: #8740FE;
}
.BgClassName
{
background-color: #8740FE;
}
</style>
border-color css
<style>
span { border-color: #8740FE; }
span { border-color: rgb(135,64,254); }
td.TdClassName
{
border-color: #8740FE;
}
.TagClassName
{
border-color: #8740FE;
}
</style>