Shades of Blue Violet #891CCD
Tints of Blue Violet #891CCD
RGB
CMYK
RGB Variations
Color information
#891CCD (or 0x891CCD) is known color: Blue Violet. HEX triplet: 89, 1C and CD. RGB value is (137,28,205). Sum of RGB (Red+Green+Blue) = 137+28+205=370 (49% of max value = 765). Red value is 137 (53.91% from 255 or 37.03% from 370); Green value is 28 (11.33% from 255 or 7.57% from 370); Blue value is 205 (80.47% from 255 or 55.41% from 370); Max value from RGB is 205 - color contains mainly: blue. Hex color #891CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #891CCD is #76E332. Grayscale: #505050. Windows color (decimal): -7791411 or 13442185. OLE color: 13442185.
HSL color Cylindrical-coordinate representation of color #891CCD: hue angle of 276.95º degrees, saturation: 0.76, 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 #891CCD is Cyan = 0.33, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 28 | 205 | - |
| CMYK | 0.33 | 0.86 | 0 | 0.20 |
| HSL | 276.95º | 0.76% | 0.46% | - |
| HSV(B) | 276.95º | 0.86% | 0.8% | - |
| XYZ | 21.75 | 10.56 | 58.65 | - |
| YUV | 80.77 | 198.11 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 28 | 205 | 0.33 | 0.86 | 0 | 0.20 | 276.95 | 0.76 | 0.46 |
| Hex | 89 | 1C | CD | 21 | 56 | 0 | 14 | 115 | 4C | 2E |
| Octal | 211 | 34 | 315 | 41 | 126 | 0 | 24 | 425 | 114 | 56 |
| Binary | 10001001 | 11100 | 11001101 | 100001 | 1010110 | 0 | 10100 | 100010101 | 1001100 | 101110 |
Color Harmonies of #891CCD
Complementary color
Monochromatic Colors of #891CCD
Black with #891CCD
Text Example
Text Example
White with #891CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891CCD; }
p { color: rgb(137,28,205); }
H1.HeaderClassName
{
color: #891CCD;
}
.AnyTagClassName
{
color: #891CCD;
}
</style>
background-color css
<style>
a { background-color: #891CCD; }
a { background-color: rgb(137,28,205); }
div.DivClassName
{
background-color: #891CCD;
}
.BgClassName
{
background-color: #891CCD;
}
</style>
border-color css
<style>
span { border-color: #891CCD; }
span { border-color: rgb(137,28,205); }
td.TdClassName
{
border-color: #891CCD;
}
.TagClassName
{
border-color: #891CCD;
}
</style>