Shades of Blue Violet #8428DB
Tints of Blue Violet #8428DB
RGB
CMYK
RGB Variations
Color information
#8428DB (or 0x8428DB) is known color: Blue Violet. HEX triplet: 84, 28 and DB. RGB value is (132,40,219). Sum of RGB (Red+Green+Blue) = 132+40+219=391 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.76% from 391); Green value is 40 (16.02% from 255 or 10.23% from 391); Blue value is 219 (85.94% from 255 or 56.01% from 391); Max value from RGB is 219 - color contains mainly: blue. Hex color #8428DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8428DB is #7BD724. Grayscale: #575757. Windows color (decimal): -8116005 or 14362756. OLE color: 14362756.
HSL color Cylindrical-coordinate representation of color #8428DB: hue angle of 270.84º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8428DB is Cyan = 0.40, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 40 | 219 | - |
| CMYK | 0.40 | 0.82 | 0 | 0.14 |
| HSL | 270.84º | 0.71% | 0.51% | - |
| HSV(B) | 270.84º | 0.82% | 0.86% | - |
| XYZ | 23.06 | 11.54 | 68.03 | - |
| YUV | 87.91 | 201.98 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 40 | 219 | 0.40 | 0.82 | 0 | 0.14 | 270.84 | 0.71 | 0.51 |
| Hex | 84 | 28 | DB | 28 | 52 | 0 | E | 10F | 47 | 33 |
| Octal | 204 | 50 | 333 | 50 | 122 | 0 | 16 | 417 | 107 | 63 |
| Binary | 10000100 | 101000 | 11011011 | 101000 | 1010010 | 0 | 1110 | 100001111 | 1000111 | 110011 |
Color Harmonies of #8428DB
Complementary color
Monochromatic Colors of #8428DB
Black with #8428DB
Text Example
Text Example
White with #8428DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8428DB; }
p { color: rgb(132,40,219); }
H1.HeaderClassName
{
color: #8428DB;
}
.AnyTagClassName
{
color: #8428DB;
}
</style>
background-color css
<style>
a { background-color: #8428DB; }
a { background-color: rgb(132,40,219); }
div.DivClassName
{
background-color: #8428DB;
}
.BgClassName
{
background-color: #8428DB;
}
</style>
border-color css
<style>
span { border-color: #8428DB; }
span { border-color: rgb(132,40,219); }
td.TdClassName
{
border-color: #8428DB;
}
.TagClassName
{
border-color: #8428DB;
}
</style>