Shades of Blue Violet #8647DB
Tints of Blue Violet #8647DB
RGB
CMYK
RGB Variations
Color information
#8647DB (or 0x8647DB) is known color: Blue Violet. HEX triplet: 86, 47 and DB. RGB value is (134,71,219). Sum of RGB (Red+Green+Blue) = 134+71+219=424 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.60% from 424); Green value is 71 (28.12% from 255 or 16.75% 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 #8647DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8647DB is #79B824. Grayscale: #6A6A6A. Windows color (decimal): -7976997 or 14370694. OLE color: 14370694.
HSL color Cylindrical-coordinate representation of color #8647DB: hue angle of 265.54º degrees, saturation: 0.67, 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 #8647DB is Cyan = 0.39, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 71 | 219 | - |
| CMYK | 0.39 | 0.68 | 0 | 0.14 |
| HSL | 265.54º | 0.67% | 0.57% | - |
| HSV(B) | 265.54º | 0.68% | 0.86% | - |
| XYZ | 24.87 | 14.69 | 68.54 | - |
| YUV | 106.71 | 191.37 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 71 | 219 | 0.39 | 0.68 | 0 | 0.14 | 265.54 | 0.67 | 0.57 |
| Hex | 86 | 47 | DB | 27 | 44 | 0 | E | 10A | 43 | 39 |
| Octal | 206 | 107 | 333 | 47 | 104 | 0 | 16 | 412 | 103 | 71 |
| Binary | 10000110 | 1000111 | 11011011 | 100111 | 1000100 | 0 | 1110 | 100001010 | 1000011 | 111001 |
Color Harmonies of #8647DB
Complementary color
Monochromatic Colors of #8647DB
Black with #8647DB
Text Example
Text Example
White with #8647DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8647DB; }
p { color: rgb(134,71,219); }
H1.HeaderClassName
{
color: #8647DB;
}
.AnyTagClassName
{
color: #8647DB;
}
</style>
background-color css
<style>
a { background-color: #8647DB; }
a { background-color: rgb(134,71,219); }
div.DivClassName
{
background-color: #8647DB;
}
.BgClassName
{
background-color: #8647DB;
}
</style>
border-color css
<style>
span { border-color: #8647DB; }
span { border-color: rgb(134,71,219); }
td.TdClassName
{
border-color: #8647DB;
}
.TagClassName
{
border-color: #8647DB;
}
</style>