Shades of Blue Violet #8742E1
Tints of Blue Violet #8742E1
RGB
CMYK
RGB Variations
Color information
#8742E1 (or 0x8742E1) is known color: Blue Violet. HEX triplet: 87, 42 and E1. RGB value is (135,66,225). Sum of RGB (Red+Green+Blue) = 135+66+225=426 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.69% from 426); Green value is 66 (26.17% from 255 or 15.49% from 426); Blue value is 225 (88.28% from 255 or 52.82% from 426); Max value from RGB is 225 - color contains mainly: blue. Hex color #8742E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8742E1 is #78BD1E. Grayscale: #686868. Windows color (decimal): -7912735 or 14762631. OLE color: 14762631.
HSL color Cylindrical-coordinate representation of color #8742E1: hue angle of 266.04º 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 #8742E1 is Cyan = 0.4, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 135 | 66 | 225 | - |
| CMYK | 0.4 | 0.71 | 0 | 0.12 |
| HSL | 266.04º | 0.73% | 0.57% | - |
| HSV(B) | 266.04º | 0.71% | 0.88% | - |
| XYZ | 25.53 | 14.48 | 72.68 | - |
| YUV | 104.76 | 195.86 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 66 | 225 | 0.4 | 0.71 | 0 | 0.12 | 266.04 | 0.73 | 0.57 |
| Hex | 87 | 42 | E1 | 28 | 47 | 0 | C | 10A | 49 | 39 |
| Octal | 207 | 102 | 341 | 50 | 107 | 0 | 14 | 412 | 111 | 71 |
| Binary | 10000111 | 1000010 | 11100001 | 101000 | 1000111 | 0 | 1100 | 100001010 | 1001001 | 111001 |
Color Harmonies of #8742E1
Complementary color
Monochromatic Colors of #8742E1
Black with #8742E1
Text Example
Text Example
White with #8742E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8742E1; }
p { color: rgb(135,66,225); }
H1.HeaderClassName
{
color: #8742E1;
}
.AnyTagClassName
{
color: #8742E1;
}
</style>
background-color css
<style>
a { background-color: #8742E1; }
a { background-color: rgb(135,66,225); }
div.DivClassName
{
background-color: #8742E1;
}
.BgClassName
{
background-color: #8742E1;
}
</style>
border-color css
<style>
span { border-color: #8742E1; }
span { border-color: rgb(135,66,225); }
td.TdClassName
{
border-color: #8742E1;
}
.TagClassName
{
border-color: #8742E1;
}
</style>