Shades of Blue Violet #8741EA
Tints of Blue Violet #8741EA
RGB
CMYK
RGB Variations
Color information
#8741EA (or 0x8741EA) is known color: Blue Violet. HEX triplet: 87, 41 and EA. RGB value is (135,65,234). Sum of RGB (Red+Green+Blue) = 135+65+234=434 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.11% from 434); Green value is 65 (25.78% from 255 or 14.98% from 434); Blue value is 234 (91.80% from 255 or 53.92% from 434); Max value from RGB is 234 - color contains mainly: blue. Hex color #8741EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8741EA is #78BE15. Grayscale: #686868. Windows color (decimal): -7912982 or 15352199. OLE color: 15352199.
HSL color Cylindrical-coordinate representation of color #8741EA: hue angle of 264.85º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8741EA is Cyan = 0.42, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 135 | 65 | 234 | - |
| CMYK | 0.42 | 0.72 | 0 | 0.08 |
| HSL | 264.85º | 0.8% | 0.59% | - |
| HSV(B) | 264.85º | 0.72% | 0.92% | - |
| XYZ | 26.73 | 14.87 | 79.3 | - |
| YUV | 105.2 | 200.69 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 65 | 234 | 0.42 | 0.72 | 0 | 0.08 | 264.85 | 0.8 | 0.59 |
| Hex | 87 | 41 | EA | 2A | 48 | 0 | 8 | 109 | 50 | 3B |
| Octal | 207 | 101 | 352 | 52 | 110 | 0 | 10 | 411 | 120 | 73 |
| Binary | 10000111 | 1000001 | 11101010 | 101010 | 1001000 | 0 | 1000 | 100001001 | 1010000 | 111011 |
Color Harmonies of #8741EA
Complementary color
Monochromatic Colors of #8741EA
Black with #8741EA
Text Example
Text Example
White with #8741EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8741EA; }
p { color: rgb(135,65,234); }
H1.HeaderClassName
{
color: #8741EA;
}
.AnyTagClassName
{
color: #8741EA;
}
</style>
background-color css
<style>
a { background-color: #8741EA; }
a { background-color: rgb(135,65,234); }
div.DivClassName
{
background-color: #8741EA;
}
.BgClassName
{
background-color: #8741EA;
}
</style>
border-color css
<style>
span { border-color: #8741EA; }
span { border-color: rgb(135,65,234); }
td.TdClassName
{
border-color: #8741EA;
}
.TagClassName
{
border-color: #8741EA;
}
</style>