Shades of Blue Violet #8441DB
Tints of Blue Violet #8441DB
RGB
CMYK
RGB Variations
Color information
#8441DB (or 0x8441DB) is known color: Blue Violet. HEX triplet: 84, 41 and DB. RGB value is (132,65,219). Sum of RGB (Red+Green+Blue) = 132+65+219=416 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.73% from 416); Green value is 65 (25.78% from 255 or 15.62% from 416); Blue value is 219 (85.94% from 255 or 52.64% from 416); Max value from RGB is 219 - color contains mainly: blue. Hex color #8441DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8441DB is #7BBE24. Grayscale: #666666. Windows color (decimal): -8109605 or 14369156. OLE color: 14369156.
HSL color Cylindrical-coordinate representation of color #8441DB: hue angle of 266.1º 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 #8441DB is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 65 | 219 | - |
| CMYK | 0.40 | 0.70 | 0 | 0.14 |
| HSL | 266.1º | 0.68% | 0.56% | - |
| HSV(B) | 266.1º | 0.7% | 0.86% | - |
| XYZ | 24.19 | 13.8 | 68.41 | - |
| YUV | 102.59 | 193.7 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 65 | 219 | 0.40 | 0.70 | 0 | 0.14 | 266.1 | 0.68 | 0.56 |
| Hex | 84 | 41 | DB | 28 | 46 | 0 | E | 10A | 44 | 38 |
| Octal | 204 | 101 | 333 | 50 | 106 | 0 | 16 | 412 | 104 | 70 |
| Binary | 10000100 | 1000001 | 11011011 | 101000 | 1000110 | 0 | 1110 | 100001010 | 1000100 | 111000 |
Color Harmonies of #8441DB
Complementary color
Monochromatic Colors of #8441DB
Black with #8441DB
Text Example
Text Example
White with #8441DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8441DB; }
p { color: rgb(132,65,219); }
H1.HeaderClassName
{
color: #8441DB;
}
.AnyTagClassName
{
color: #8441DB;
}
</style>
background-color css
<style>
a { background-color: #8441DB; }
a { background-color: rgb(132,65,219); }
div.DivClassName
{
background-color: #8441DB;
}
.BgClassName
{
background-color: #8441DB;
}
</style>
border-color css
<style>
span { border-color: #8441DB; }
span { border-color: rgb(132,65,219); }
td.TdClassName
{
border-color: #8441DB;
}
.TagClassName
{
border-color: #8441DB;
}
</style>