Shades of Blue Violet #891BDD
Tints of Blue Violet #891BDD
RGB
CMYK
RGB Variations
Color information
#891BDD (or 0x891BDD) is known color: Blue Violet. HEX triplet: 89, 1B and DD. RGB value is (137,27,221). Sum of RGB (Red+Green+Blue) = 137+27+221=385 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.58% from 385); Green value is 27 (10.94% from 255 or 7.01% from 385); Blue value is 221 (86.72% from 255 or 57.40% from 385); Max value from RGB is 221 - color contains mainly: blue. Hex color #891BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #891BDD is #76E422. Grayscale: #515151. Windows color (decimal): -7791651 or 14490505. OLE color: 14490505.
HSL color Cylindrical-coordinate representation of color #891BDD: hue angle of 274.02º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #891BDD is Cyan = 0.38, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 27 | 221 | - |
| CMYK | 0.38 | 0.88 | 0 | 0.13 |
| HSL | 274.02º | 0.78% | 0.49% | - |
| HSV(B) | 274.02º | 0.88% | 0.87% | - |
| XYZ | 23.76 | 11.32 | 69.34 | - |
| YUV | 82.01 | 206.44 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 27 | 221 | 0.38 | 0.88 | 0 | 0.13 | 274.02 | 0.78 | 0.49 |
| Hex | 89 | 1B | DD | 26 | 58 | 0 | D | 112 | 4E | 31 |
| Octal | 211 | 33 | 335 | 46 | 130 | 0 | 15 | 422 | 116 | 61 |
| Binary | 10001001 | 11011 | 11011101 | 100110 | 1011000 | 0 | 1101 | 100010010 | 1001110 | 110001 |
Color Harmonies of #891BDD
Complementary color
Monochromatic Colors of #891BDD
Black with #891BDD
Text Example
Text Example
White with #891BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891BDD; }
p { color: rgb(137,27,221); }
H1.HeaderClassName
{
color: #891BDD;
}
.AnyTagClassName
{
color: #891BDD;
}
</style>
background-color css
<style>
a { background-color: #891BDD; }
a { background-color: rgb(137,27,221); }
div.DivClassName
{
background-color: #891BDD;
}
.BgClassName
{
background-color: #891BDD;
}
</style>
border-color css
<style>
span { border-color: #891BDD; }
span { border-color: rgb(137,27,221); }
td.TdClassName
{
border-color: #891BDD;
}
.TagClassName
{
border-color: #891BDD;
}
</style>