Shades of Blue Violet #8425DB
Tints of Blue Violet #8425DB
RGB
CMYK
RGB Variations
Color information
#8425DB (or 0x8425DB) is known color: Blue Violet. HEX triplet: 84, 25 and DB. RGB value is (132,37,219). Sum of RGB (Red+Green+Blue) = 132+37+219=388 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.02% from 388); Green value is 37 (14.84% from 255 or 9.54% from 388); Blue value is 219 (85.94% from 255 or 56.44% from 388); Max value from RGB is 219 - color contains mainly: blue. Hex color #8425DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8425DB is #7BDA24. Grayscale: #555555. Windows color (decimal): -8116773 or 14361988. OLE color: 14361988.
HSL color Cylindrical-coordinate representation of color #8425DB: hue angle of 271.32º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8425DB is Cyan = 0.40, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 37 | 219 | - |
| CMYK | 0.40 | 0.83 | 0 | 0.14 |
| HSL | 271.32º | 0.72% | 0.5% | - |
| HSV(B) | 271.32º | 0.83% | 0.86% | - |
| XYZ | 22.96 | 11.34 | 68 | - |
| YUV | 86.15 | 202.97 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 37 | 219 | 0.40 | 0.83 | 0 | 0.14 | 271.32 | 0.72 | 0.5 |
| Hex | 84 | 25 | DB | 28 | 53 | 0 | E | 10F | 48 | 32 |
| Octal | 204 | 45 | 333 | 50 | 123 | 0 | 16 | 417 | 110 | 62 |
| Binary | 10000100 | 100101 | 11011011 | 101000 | 1010011 | 0 | 1110 | 100001111 | 1001000 | 110010 |
Color Harmonies of #8425DB
Complementary color
Monochromatic Colors of #8425DB
Black with #8425DB
Text Example
Text Example
White with #8425DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8425DB; }
p { color: rgb(132,37,219); }
H1.HeaderClassName
{
color: #8425DB;
}
.AnyTagClassName
{
color: #8425DB;
}
</style>
background-color css
<style>
a { background-color: #8425DB; }
a { background-color: rgb(132,37,219); }
div.DivClassName
{
background-color: #8425DB;
}
.BgClassName
{
background-color: #8425DB;
}
</style>
border-color css
<style>
span { border-color: #8425DB; }
span { border-color: rgb(132,37,219); }
td.TdClassName
{
border-color: #8425DB;
}
.TagClassName
{
border-color: #8425DB;
}
</style>