Shades of Blue Violet #8644DB
Tints of Blue Violet #8644DB
RGB
CMYK
RGB Variations
Color information
#8644DB (or 0x8644DB) is known color: Blue Violet. HEX triplet: 86, 44 and DB. RGB value is (134,68,219). Sum of RGB (Red+Green+Blue) = 134+68+219=421 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.83% from 421); Green value is 68 (26.95% from 255 or 16.15% from 421); Blue value is 219 (85.94% from 255 or 52.02% from 421); Max value from RGB is 219 - color contains mainly: blue. Hex color #8644DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8644DB is #79BB24. Grayscale: #686868. Windows color (decimal): -7977765 or 14369926. OLE color: 14369926.
HSL color Cylindrical-coordinate representation of color #8644DB: hue angle of 266.23º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8644DB is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 68 | 219 | - |
| CMYK | 0.39 | 0.69 | 0 | 0.14 |
| HSL | 266.23º | 0.68% | 0.56% | - |
| HSV(B) | 266.23º | 0.69% | 0.86% | - |
| XYZ | 24.68 | 14.32 | 68.48 | - |
| YUV | 104.95 | 192.37 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 68 | 219 | 0.39 | 0.69 | 0 | 0.14 | 266.23 | 0.68 | 0.56 |
| Hex | 86 | 44 | DB | 27 | 45 | 0 | E | 10A | 44 | 38 |
| Octal | 206 | 104 | 333 | 47 | 105 | 0 | 16 | 412 | 104 | 70 |
| Binary | 10000110 | 1000100 | 11011011 | 100111 | 1000101 | 0 | 1110 | 100001010 | 1000100 | 111000 |
Color Harmonies of #8644DB
Complementary color
Monochromatic Colors of #8644DB
Black with #8644DB
Text Example
Text Example
White with #8644DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8644DB; }
p { color: rgb(134,68,219); }
H1.HeaderClassName
{
color: #8644DB;
}
.AnyTagClassName
{
color: #8644DB;
}
</style>
background-color css
<style>
a { background-color: #8644DB; }
a { background-color: rgb(134,68,219); }
div.DivClassName
{
background-color: #8644DB;
}
.BgClassName
{
background-color: #8644DB;
}
</style>
border-color css
<style>
span { border-color: #8644DB; }
span { border-color: rgb(134,68,219); }
td.TdClassName
{
border-color: #8644DB;
}
.TagClassName
{
border-color: #8644DB;
}
</style>