Shades of Blue Violet #8741FA
Tints of Blue Violet #8741FA
RGB
CMYK
RGB Variations
Color information
#8741FA (or 0x8741FA) is known color: Blue Violet. HEX triplet: 87, 41 and FA. RGB value is (135,65,250). Sum of RGB (Red+Green+Blue) = 135+65+250=450 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30% from 450); Green value is 65 (25.78% from 255 or 14.44% from 450); Blue value is 250 (98.05% from 255 or 55.56% from 450); Max value from RGB is 250 - color contains mainly: blue. Hex color #8741FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8741FA is #78BE05. Grayscale: #6A6A6A. Windows color (decimal): -7912966 or 16400775. OLE color: 16400775.
HSL color Cylindrical-coordinate representation of color #8741FA: hue angle of 262.7º 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 #8741FA is Cyan = 0.46, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 135 | 65 | 250 | - |
| CMYK | 0.46 | 0.74 | 0 | 0.02 |
| HSL | 262.7º | 0.95% | 0.62% | - |
| HSV(B) | 262.7º | 0.74% | 0.98% | - |
| XYZ | 29.14 | 15.83 | 91.96 | - |
| YUV | 107.02 | 208.69 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 65 | 250 | 0.46 | 0.74 | 0 | 0.02 | 262.7 | 0.95 | 0.62 |
| Hex | 87 | 41 | FA | 2E | 4A | 0 | 2 | 107 | 5F | 3E |
| Octal | 207 | 101 | 372 | 56 | 112 | 0 | 2 | 407 | 137 | 76 |
| Binary | 10000111 | 1000001 | 11111010 | 101110 | 1001010 | 0 | 10 | 100000111 | 1011111 | 111110 |
Color Harmonies of #8741FA
Complementary color
Monochromatic Colors of #8741FA
Black with #8741FA
Text Example
Text Example
White with #8741FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8741FA; }
p { color: rgb(135,65,250); }
H1.HeaderClassName
{
color: #8741FA;
}
.AnyTagClassName
{
color: #8741FA;
}
</style>
background-color css
<style>
a { background-color: #8741FA; }
a { background-color: rgb(135,65,250); }
div.DivClassName
{
background-color: #8741FA;
}
.BgClassName
{
background-color: #8741FA;
}
</style>
border-color css
<style>
span { border-color: #8741FA; }
span { border-color: rgb(135,65,250); }
td.TdClassName
{
border-color: #8741FA;
}
.TagClassName
{
border-color: #8741FA;
}
</style>