Shades of Blue Violet #891AD4
Tints of Blue Violet #891AD4
RGB
CMYK
RGB Variations
Color information
#891AD4 (or 0x891AD4) is known color: Blue Violet. HEX triplet: 89, 1A and D4. RGB value is (137,26,212). Sum of RGB (Red+Green+Blue) = 137+26+212=375 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.53% from 375); Green value is 26 (10.55% from 255 or 6.93% from 375); Blue value is 212 (83.20% from 255 or 56.53% from 375); Max value from RGB is 212 - color contains mainly: blue. Hex color #891AD4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #891AD4 is #76E52B. Grayscale: #4F4F4F. Windows color (decimal): -7791916 or 13900425. OLE color: 13900425.
HSL color Cylindrical-coordinate representation of color #891AD4: hue angle of 275.81º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #891AD4 is Cyan = 0.35, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 137 | 26 | 212 | - |
| CMYK | 0.35 | 0.88 | 0 | 0.17 |
| HSL | 275.81º | 0.78% | 0.47% | - |
| HSV(B) | 275.81º | 0.88% | 0.83% | - |
| XYZ | 22.57 | 10.81 | 63.18 | - |
| YUV | 80.39 | 202.27 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 26 | 212 | 0.35 | 0.88 | 0 | 0.17 | 275.81 | 0.78 | 0.47 |
| Hex | 89 | 1A | D4 | 23 | 58 | 0 | 11 | 114 | 4E | 2F |
| Octal | 211 | 32 | 324 | 43 | 130 | 0 | 21 | 424 | 116 | 57 |
| Binary | 10001001 | 11010 | 11010100 | 100011 | 1011000 | 0 | 10001 | 100010100 | 1001110 | 101111 |
Color Harmonies of #891AD4
Complementary color
Monochromatic Colors of #891AD4
Black with #891AD4
Text Example
Text Example
White with #891AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891AD4; }
p { color: rgb(137,26,212); }
H1.HeaderClassName
{
color: #891AD4;
}
.AnyTagClassName
{
color: #891AD4;
}
</style>
background-color css
<style>
a { background-color: #891AD4; }
a { background-color: rgb(137,26,212); }
div.DivClassName
{
background-color: #891AD4;
}
.BgClassName
{
background-color: #891AD4;
}
</style>
border-color css
<style>
span { border-color: #891AD4; }
span { border-color: rgb(137,26,212); }
td.TdClassName
{
border-color: #891AD4;
}
.TagClassName
{
border-color: #891AD4;
}
</style>