Shades of Blue Violet #8928ED
Tints of Blue Violet #8928ED
RGB
CMYK
RGB Variations
Color information
#8928ED (or 0x8928ED) is known color: Blue Violet. HEX triplet: 89, 28 and ED. RGB value is (137,40,237). Sum of RGB (Red+Green+Blue) = 137+40+237=414 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.09% from 414); Green value is 40 (16.02% from 255 or 9.66% from 414); Blue value is 237 (92.97% from 255 or 57.25% from 414); Max value from RGB is 237 - color contains mainly: blue. Hex color #8928ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8928ED is #76D712. Grayscale: #5A5A5A. Windows color (decimal): -7788307 or 15542409. OLE color: 15542409.
HSL color Cylindrical-coordinate representation of color #8928ED: hue angle of 269.54º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8928ED is Cyan = 0.42, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 40 | 237 | - |
| CMYK | 0.42 | 0.83 | 0 | 0.07 |
| HSL | 269.54º | 0.85% | 0.54% | - |
| HSV(B) | 269.54º | 0.83% | 0.93% | - |
| XYZ | 26.36 | 12.95 | 81.23 | - |
| YUV | 91.46 | 210.14 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 40 | 237 | 0.42 | 0.83 | 0 | 0.07 | 269.54 | 0.85 | 0.54 |
| Hex | 89 | 28 | ED | 2A | 53 | 0 | 7 | 10E | 55 | 36 |
| Octal | 211 | 50 | 355 | 52 | 123 | 0 | 7 | 416 | 125 | 66 |
| Binary | 10001001 | 101000 | 11101101 | 101010 | 1010011 | 0 | 111 | 100001110 | 1010101 | 110110 |
Color Harmonies of #8928ED
Complementary color
Monochromatic Colors of #8928ED
Black with #8928ED
Text Example
Text Example
White with #8928ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8928ED; }
p { color: rgb(137,40,237); }
H1.HeaderClassName
{
color: #8928ED;
}
.AnyTagClassName
{
color: #8928ED;
}
</style>
background-color css
<style>
a { background-color: #8928ED; }
a { background-color: rgb(137,40,237); }
div.DivClassName
{
background-color: #8928ED;
}
.BgClassName
{
background-color: #8928ED;
}
</style>
border-color css
<style>
span { border-color: #8928ED; }
span { border-color: rgb(137,40,237); }
td.TdClassName
{
border-color: #8928ED;
}
.TagClassName
{
border-color: #8928ED;
}
</style>