Shades of Blue Violet #891EDC
Tints of Blue Violet #891EDC
RGB
CMYK
RGB Variations
Color information
#891EDC (or 0x891EDC) is known color: Blue Violet. HEX triplet: 89, 1E and DC. RGB value is (137,30,220). Sum of RGB (Red+Green+Blue) = 137+30+220=387 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.40% from 387); Green value is 30 (12.11% from 255 or 7.75% from 387); Blue value is 220 (86.33% from 255 or 56.85% from 387); Max value from RGB is 220 - color contains mainly: blue. Hex color #891EDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #891EDC is #76E123. Grayscale: #535353. Windows color (decimal): -7790884 or 14425737. OLE color: 14425737.
HSL color Cylindrical-coordinate representation of color #891EDC: hue angle of 273.79º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #891EDC is Cyan = 0.38, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 30 | 220 | - |
| CMYK | 0.38 | 0.86 | 0 | 0.14 |
| HSL | 273.79º | 0.76% | 0.49% | - |
| HSV(B) | 273.79º | 0.86% | 0.86% | - |
| XYZ | 23.7 | 11.41 | 68.66 | - |
| YUV | 83.65 | 204.95 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 30 | 220 | 0.38 | 0.86 | 0 | 0.14 | 273.79 | 0.76 | 0.49 |
| Hex | 89 | 1E | DC | 26 | 56 | 0 | E | 112 | 4C | 31 |
| Octal | 211 | 36 | 334 | 46 | 126 | 0 | 16 | 422 | 114 | 61 |
| Binary | 10001001 | 11110 | 11011100 | 100110 | 1010110 | 0 | 1110 | 100010010 | 1001100 | 110001 |
Color Harmonies of #891EDC
Complementary color
Monochromatic Colors of #891EDC
Black with #891EDC
Text Example
Text Example
White with #891EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891EDC; }
p { color: rgb(137,30,220); }
H1.HeaderClassName
{
color: #891EDC;
}
.AnyTagClassName
{
color: #891EDC;
}
</style>
background-color css
<style>
a { background-color: #891EDC; }
a { background-color: rgb(137,30,220); }
div.DivClassName
{
background-color: #891EDC;
}
.BgClassName
{
background-color: #891EDC;
}
</style>
border-color css
<style>
span { border-color: #891EDC; }
span { border-color: rgb(137,30,220); }
td.TdClassName
{
border-color: #891EDC;
}
.TagClassName
{
border-color: #891EDC;
}
</style>