Shades of Blue Violet #8425DC
Tints of Blue Violet #8425DC
RGB
CMYK
RGB Variations
Color information
#8425DC (or 0x8425DC) is known color: Blue Violet. HEX triplet: 84, 25 and DC. RGB value is (132,37,220). Sum of RGB (Red+Green+Blue) = 132+37+220=389 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.93% from 389); Green value is 37 (14.84% from 255 or 9.51% from 389); Blue value is 220 (86.33% from 255 or 56.56% from 389); Max value from RGB is 220 - color contains mainly: blue. Hex color #8425DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8425DC is #7BDA23. Grayscale: #555555. Windows color (decimal): -8116772 or 14427524. OLE color: 14427524.
HSL color Cylindrical-coordinate representation of color #8425DC: hue angle of 271.15º 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 #8425DC is Cyan = 0.40, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 37 | 220 | - |
| CMYK | 0.40 | 0.83 | 0 | 0.14 |
| HSL | 271.15º | 0.72% | 0.5% | - |
| HSV(B) | 271.15º | 0.83% | 0.86% | - |
| XYZ | 23.1 | 11.4 | 68.69 | - |
| YUV | 86.27 | 203.47 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 37 | 220 | 0.40 | 0.83 | 0 | 0.14 | 271.15 | 0.72 | 0.5 |
| Hex | 84 | 25 | DC | 28 | 53 | 0 | E | 10F | 48 | 32 |
| Octal | 204 | 45 | 334 | 50 | 123 | 0 | 16 | 417 | 110 | 62 |
| Binary | 10000100 | 100101 | 11011100 | 101000 | 1010011 | 0 | 1110 | 100001111 | 1001000 | 110010 |
Color Harmonies of #8425DC
Complementary color
Monochromatic Colors of #8425DC
Black with #8425DC
Text Example
Text Example
White with #8425DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8425DC; }
p { color: rgb(132,37,220); }
H1.HeaderClassName
{
color: #8425DC;
}
.AnyTagClassName
{
color: #8425DC;
}
</style>
background-color css
<style>
a { background-color: #8425DC; }
a { background-color: rgb(132,37,220); }
div.DivClassName
{
background-color: #8425DC;
}
.BgClassName
{
background-color: #8425DC;
}
</style>
border-color css
<style>
span { border-color: #8425DC; }
span { border-color: rgb(132,37,220); }
td.TdClassName
{
border-color: #8425DC;
}
.TagClassName
{
border-color: #8425DC;
}
</style>