Shades of Blue Violet #891CED
Tints of Blue Violet #891CED
RGB
CMYK
RGB Variations
Color information
#891CED (or 0x891CED) is known color: Blue Violet. HEX triplet: 89, 1C and ED. RGB value is (137,28,237). Sum of RGB (Red+Green+Blue) = 137+28+237=402 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.08% from 402); Green value is 28 (11.33% from 255 or 6.97% from 402); Blue value is 237 (92.97% from 255 or 58.96% from 402); Max value from RGB is 237 - color contains mainly: blue. Hex color #891CED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #891CED is #76E312. Grayscale: #535353. Windows color (decimal): -7791379 or 15539337. OLE color: 15539337.
HSL color Cylindrical-coordinate representation of color #891CED: hue angle of 271.29º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #891CED is Cyan = 0.42, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 28 | 237 | - |
| CMYK | 0.42 | 0.88 | 0 | 0.07 |
| HSL | 271.29º | 0.85% | 0.52% | - |
| HSV(B) | 271.29º | 0.88% | 0.93% | - |
| XYZ | 26.02 | 12.26 | 81.12 | - |
| YUV | 84.42 | 214.11 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 28 | 237 | 0.42 | 0.88 | 0 | 0.07 | 271.29 | 0.85 | 0.52 |
| Hex | 89 | 1C | ED | 2A | 58 | 0 | 7 | 10F | 55 | 34 |
| Octal | 211 | 34 | 355 | 52 | 130 | 0 | 7 | 417 | 125 | 64 |
| Binary | 10001001 | 11100 | 11101101 | 101010 | 1011000 | 0 | 111 | 100001111 | 1010101 | 110100 |
Color Harmonies of #891CED
Complementary color
Monochromatic Colors of #891CED
Black with #891CED
Text Example
Text Example
White with #891CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891CED; }
p { color: rgb(137,28,237); }
H1.HeaderClassName
{
color: #891CED;
}
.AnyTagClassName
{
color: #891CED;
}
</style>
background-color css
<style>
a { background-color: #891CED; }
a { background-color: rgb(137,28,237); }
div.DivClassName
{
background-color: #891CED;
}
.BgClassName
{
background-color: #891CED;
}
</style>
border-color css
<style>
span { border-color: #891CED; }
span { border-color: rgb(137,28,237); }
td.TdClassName
{
border-color: #891CED;
}
.TagClassName
{
border-color: #891CED;
}
</style>