Shades of Blue Violet #8C49DB
Tints of Blue Violet #8C49DB
RGB
CMYK
RGB Variations
Color information
#8C49DB (or 0x8C49DB) is known color: Blue Violet. HEX triplet: 8C, 49 and DB. RGB value is (140,73,219). Sum of RGB (Red+Green+Blue) = 140+73+219=432 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.41% from 432); Green value is 73 (28.91% from 255 or 16.90% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #8C49DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C49DB is #73B624. Grayscale: #6D6D6D. Windows color (decimal): -7583269 or 14371212. OLE color: 14371212.
HSL color Cylindrical-coordinate representation of color #8C49DB: hue angle of 267.53º 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 #8C49DB is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 73 | 219 | - |
| CMYK | 0.36 | 0.67 | 0 | 0.14 |
| HSL | 267.53º | 0.67% | 0.57% | - |
| HSV(B) | 267.53º | 0.67% | 0.86% | - |
| XYZ | 25.98 | 15.46 | 68.63 | - |
| YUV | 109.68 | 189.7 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 73 | 219 | 0.36 | 0.67 | 0 | 0.14 | 267.53 | 0.67 | 0.57 |
| Hex | 8C | 49 | DB | 24 | 43 | 0 | E | 10C | 43 | 39 |
| Octal | 214 | 111 | 333 | 44 | 103 | 0 | 16 | 414 | 103 | 71 |
| Binary | 10001100 | 1001001 | 11011011 | 100100 | 1000011 | 0 | 1110 | 100001100 | 1000011 | 111001 |
Color Harmonies of #8C49DB
Complementary color
Monochromatic Colors of #8C49DB
Black with #8C49DB
Text Example
Text Example
White with #8C49DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C49DB; }
p { color: rgb(140,73,219); }
H1.HeaderClassName
{
color: #8C49DB;
}
.AnyTagClassName
{
color: #8C49DB;
}
</style>
background-color css
<style>
a { background-color: #8C49DB; }
a { background-color: rgb(140,73,219); }
div.DivClassName
{
background-color: #8C49DB;
}
.BgClassName
{
background-color: #8C49DB;
}
</style>
border-color css
<style>
span { border-color: #8C49DB; }
span { border-color: rgb(140,73,219); }
td.TdClassName
{
border-color: #8C49DB;
}
.TagClassName
{
border-color: #8C49DB;
}
</style>