Shades of Blue Violet #8449DD
Tints of Blue Violet #8449DD
RGB
CMYK
RGB Variations
Color information
#8449DD (or 0x8449DD) is known color: Blue Violet. HEX triplet: 84, 49 and DD. RGB value is (132,73,221). Sum of RGB (Red+Green+Blue) = 132+73+221=426 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.99% from 426); Green value is 73 (28.91% from 255 or 17.14% from 426); Blue value is 221 (86.72% from 255 or 51.88% from 426); Max value from RGB is 221 - color contains mainly: blue. Hex color #8449DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8449DD is #7BB622. Grayscale: #6A6A6A. Windows color (decimal): -8107555 or 14502276. OLE color: 14502276.
HSL color Cylindrical-coordinate representation of color #8449DD: hue angle of 263.92º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8449DD is Cyan = 0.40, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 73 | 221 | - |
| CMYK | 0.40 | 0.67 | 0 | 0.13 |
| HSL | 263.92º | 0.69% | 0.58% | - |
| HSV(B) | 263.92º | 0.67% | 0.87% | - |
| XYZ | 24.95 | 14.89 | 69.97 | - |
| YUV | 107.51 | 192.05 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 73 | 221 | 0.40 | 0.67 | 0 | 0.13 | 263.92 | 0.69 | 0.58 |
| Hex | 84 | 49 | DD | 28 | 43 | 0 | D | 108 | 45 | 3A |
| Octal | 204 | 111 | 335 | 50 | 103 | 0 | 15 | 410 | 105 | 72 |
| Binary | 10000100 | 1001001 | 11011101 | 101000 | 1000011 | 0 | 1101 | 100001000 | 1000101 | 111010 |
Color Harmonies of #8449DD
Complementary color
Monochromatic Colors of #8449DD
Black with #8449DD
Text Example
Text Example
White with #8449DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8449DD; }
p { color: rgb(132,73,221); }
H1.HeaderClassName
{
color: #8449DD;
}
.AnyTagClassName
{
color: #8449DD;
}
</style>
background-color css
<style>
a { background-color: #8449DD; }
a { background-color: rgb(132,73,221); }
div.DivClassName
{
background-color: #8449DD;
}
.BgClassName
{
background-color: #8449DD;
}
</style>
border-color css
<style>
span { border-color: #8449DD; }
span { border-color: rgb(132,73,221); }
td.TdClassName
{
border-color: #8449DD;
}
.TagClassName
{
border-color: #8449DD;
}
</style>