Shades of Blue Violet #8442DB
Tints of Blue Violet #8442DB
RGB
CMYK
RGB Variations
Color information
#8442DB (or 0x8442DB) is known color: Blue Violet. HEX triplet: 84, 42 and DB. RGB value is (132,66,219). Sum of RGB (Red+Green+Blue) = 132+66+219=417 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.65% from 417); Green value is 66 (26.17% from 255 or 15.83% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #8442DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8442DB is #7BBD24. Grayscale: #666666. Windows color (decimal): -8109349 or 14369412. OLE color: 14369412.
HSL color Cylindrical-coordinate representation of color #8442DB: hue angle of 265.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 #8442DB is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 66 | 219 | - |
| CMYK | 0.40 | 0.70 | 0 | 0.14 |
| HSL | 265.88º | 0.68% | 0.56% | - |
| HSV(B) | 265.88º | 0.7% | 0.86% | - |
| XYZ | 24.25 | 13.92 | 68.43 | - |
| YUV | 103.18 | 193.37 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 66 | 219 | 0.40 | 0.70 | 0 | 0.14 | 265.88 | 0.68 | 0.56 |
| Hex | 84 | 42 | DB | 28 | 46 | 0 | E | 10A | 44 | 38 |
| Octal | 204 | 102 | 333 | 50 | 106 | 0 | 16 | 412 | 104 | 70 |
| Binary | 10000100 | 1000010 | 11011011 | 101000 | 1000110 | 0 | 1110 | 100001010 | 1000100 | 111000 |
Color Harmonies of #8442DB
Complementary color
Monochromatic Colors of #8442DB
Black with #8442DB
Text Example
Text Example
White with #8442DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8442DB; }
p { color: rgb(132,66,219); }
H1.HeaderClassName
{
color: #8442DB;
}
.AnyTagClassName
{
color: #8442DB;
}
</style>
background-color css
<style>
a { background-color: #8442DB; }
a { background-color: rgb(132,66,219); }
div.DivClassName
{
background-color: #8442DB;
}
.BgClassName
{
background-color: #8442DB;
}
</style>
border-color css
<style>
span { border-color: #8442DB; }
span { border-color: rgb(132,66,219); }
td.TdClassName
{
border-color: #8442DB;
}
.TagClassName
{
border-color: #8442DB;
}
</style>