Shades of Blue Violet #8749ED
Tints of Blue Violet #8749ED
RGB
CMYK
RGB Variations
Color information
#8749ED (or 0x8749ED) is known color: Blue Violet. HEX triplet: 87, 49 and ED. RGB value is (135,73,237). Sum of RGB (Red+Green+Blue) = 135+73+237=445 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.34% from 445); Green value is 73 (28.91% from 255 or 16.40% from 445); Blue value is 237 (92.97% from 255 or 53.26% from 445); Max value from RGB is 237 - color contains mainly: blue. Hex color #8749ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8749ED is #78B612. Grayscale: #6D6D6D. Windows color (decimal): -7910931 or 15550855. OLE color: 15550855.
HSL color Cylindrical-coordinate representation of color #8749ED: hue angle of 262.68º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8749ED is Cyan = 0.43, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 135 | 73 | 237 | - |
| CMYK | 0.43 | 0.69 | 0 | 0.07 |
| HSL | 262.68º | 0.82% | 0.61% | - |
| HSV(B) | 262.68º | 0.69% | 0.93% | - |
| XYZ | 27.66 | 16.03 | 81.76 | - |
| YUV | 110.23 | 199.54 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 73 | 237 | 0.43 | 0.69 | 0 | 0.07 | 262.68 | 0.82 | 0.61 |
| Hex | 87 | 49 | ED | 2B | 45 | 0 | 7 | 107 | 52 | 3D |
| Octal | 207 | 111 | 355 | 53 | 105 | 0 | 7 | 407 | 122 | 75 |
| Binary | 10000111 | 1001001 | 11101101 | 101011 | 1000101 | 0 | 111 | 100000111 | 1010010 | 111101 |
Color Harmonies of #8749ED
Complementary color
Monochromatic Colors of #8749ED
Black with #8749ED
Text Example
Text Example
White with #8749ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8749ED; }
p { color: rgb(135,73,237); }
H1.HeaderClassName
{
color: #8749ED;
}
.AnyTagClassName
{
color: #8749ED;
}
</style>
background-color css
<style>
a { background-color: #8749ED; }
a { background-color: rgb(135,73,237); }
div.DivClassName
{
background-color: #8749ED;
}
.BgClassName
{
background-color: #8749ED;
}
</style>
border-color css
<style>
span { border-color: #8749ED; }
span { border-color: rgb(135,73,237); }
td.TdClassName
{
border-color: #8749ED;
}
.TagClassName
{
border-color: #8749ED;
}
</style>