Shades of Blue Violet #891DD0
Tints of Blue Violet #891DD0
RGB
CMYK
RGB Variations
Color information
#891DD0 (or 0x891DD0) is known color: Blue Violet. HEX triplet: 89, 1D and D0. RGB value is (137,29,208). Sum of RGB (Red+Green+Blue) = 137+29+208=374 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.63% from 374); Green value is 29 (11.72% from 255 or 7.75% from 374); Blue value is 208 (81.64% from 255 or 55.61% from 374); Max value from RGB is 208 - color contains mainly: blue. Hex color #891DD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #891DD0 is #76E22F. Grayscale: #515151. Windows color (decimal): -7791152 or 13639049. OLE color: 13639049.
HSL color Cylindrical-coordinate representation of color #891DD0: hue angle of 276.2º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #891DD0 is Cyan = 0.34, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 137 | 29 | 208 | - |
| CMYK | 0.34 | 0.86 | 0 | 0.18 |
| HSL | 276.2º | 0.76% | 0.46% | - |
| HSV(B) | 276.2º | 0.86% | 0.82% | - |
| XYZ | 22.14 | 10.75 | 60.58 | - |
| YUV | 81.7 | 199.28 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 29 | 208 | 0.34 | 0.86 | 0 | 0.18 | 276.2 | 0.76 | 0.46 |
| Hex | 89 | 1D | D0 | 22 | 56 | 0 | 12 | 114 | 4C | 2E |
| Octal | 211 | 35 | 320 | 42 | 126 | 0 | 22 | 424 | 114 | 56 |
| Binary | 10001001 | 11101 | 11010000 | 100010 | 1010110 | 0 | 10010 | 100010100 | 1001100 | 101110 |
Color Harmonies of #891DD0
Complementary color
Monochromatic Colors of #891DD0
Black with #891DD0
Text Example
Text Example
White with #891DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891DD0; }
p { color: rgb(137,29,208); }
H1.HeaderClassName
{
color: #891DD0;
}
.AnyTagClassName
{
color: #891DD0;
}
</style>
background-color css
<style>
a { background-color: #891DD0; }
a { background-color: rgb(137,29,208); }
div.DivClassName
{
background-color: #891DD0;
}
.BgClassName
{
background-color: #891DD0;
}
</style>
border-color css
<style>
span { border-color: #891DD0; }
span { border-color: rgb(137,29,208); }
td.TdClassName
{
border-color: #891DD0;
}
.TagClassName
{
border-color: #891DD0;
}
</style>