Shades of Blue Violet #891ACE
Tints of Blue Violet #891ACE
RGB
CMYK
RGB Variations
Color information
#891ACE (or 0x891ACE) is known color: Blue Violet. HEX triplet: 89, 1A and CE. RGB value is (137,26,206). Sum of RGB (Red+Green+Blue) = 137+26+206=369 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.13% from 369); Green value is 26 (10.55% from 255 or 7.05% from 369); Blue value is 206 (80.86% from 255 or 55.83% from 369); Max value from RGB is 206 - color contains mainly: blue. Hex color #891ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #891ACE is #76E531. Grayscale: #4F4F4F. Windows color (decimal): -7791922 or 13507209. OLE color: 13507209.
HSL color Cylindrical-coordinate representation of color #891ACE: hue angle of 277º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #891ACE is Cyan = 0.33, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 26 | 206 | - |
| CMYK | 0.33 | 0.87 | 0 | 0.19 |
| HSL | 277º | 0.78% | 0.45% | - |
| HSV(B) | 277º | 0.87% | 0.81% | - |
| XYZ | 21.83 | 10.51 | 59.27 | - |
| YUV | 79.71 | 199.27 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 26 | 206 | 0.33 | 0.87 | 0 | 0.19 | 277 | 0.78 | 0.45 |
| Hex | 89 | 1A | CE | 21 | 57 | 0 | 13 | 115 | 4E | 2D |
| Octal | 211 | 32 | 316 | 41 | 127 | 0 | 23 | 425 | 116 | 55 |
| Binary | 10001001 | 11010 | 11001110 | 100001 | 1010111 | 0 | 10011 | 100010101 | 1001110 | 101101 |
Color Harmonies of #891ACE
Complementary color
Monochromatic Colors of #891ACE
Black with #891ACE
Text Example
Text Example
White with #891ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891ACE; }
p { color: rgb(137,26,206); }
H1.HeaderClassName
{
color: #891ACE;
}
.AnyTagClassName
{
color: #891ACE;
}
</style>
background-color css
<style>
a { background-color: #891ACE; }
a { background-color: rgb(137,26,206); }
div.DivClassName
{
background-color: #891ACE;
}
.BgClassName
{
background-color: #891ACE;
}
</style>
border-color css
<style>
span { border-color: #891ACE; }
span { border-color: rgb(137,26,206); }
td.TdClassName
{
border-color: #891ACE;
}
.TagClassName
{
border-color: #891ACE;
}
</style>