Shades of Blue Violet #8928E5
Tints of Blue Violet #8928E5
RGB
CMYK
RGB Variations
Color information
#8928E5 (or 0x8928E5) is known color: Blue Violet. HEX triplet: 89, 28 and E5. RGB value is (137,40,229). Sum of RGB (Red+Green+Blue) = 137+40+229=406 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.74% from 406); Green value is 40 (16.02% from 255 or 9.85% from 406); Blue value is 229 (89.84% from 255 or 56.40% from 406); Max value from RGB is 229 - color contains mainly: blue. Hex color #8928E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8928E5 is #76D71A. Grayscale: #595959. Windows color (decimal): -7788315 or 15018121. OLE color: 15018121.
HSL color Cylindrical-coordinate representation of color #8928E5: hue angle of 270.79º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8928E5 is Cyan = 0.40, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 137 | 40 | 229 | - |
| CMYK | 0.40 | 0.83 | 0 | 0.10 |
| HSL | 270.79º | 0.78% | 0.53% | - |
| HSV(B) | 270.79º | 0.83% | 0.9% | - |
| XYZ | 25.22 | 12.49 | 75.21 | - |
| YUV | 90.55 | 206.14 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 40 | 229 | 0.40 | 0.83 | 0 | 0.10 | 270.79 | 0.78 | 0.53 |
| Hex | 89 | 28 | E5 | 28 | 53 | 0 | A | 10F | 4E | 35 |
| Octal | 211 | 50 | 345 | 50 | 123 | 0 | 12 | 417 | 116 | 65 |
| Binary | 10001001 | 101000 | 11100101 | 101000 | 1010011 | 0 | 1010 | 100001111 | 1001110 | 110101 |
Color Harmonies of #8928E5
Complementary color
Monochromatic Colors of #8928E5
Black with #8928E5
Text Example
Text Example
White with #8928E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8928E5; }
p { color: rgb(137,40,229); }
H1.HeaderClassName
{
color: #8928E5;
}
.AnyTagClassName
{
color: #8928E5;
}
</style>
background-color css
<style>
a { background-color: #8928E5; }
a { background-color: rgb(137,40,229); }
div.DivClassName
{
background-color: #8928E5;
}
.BgClassName
{
background-color: #8928E5;
}
</style>
border-color css
<style>
span { border-color: #8928E5; }
span { border-color: rgb(137,40,229); }
td.TdClassName
{
border-color: #8928E5;
}
.TagClassName
{
border-color: #8928E5;
}
</style>