Shades of Blue Violet #8641DB
Tints of Blue Violet #8641DB
RGB
CMYK
RGB Variations
Color information
#8641DB (or 0x8641DB) is known color: Blue Violet. HEX triplet: 86, 41 and DB. RGB value is (134,65,219). Sum of RGB (Red+Green+Blue) = 134+65+219=418 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.06% from 418); Green value is 65 (25.78% from 255 or 15.55% from 418); Blue value is 219 (85.94% from 255 or 52.39% from 418); Max value from RGB is 219 - color contains mainly: blue. Hex color #8641DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8641DB is #79BE24. Grayscale: #666666. Windows color (decimal): -7978533 or 14369158. OLE color: 14369158.
HSL color Cylindrical-coordinate representation of color #8641DB: hue angle of 266.88º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8641DB is Cyan = 0.39, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 65 | 219 | - |
| CMYK | 0.39 | 0.70 | 0 | 0.14 |
| HSL | 266.88º | 0.68% | 0.56% | - |
| HSV(B) | 266.88º | 0.7% | 0.86% | - |
| XYZ | 24.51 | 13.96 | 68.42 | - |
| YUV | 103.19 | 193.36 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 65 | 219 | 0.39 | 0.70 | 0 | 0.14 | 266.88 | 0.68 | 0.56 |
| Hex | 86 | 41 | DB | 27 | 46 | 0 | E | 10B | 44 | 38 |
| Octal | 206 | 101 | 333 | 47 | 106 | 0 | 16 | 413 | 104 | 70 |
| Binary | 10000110 | 1000001 | 11011011 | 100111 | 1000110 | 0 | 1110 | 100001011 | 1000100 | 111000 |
Color Harmonies of #8641DB
Complementary color
Monochromatic Colors of #8641DB
Black with #8641DB
Text Example
Text Example
White with #8641DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8641DB; }
p { color: rgb(134,65,219); }
H1.HeaderClassName
{
color: #8641DB;
}
.AnyTagClassName
{
color: #8641DB;
}
</style>
background-color css
<style>
a { background-color: #8641DB; }
a { background-color: rgb(134,65,219); }
div.DivClassName
{
background-color: #8641DB;
}
.BgClassName
{
background-color: #8641DB;
}
</style>
border-color css
<style>
span { border-color: #8641DB; }
span { border-color: rgb(134,65,219); }
td.TdClassName
{
border-color: #8641DB;
}
.TagClassName
{
border-color: #8641DB;
}
</style>