Shades of Blue Violet #8742EA
Tints of Blue Violet #8742EA
RGB
CMYK
RGB Variations
Color information
#8742EA (or 0x8742EA) is known color: Blue Violet. HEX triplet: 87, 42 and EA. RGB value is (135,66,234). Sum of RGB (Red+Green+Blue) = 135+66+234=435 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.03% from 435); Green value is 66 (26.17% from 255 or 15.17% from 435); Blue value is 234 (91.80% from 255 or 53.79% from 435); Max value from RGB is 234 - color contains mainly: blue. Hex color #8742EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8742EA is #78BD15. Grayscale: #696969. Windows color (decimal): -7912726 or 15352455. OLE color: 15352455.
HSL color Cylindrical-coordinate representation of color #8742EA: hue angle of 264.64º 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 #8742EA is Cyan = 0.42, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 135 | 66 | 234 | - |
| CMYK | 0.42 | 0.72 | 0 | 0.08 |
| HSL | 264.64º | 0.8% | 0.59% | - |
| HSV(B) | 264.64º | 0.72% | 0.92% | - |
| XYZ | 26.79 | 14.99 | 79.32 | - |
| YUV | 105.78 | 200.36 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 66 | 234 | 0.42 | 0.72 | 0 | 0.08 | 264.64 | 0.8 | 0.59 |
| Hex | 87 | 42 | EA | 2A | 48 | 0 | 8 | 109 | 50 | 3B |
| Octal | 207 | 102 | 352 | 52 | 110 | 0 | 10 | 411 | 120 | 73 |
| Binary | 10000111 | 1000010 | 11101010 | 101010 | 1001000 | 0 | 1000 | 100001001 | 1010000 | 111011 |
Color Harmonies of #8742EA
Complementary color
Monochromatic Colors of #8742EA
Black with #8742EA
Text Example
Text Example
White with #8742EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8742EA; }
p { color: rgb(135,66,234); }
H1.HeaderClassName
{
color: #8742EA;
}
.AnyTagClassName
{
color: #8742EA;
}
</style>
background-color css
<style>
a { background-color: #8742EA; }
a { background-color: rgb(135,66,234); }
div.DivClassName
{
background-color: #8742EA;
}
.BgClassName
{
background-color: #8742EA;
}
</style>
border-color css
<style>
span { border-color: #8742EA; }
span { border-color: rgb(135,66,234); }
td.TdClassName
{
border-color: #8742EA;
}
.TagClassName
{
border-color: #8742EA;
}
</style>