Shades of Blue Violet #8A49DB
Tints of Blue Violet #8A49DB
RGB
CMYK
RGB Variations
Color information
#8A49DB (or 0x8A49DB) is known color: Blue Violet. HEX triplet: 8A, 49 and DB. RGB value is (138,73,219). Sum of RGB (Red+Green+Blue) = 138+73+219=430 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.09% from 430); Green value is 73 (28.91% from 255 or 16.98% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #8A49DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A49DB is #75B624. Grayscale: #6C6C6C. Windows color (decimal): -7714341 or 14371210. OLE color: 14371210.
HSL color Cylindrical-coordinate representation of color #8A49DB: hue angle of 266.71º 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 #8A49DB is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 73 | 219 | - |
| CMYK | 0.37 | 0.67 | 0 | 0.14 |
| HSL | 266.71º | 0.67% | 0.57% | - |
| HSV(B) | 266.71º | 0.67% | 0.86% | - |
| XYZ | 25.65 | 15.28 | 68.62 | - |
| YUV | 109.08 | 190.03 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 73 | 219 | 0.37 | 0.67 | 0 | 0.14 | 266.71 | 0.67 | 0.57 |
| Hex | 8A | 49 | DB | 25 | 43 | 0 | E | 10B | 43 | 39 |
| Octal | 212 | 111 | 333 | 45 | 103 | 0 | 16 | 413 | 103 | 71 |
| Binary | 10001010 | 1001001 | 11011011 | 100101 | 1000011 | 0 | 1110 | 100001011 | 1000011 | 111001 |
Color Harmonies of #8A49DB
Complementary color
Monochromatic Colors of #8A49DB
Black with #8A49DB
Text Example
Text Example
White with #8A49DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A49DB; }
p { color: rgb(138,73,219); }
H1.HeaderClassName
{
color: #8A49DB;
}
.AnyTagClassName
{
color: #8A49DB;
}
</style>
background-color css
<style>
a { background-color: #8A49DB; }
a { background-color: rgb(138,73,219); }
div.DivClassName
{
background-color: #8A49DB;
}
.BgClassName
{
background-color: #8A49DB;
}
</style>
border-color css
<style>
span { border-color: #8A49DB; }
span { border-color: rgb(138,73,219); }
td.TdClassName
{
border-color: #8A49DB;
}
.TagClassName
{
border-color: #8A49DB;
}
</style>