Shades of Blue Violet #8449DB
Tints of Blue Violet #8449DB
RGB
CMYK
RGB Variations
Color information
#8449DB (or 0x8449DB) is known color: Blue Violet. HEX triplet: 84, 49 and DB. RGB value is (132,73,219). Sum of RGB (Red+Green+Blue) = 132+73+219=424 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.13% from 424); Green value is 73 (28.91% from 255 or 17.22% from 424); Blue value is 219 (85.94% from 255 or 51.65% from 424); Max value from RGB is 219 - color contains mainly: blue. Hex color #8449DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8449DB is #7BB624. Grayscale: #6A6A6A. Windows color (decimal): -8107557 or 14371204. OLE color: 14371204.
HSL color Cylindrical-coordinate representation of color #8449DB: hue angle of 264.25º 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 #8449DB is Cyan = 0.40, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 73 | 219 | - |
| CMYK | 0.40 | 0.67 | 0 | 0.14 |
| HSL | 264.25º | 0.67% | 0.57% | - |
| HSV(B) | 264.25º | 0.67% | 0.86% | - |
| XYZ | 24.68 | 14.79 | 68.57 | - |
| YUV | 107.29 | 191.05 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 73 | 219 | 0.40 | 0.67 | 0 | 0.14 | 264.25 | 0.67 | 0.57 |
| Hex | 84 | 49 | DB | 28 | 43 | 0 | E | 108 | 43 | 39 |
| Octal | 204 | 111 | 333 | 50 | 103 | 0 | 16 | 410 | 103 | 71 |
| Binary | 10000100 | 1001001 | 11011011 | 101000 | 1000011 | 0 | 1110 | 100001000 | 1000011 | 111001 |
Color Harmonies of #8449DB
Complementary color
Monochromatic Colors of #8449DB
Black with #8449DB
Text Example
Text Example
White with #8449DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8449DB; }
p { color: rgb(132,73,219); }
H1.HeaderClassName
{
color: #8449DB;
}
.AnyTagClassName
{
color: #8449DB;
}
</style>
background-color css
<style>
a { background-color: #8449DB; }
a { background-color: rgb(132,73,219); }
div.DivClassName
{
background-color: #8449DB;
}
.BgClassName
{
background-color: #8449DB;
}
</style>
border-color css
<style>
span { border-color: #8449DB; }
span { border-color: rgb(132,73,219); }
td.TdClassName
{
border-color: #8449DB;
}
.TagClassName
{
border-color: #8449DB;
}
</style>