Shades of Blue Violet #8647DC
Tints of Blue Violet #8647DC
RGB
CMYK
RGB Variations
Color information
#8647DC (or 0x8647DC) is known color: Blue Violet. HEX triplet: 86, 47 and DC. RGB value is (134,71,220). Sum of RGB (Red+Green+Blue) = 134+71+220=425 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.53% from 425); Green value is 71 (28.12% from 255 or 16.71% from 425); Blue value is 220 (86.33% from 255 or 51.76% from 425); Max value from RGB is 220 - color contains mainly: blue. Hex color #8647DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8647DC is #79B823. Grayscale: #6A6A6A. Windows color (decimal): -7976996 or 14436230. OLE color: 14436230.
HSL color Cylindrical-coordinate representation of color #8647DC: hue angle of 265.37º 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 #8647DC is Cyan = 0.39, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 71 | 220 | - |
| CMYK | 0.39 | 0.68 | 0 | 0.14 |
| HSL | 265.37º | 0.68% | 0.57% | - |
| HSV(B) | 265.37º | 0.68% | 0.86% | - |
| XYZ | 25 | 14.74 | 69.24 | - |
| YUV | 106.82 | 191.87 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 71 | 220 | 0.39 | 0.68 | 0 | 0.14 | 265.37 | 0.68 | 0.57 |
| Hex | 86 | 47 | DC | 27 | 44 | 0 | E | 109 | 44 | 39 |
| Octal | 206 | 107 | 334 | 47 | 104 | 0 | 16 | 411 | 104 | 71 |
| Binary | 10000110 | 1000111 | 11011100 | 100111 | 1000100 | 0 | 1110 | 100001001 | 1000100 | 111001 |
Color Harmonies of #8647DC
Complementary color
Monochromatic Colors of #8647DC
Black with #8647DC
Text Example
Text Example
White with #8647DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8647DC; }
p { color: rgb(134,71,220); }
H1.HeaderClassName
{
color: #8647DC;
}
.AnyTagClassName
{
color: #8647DC;
}
</style>
background-color css
<style>
a { background-color: #8647DC; }
a { background-color: rgb(134,71,220); }
div.DivClassName
{
background-color: #8647DC;
}
.BgClassName
{
background-color: #8647DC;
}
</style>
border-color css
<style>
span { border-color: #8647DC; }
span { border-color: rgb(134,71,220); }
td.TdClassName
{
border-color: #8647DC;
}
.TagClassName
{
border-color: #8647DC;
}
</style>