Shades of Blue Violet #8745ED
Tints of Blue Violet #8745ED
RGB
CMYK
RGB Variations
Color information
#8745ED (or 0x8745ED) is known color: Blue Violet. HEX triplet: 87, 45 and ED. RGB value is (135,69,237). Sum of RGB (Red+Green+Blue) = 135+69+237=441 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.61% from 441); Green value is 69 (27.34% from 255 or 15.65% from 441); Blue value is 237 (92.97% from 255 or 53.74% from 441); Max value from RGB is 237 - color contains mainly: blue. Hex color #8745ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8745ED is #78BA12. Grayscale: #6B6B6B. Windows color (decimal): -7911955 or 15549831. OLE color: 15549831.
HSL color Cylindrical-coordinate representation of color #8745ED: hue angle of 263.57º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8745ED is Cyan = 0.43, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 135 | 69 | 237 | - |
| CMYK | 0.43 | 0.71 | 0 | 0.07 |
| HSL | 263.57º | 0.82% | 0.6% | - |
| HSV(B) | 263.57º | 0.71% | 0.93% | - |
| XYZ | 27.41 | 15.52 | 81.67 | - |
| YUV | 107.89 | 200.87 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 69 | 237 | 0.43 | 0.71 | 0 | 0.07 | 263.57 | 0.82 | 0.6 |
| Hex | 87 | 45 | ED | 2B | 47 | 0 | 7 | 108 | 52 | 3C |
| Octal | 207 | 105 | 355 | 53 | 107 | 0 | 7 | 410 | 122 | 74 |
| Binary | 10000111 | 1000101 | 11101101 | 101011 | 1000111 | 0 | 111 | 100001000 | 1010010 | 111100 |
Color Harmonies of #8745ED
Complementary color
Monochromatic Colors of #8745ED
Black with #8745ED
Text Example
Text Example
White with #8745ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8745ED; }
p { color: rgb(135,69,237); }
H1.HeaderClassName
{
color: #8745ED;
}
.AnyTagClassName
{
color: #8745ED;
}
</style>
background-color css
<style>
a { background-color: #8745ED; }
a { background-color: rgb(135,69,237); }
div.DivClassName
{
background-color: #8745ED;
}
.BgClassName
{
background-color: #8745ED;
}
</style>
border-color css
<style>
span { border-color: #8745ED; }
span { border-color: rgb(135,69,237); }
td.TdClassName
{
border-color: #8745ED;
}
.TagClassName
{
border-color: #8745ED;
}
</style>