Shades of Blue Violet #891DCD
Tints of Blue Violet #891DCD
RGB
CMYK
RGB Variations
Color information
#891DCD (or 0x891DCD) is known color: Blue Violet. HEX triplet: 89, 1D and CD. RGB value is (137,29,205). Sum of RGB (Red+Green+Blue) = 137+29+205=371 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.93% from 371); Green value is 29 (11.72% from 255 or 7.82% from 371); Blue value is 205 (80.47% from 255 or 55.26% from 371); Max value from RGB is 205 - color contains mainly: blue. Hex color #891DCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #891DCD is #76E232. Grayscale: #505050. Windows color (decimal): -7791155 or 13442441. OLE color: 13442441.
HSL color Cylindrical-coordinate representation of color #891DCD: hue angle of 276.82º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #891DCD is Cyan = 0.33, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 29 | 205 | - |
| CMYK | 0.33 | 0.86 | 0 | 0.20 |
| HSL | 276.82º | 0.75% | 0.46% | - |
| HSV(B) | 276.82º | 0.86% | 0.8% | - |
| XYZ | 21.78 | 10.6 | 58.66 | - |
| YUV | 81.36 | 197.78 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 29 | 205 | 0.33 | 0.86 | 0 | 0.20 | 276.82 | 0.75 | 0.46 |
| Hex | 89 | 1D | CD | 21 | 56 | 0 | 14 | 115 | 4B | 2E |
| Octal | 211 | 35 | 315 | 41 | 126 | 0 | 24 | 425 | 113 | 56 |
| Binary | 10001001 | 11101 | 11001101 | 100001 | 1010110 | 0 | 10100 | 100010101 | 1001011 | 101110 |
Color Harmonies of #891DCD
Complementary color
Monochromatic Colors of #891DCD
Black with #891DCD
Text Example
Text Example
White with #891DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891DCD; }
p { color: rgb(137,29,205); }
H1.HeaderClassName
{
color: #891DCD;
}
.AnyTagClassName
{
color: #891DCD;
}
</style>
background-color css
<style>
a { background-color: #891DCD; }
a { background-color: rgb(137,29,205); }
div.DivClassName
{
background-color: #891DCD;
}
.BgClassName
{
background-color: #891DCD;
}
</style>
border-color css
<style>
span { border-color: #891DCD; }
span { border-color: rgb(137,29,205); }
td.TdClassName
{
border-color: #891DCD;
}
.TagClassName
{
border-color: #891DCD;
}
</style>