Shades of Blue Violet #8447DD
Tints of Blue Violet #8447DD
RGB
CMYK
RGB Variations
Color information
#8447DD (or 0x8447DD) is known color: Blue Violet. HEX triplet: 84, 47 and DD. RGB value is (132,71,221). Sum of RGB (Red+Green+Blue) = 132+71+221=424 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.13% from 424); Green value is 71 (28.12% from 255 or 16.75% from 424); Blue value is 221 (86.72% from 255 or 52.12% from 424); Max value from RGB is 221 - color contains mainly: blue. Hex color #8447DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8447DD is #7BB822. Grayscale: #696969. Windows color (decimal): -8108067 or 14501764. OLE color: 14501764.
HSL color Cylindrical-coordinate representation of color #8447DD: hue angle of 264.4º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8447DD is Cyan = 0.40, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 71 | 221 | - |
| CMYK | 0.40 | 0.68 | 0 | 0.13 |
| HSL | 264.4º | 0.69% | 0.57% | - |
| HSV(B) | 264.4º | 0.68% | 0.87% | - |
| XYZ | 24.82 | 14.63 | 69.92 | - |
| YUV | 106.34 | 192.71 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 71 | 221 | 0.40 | 0.68 | 0 | 0.13 | 264.4 | 0.69 | 0.57 |
| Hex | 84 | 47 | DD | 28 | 44 | 0 | D | 108 | 45 | 39 |
| Octal | 204 | 107 | 335 | 50 | 104 | 0 | 15 | 410 | 105 | 71 |
| Binary | 10000100 | 1000111 | 11011101 | 101000 | 1000100 | 0 | 1101 | 100001000 | 1000101 | 111001 |
Color Harmonies of #8447DD
Complementary color
Monochromatic Colors of #8447DD
Black with #8447DD
Text Example
Text Example
White with #8447DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8447DD; }
p { color: rgb(132,71,221); }
H1.HeaderClassName
{
color: #8447DD;
}
.AnyTagClassName
{
color: #8447DD;
}
</style>
background-color css
<style>
a { background-color: #8447DD; }
a { background-color: rgb(132,71,221); }
div.DivClassName
{
background-color: #8447DD;
}
.BgClassName
{
background-color: #8447DD;
}
</style>
border-color css
<style>
span { border-color: #8447DD; }
span { border-color: rgb(132,71,221); }
td.TdClassName
{
border-color: #8447DD;
}
.TagClassName
{
border-color: #8447DD;
}
</style>