Shades of Blue Violet #8944DB
Tints of Blue Violet #8944DB
RGB
CMYK
RGB Variations
Color information
#8944DB (or 0x8944DB) is known color: Blue Violet. HEX triplet: 89, 44 and DB. RGB value is (137,68,219). Sum of RGB (Red+Green+Blue) = 137+68+219=424 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.31% from 424); Green value is 68 (26.95% from 255 or 16.04% from 424); Blue value is 219 (85.94% from 255 or 51.65% from 424); Max value from RGB is 219 - color contains mainly: blue. Hex color #8944DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8944DB is #76BB24. Grayscale: #696969. Windows color (decimal): -7781157 or 14369929. OLE color: 14369929.
HSL color Cylindrical-coordinate representation of color #8944DB: hue angle of 267.42º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8944DB is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 68 | 219 | - |
| CMYK | 0.37 | 0.69 | 0 | 0.14 |
| HSL | 267.42º | 0.68% | 0.56% | - |
| HSV(B) | 267.42º | 0.69% | 0.86% | - |
| XYZ | 25.17 | 14.57 | 68.5 | - |
| YUV | 105.85 | 191.86 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 68 | 219 | 0.37 | 0.69 | 0 | 0.14 | 267.42 | 0.68 | 0.56 |
| Hex | 89 | 44 | DB | 25 | 45 | 0 | E | 10B | 44 | 38 |
| Octal | 211 | 104 | 333 | 45 | 105 | 0 | 16 | 413 | 104 | 70 |
| Binary | 10001001 | 1000100 | 11011011 | 100101 | 1000101 | 0 | 1110 | 100001011 | 1000100 | 111000 |
Color Harmonies of #8944DB
Complementary color
Monochromatic Colors of #8944DB
Black with #8944DB
Text Example
Text Example
White with #8944DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8944DB; }
p { color: rgb(137,68,219); }
H1.HeaderClassName
{
color: #8944DB;
}
.AnyTagClassName
{
color: #8944DB;
}
</style>
background-color css
<style>
a { background-color: #8944DB; }
a { background-color: rgb(137,68,219); }
div.DivClassName
{
background-color: #8944DB;
}
.BgClassName
{
background-color: #8944DB;
}
</style>
border-color css
<style>
span { border-color: #8944DB; }
span { border-color: rgb(137,68,219); }
td.TdClassName
{
border-color: #8944DB;
}
.TagClassName
{
border-color: #8944DB;
}
</style>