Shades of Blue Violet #8741E1
Tints of Blue Violet #8741E1
RGB
CMYK
RGB Variations
Color information
#8741E1 (or 0x8741E1) is known color: Blue Violet. HEX triplet: 87, 41 and E1. RGB value is (135,65,225). Sum of RGB (Red+Green+Blue) = 135+65+225=425 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.76% from 425); Green value is 65 (25.78% from 255 or 15.29% from 425); Blue value is 225 (88.28% from 255 or 52.94% from 425); Max value from RGB is 225 - color contains mainly: blue. Hex color #8741E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8741E1 is #78BE1E. Grayscale: #676767. Windows color (decimal): -7912991 or 14762375. OLE color: 14762375.
HSL color Cylindrical-coordinate representation of color #8741E1: hue angle of 266.25º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8741E1 is Cyan = 0.4, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 135 | 65 | 225 | - |
| CMYK | 0.4 | 0.71 | 0 | 0.12 |
| HSL | 266.25º | 0.73% | 0.57% | - |
| HSV(B) | 266.25º | 0.71% | 0.88% | - |
| XYZ | 25.47 | 14.37 | 72.66 | - |
| YUV | 104.17 | 196.19 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 65 | 225 | 0.4 | 0.71 | 0 | 0.12 | 266.25 | 0.73 | 0.57 |
| Hex | 87 | 41 | E1 | 28 | 47 | 0 | C | 10A | 49 | 39 |
| Octal | 207 | 101 | 341 | 50 | 107 | 0 | 14 | 412 | 111 | 71 |
| Binary | 10000111 | 1000001 | 11100001 | 101000 | 1000111 | 0 | 1100 | 100001010 | 1001001 | 111001 |
Color Harmonies of #8741E1
Complementary color
Monochromatic Colors of #8741E1
Black with #8741E1
Text Example
Text Example
White with #8741E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8741E1; }
p { color: rgb(135,65,225); }
H1.HeaderClassName
{
color: #8741E1;
}
.AnyTagClassName
{
color: #8741E1;
}
</style>
background-color css
<style>
a { background-color: #8741E1; }
a { background-color: rgb(135,65,225); }
div.DivClassName
{
background-color: #8741E1;
}
.BgClassName
{
background-color: #8741E1;
}
</style>
border-color css
<style>
span { border-color: #8741E1; }
span { border-color: rgb(135,65,225); }
td.TdClassName
{
border-color: #8741E1;
}
.TagClassName
{
border-color: #8741E1;
}
</style>