Shades of Blue Violet #8931DC
Tints of Blue Violet #8931DC
RGB
CMYK
RGB Variations
Color information
#8931DC (or 0x8931DC) is known color: Blue Violet. HEX triplet: 89, 31 and DC. RGB value is (137,49,220). Sum of RGB (Red+Green+Blue) = 137+49+220=406 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.74% from 406); Green value is 49 (19.53% from 255 or 12.07% from 406); Blue value is 220 (86.33% from 255 or 54.19% from 406); Max value from RGB is 220 - color contains mainly: blue. Hex color #8931DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8931DC is #76CE23. Grayscale: #5E5E5E. Windows color (decimal): -7786020 or 14430601. OLE color: 14430601.
HSL color Cylindrical-coordinate representation of color #8931DC: hue angle of 270.88º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8931DC is Cyan = 0.38, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 49 | 220 | - |
| CMYK | 0.38 | 0.78 | 0 | 0.14 |
| HSL | 270.88º | 0.71% | 0.53% | - |
| HSV(B) | 270.88º | 0.78% | 0.86% | - |
| XYZ | 24.33 | 12.68 | 68.88 | - |
| YUV | 94.81 | 198.65 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 49 | 220 | 0.38 | 0.78 | 0 | 0.14 | 270.88 | 0.71 | 0.53 |
| Hex | 89 | 31 | DC | 26 | 4E | 0 | E | 10F | 47 | 35 |
| Octal | 211 | 61 | 334 | 46 | 116 | 0 | 16 | 417 | 107 | 65 |
| Binary | 10001001 | 110001 | 11011100 | 100110 | 1001110 | 0 | 1110 | 100001111 | 1000111 | 110101 |
Color Harmonies of #8931DC
Complementary color
Monochromatic Colors of #8931DC
Black with #8931DC
Text Example
Text Example
White with #8931DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8931DC; }
p { color: rgb(137,49,220); }
H1.HeaderClassName
{
color: #8931DC;
}
.AnyTagClassName
{
color: #8931DC;
}
</style>
background-color css
<style>
a { background-color: #8931DC; }
a { background-color: rgb(137,49,220); }
div.DivClassName
{
background-color: #8931DC;
}
.BgClassName
{
background-color: #8931DC;
}
</style>
border-color css
<style>
span { border-color: #8931DC; }
span { border-color: rgb(137,49,220); }
td.TdClassName
{
border-color: #8931DC;
}
.TagClassName
{
border-color: #8931DC;
}
</style>