Shades of Blue Violet #8741E6
Tints of Blue Violet #8741E6
RGB
CMYK
RGB Variations
Color information
#8741E6 (or 0x8741E6) is known color: Blue Violet. HEX triplet: 87, 41 and E6. RGB value is (135,65,230). Sum of RGB (Red+Green+Blue) = 135+65+230=430 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.40% from 430); Green value is 65 (25.78% from 255 or 15.12% from 430); Blue value is 230 (90.23% from 255 or 53.49% from 430); Max value from RGB is 230 - color contains mainly: blue. Hex color #8741E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8741E6 is #78BE19. Grayscale: #686868. Windows color (decimal): -7912986 or 15090055. OLE color: 15090055.
HSL color Cylindrical-coordinate representation of color #8741E6: hue angle of 265.45º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8741E6 is Cyan = 0.41, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 135 | 65 | 230 | - |
| CMYK | 0.41 | 0.72 | 0 | 0.10 |
| HSL | 265.45º | 0.77% | 0.58% | - |
| HSV(B) | 265.45º | 0.72% | 0.9% | - |
| XYZ | 26.16 | 14.64 | 76.31 | - |
| YUV | 104.74 | 198.69 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 65 | 230 | 0.41 | 0.72 | 0 | 0.10 | 265.45 | 0.77 | 0.58 |
| Hex | 87 | 41 | E6 | 29 | 48 | 0 | A | 109 | 4D | 3A |
| Octal | 207 | 101 | 346 | 51 | 110 | 0 | 12 | 411 | 115 | 72 |
| Binary | 10000111 | 1000001 | 11100110 | 101001 | 1001000 | 0 | 1010 | 100001001 | 1001101 | 111010 |
Color Harmonies of #8741E6
Complementary color
Monochromatic Colors of #8741E6
Black with #8741E6
Text Example
Text Example
White with #8741E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8741E6; }
p { color: rgb(135,65,230); }
H1.HeaderClassName
{
color: #8741E6;
}
.AnyTagClassName
{
color: #8741E6;
}
</style>
background-color css
<style>
a { background-color: #8741E6; }
a { background-color: rgb(135,65,230); }
div.DivClassName
{
background-color: #8741E6;
}
.BgClassName
{
background-color: #8741E6;
}
</style>
border-color css
<style>
span { border-color: #8741E6; }
span { border-color: rgb(135,65,230); }
td.TdClassName
{
border-color: #8741E6;
}
.TagClassName
{
border-color: #8741E6;
}
</style>