Shades of Blue Violet #8949DC
Tints of Blue Violet #8949DC
RGB
CMYK
RGB Variations
Color information
#8949DC (or 0x8949DC) is known color: Blue Violet. HEX triplet: 89, 49 and DC. RGB value is (137,73,220). Sum of RGB (Red+Green+Blue) = 137+73+220=430 (56% of max value = 765). Red value is 137 (53.91% from 255 or 31.86% from 430); Green value is 73 (28.91% from 255 or 16.98% from 430); Blue value is 220 (86.33% from 255 or 51.16% from 430); Max value from RGB is 220 - color contains mainly: blue. Hex color #8949DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8949DC is #76B623. Grayscale: #6C6C6C. Windows color (decimal): -7779876 or 14436745. OLE color: 14436745.
HSL color Cylindrical-coordinate representation of color #8949DC: hue angle of 266.12º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8949DC is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 73 | 220 | - |
| CMYK | 0.38 | 0.67 | 0 | 0.14 |
| HSL | 266.12º | 0.68% | 0.57% | - |
| HSV(B) | 266.12º | 0.67% | 0.86% | - |
| XYZ | 25.62 | 15.25 | 69.3 | - |
| YUV | 108.89 | 190.7 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 73 | 220 | 0.38 | 0.67 | 0 | 0.14 | 266.12 | 0.68 | 0.57 |
| Hex | 89 | 49 | DC | 26 | 43 | 0 | E | 10A | 44 | 39 |
| Octal | 211 | 111 | 334 | 46 | 103 | 0 | 16 | 412 | 104 | 71 |
| Binary | 10001001 | 1001001 | 11011100 | 100110 | 1000011 | 0 | 1110 | 100001010 | 1000100 | 111001 |
Color Harmonies of #8949DC
Complementary color
Monochromatic Colors of #8949DC
Black with #8949DC
Text Example
Text Example
White with #8949DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8949DC; }
p { color: rgb(137,73,220); }
H1.HeaderClassName
{
color: #8949DC;
}
.AnyTagClassName
{
color: #8949DC;
}
</style>
background-color css
<style>
a { background-color: #8949DC; }
a { background-color: rgb(137,73,220); }
div.DivClassName
{
background-color: #8949DC;
}
.BgClassName
{
background-color: #8949DC;
}
</style>
border-color css
<style>
span { border-color: #8949DC; }
span { border-color: rgb(137,73,220); }
td.TdClassName
{
border-color: #8949DC;
}
.TagClassName
{
border-color: #8949DC;
}
</style>