Shades of Blue Violet #8447DC
Tints of Blue Violet #8447DC
RGB
CMYK
RGB Variations
Color information
#8447DC (or 0x8447DC) is known color: Blue Violet. HEX triplet: 84, 47 and DC. RGB value is (132,71,220). Sum of RGB (Red+Green+Blue) = 132+71+220=423 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.21% from 423); Green value is 71 (28.12% from 255 or 16.78% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #8447DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8447DC is #7BB823. Grayscale: #696969. Windows color (decimal): -8108068 or 14436228. OLE color: 14436228.
HSL color Cylindrical-coordinate representation of color #8447DC: hue angle of 264.56º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8447DC is Cyan = 0.40, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 71 | 220 | - |
| CMYK | 0.40 | 0.68 | 0 | 0.14 |
| HSL | 264.56º | 0.68% | 0.57% | - |
| HSV(B) | 264.56º | 0.68% | 0.86% | - |
| XYZ | 24.69 | 14.58 | 69.22 | - |
| YUV | 106.23 | 192.21 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 71 | 220 | 0.40 | 0.68 | 0 | 0.14 | 264.56 | 0.68 | 0.57 |
| Hex | 84 | 47 | DC | 28 | 44 | 0 | E | 109 | 44 | 39 |
| Octal | 204 | 107 | 334 | 50 | 104 | 0 | 16 | 411 | 104 | 71 |
| Binary | 10000100 | 1000111 | 11011100 | 101000 | 1000100 | 0 | 1110 | 100001001 | 1000100 | 111001 |
Color Harmonies of #8447DC
Complementary color
Monochromatic Colors of #8447DC
Black with #8447DC
Text Example
Text Example
White with #8447DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8447DC; }
p { color: rgb(132,71,220); }
H1.HeaderClassName
{
color: #8447DC;
}
.AnyTagClassName
{
color: #8447DC;
}
</style>
background-color css
<style>
a { background-color: #8447DC; }
a { background-color: rgb(132,71,220); }
div.DivClassName
{
background-color: #8447DC;
}
.BgClassName
{
background-color: #8447DC;
}
</style>
border-color css
<style>
span { border-color: #8447DC; }
span { border-color: rgb(132,71,220); }
td.TdClassName
{
border-color: #8447DC;
}
.TagClassName
{
border-color: #8447DC;
}
</style>