Shades of Blue Violet #8949DB
Tints of Blue Violet #8949DB
RGB
CMYK
RGB Variations
Color information
#8949DB (or 0x8949DB) is known color: Blue Violet. HEX triplet: 89, 49 and DB. RGB value is (137,73,219). Sum of RGB (Red+Green+Blue) = 137+73+219=429 (56% of max value = 765). Red value is 137 (53.91% from 255 or 31.93% from 429); Green value is 73 (28.91% from 255 or 17.02% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #8949DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8949DB is #76B624. Grayscale: #6C6C6C. Windows color (decimal): -7779877 or 14371209. OLE color: 14371209.
HSL color Cylindrical-coordinate representation of color #8949DB: hue angle of 266.3º degrees, saturation: 0.67, 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 #8949DB is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 73 | 219 | - |
| CMYK | 0.37 | 0.67 | 0 | 0.14 |
| HSL | 266.3º | 0.67% | 0.57% | - |
| HSV(B) | 266.3º | 0.67% | 0.86% | - |
| XYZ | 25.49 | 15.2 | 68.61 | - |
| YUV | 108.78 | 190.2 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 73 | 219 | 0.37 | 0.67 | 0 | 0.14 | 266.3 | 0.67 | 0.57 |
| Hex | 89 | 49 | DB | 25 | 43 | 0 | E | 10A | 43 | 39 |
| Octal | 211 | 111 | 333 | 45 | 103 | 0 | 16 | 412 | 103 | 71 |
| Binary | 10001001 | 1001001 | 11011011 | 100101 | 1000011 | 0 | 1110 | 100001010 | 1000011 | 111001 |
Color Harmonies of #8949DB
Complementary color
Monochromatic Colors of #8949DB
Black with #8949DB
Text Example
Text Example
White with #8949DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8949DB; }
p { color: rgb(137,73,219); }
H1.HeaderClassName
{
color: #8949DB;
}
.AnyTagClassName
{
color: #8949DB;
}
</style>
background-color css
<style>
a { background-color: #8949DB; }
a { background-color: rgb(137,73,219); }
div.DivClassName
{
background-color: #8949DB;
}
.BgClassName
{
background-color: #8949DB;
}
</style>
border-color css
<style>
span { border-color: #8949DB; }
span { border-color: rgb(137,73,219); }
td.TdClassName
{
border-color: #8949DB;
}
.TagClassName
{
border-color: #8949DB;
}
</style>