Shades of Blue Violet #8944DC
Tints of Blue Violet #8944DC
RGB
CMYK
RGB Variations
Color information
#8944DC (or 0x8944DC) is known color: Blue Violet. HEX triplet: 89, 44 and DC. RGB value is (137,68,220). Sum of RGB (Red+Green+Blue) = 137+68+220=425 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.24% from 425); Green value is 68 (26.95% from 255 or 16% from 425); Blue value is 220 (86.33% from 255 or 51.76% from 425); Max value from RGB is 220 - color contains mainly: blue. Hex color #8944DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8944DC is #76BB23. Grayscale: #696969. Windows color (decimal): -7781156 or 14435465. OLE color: 14435465.
HSL color Cylindrical-coordinate representation of color #8944DC: hue angle of 267.24º 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 #8944DC is Cyan = 0.38, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 68 | 220 | - |
| CMYK | 0.38 | 0.69 | 0 | 0.14 |
| HSL | 267.24º | 0.68% | 0.56% | - |
| HSV(B) | 267.24º | 0.69% | 0.86% | - |
| XYZ | 25.3 | 14.62 | 69.2 | - |
| YUV | 105.96 | 192.36 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 68 | 220 | 0.38 | 0.69 | 0 | 0.14 | 267.24 | 0.68 | 0.56 |
| Hex | 89 | 44 | DC | 26 | 45 | 0 | E | 10B | 44 | 38 |
| Octal | 211 | 104 | 334 | 46 | 105 | 0 | 16 | 413 | 104 | 70 |
| Binary | 10001001 | 1000100 | 11011100 | 100110 | 1000101 | 0 | 1110 | 100001011 | 1000100 | 111000 |
Color Harmonies of #8944DC
Complementary color
Monochromatic Colors of #8944DC
Black with #8944DC
Text Example
Text Example
White with #8944DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8944DC; }
p { color: rgb(137,68,220); }
H1.HeaderClassName
{
color: #8944DC;
}
.AnyTagClassName
{
color: #8944DC;
}
</style>
background-color css
<style>
a { background-color: #8944DC; }
a { background-color: rgb(137,68,220); }
div.DivClassName
{
background-color: #8944DC;
}
.BgClassName
{
background-color: #8944DC;
}
</style>
border-color css
<style>
span { border-color: #8944DC; }
span { border-color: rgb(137,68,220); }
td.TdClassName
{
border-color: #8944DC;
}
.TagClassName
{
border-color: #8944DC;
}
</style>