Shades of Blue Violet #8428DF
Tints of Blue Violet #8428DF
RGB
CMYK
RGB Variations
Color information
#8428DF (or 0x8428DF) is known color: Blue Violet. HEX triplet: 84, 28 and DF. RGB value is (132,40,223). Sum of RGB (Red+Green+Blue) = 132+40+223=395 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.42% from 395); Green value is 40 (16.02% from 255 or 10.13% from 395); Blue value is 223 (87.5% from 255 or 56.46% from 395); Max value from RGB is 223 - color contains mainly: blue. Hex color #8428DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8428DF is #7BD720. Grayscale: #575757. Windows color (decimal): -8116001 or 14624900. OLE color: 14624900.
HSL color Cylindrical-coordinate representation of color #8428DF: hue angle of 270.16º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8428DF is Cyan = 0.41, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 40 | 223 | - |
| CMYK | 0.41 | 0.82 | 0 | 0.13 |
| HSL | 270.16º | 0.74% | 0.52% | - |
| HSV(B) | 270.16º | 0.82% | 0.87% | - |
| XYZ | 23.59 | 11.75 | 70.84 | - |
| YUV | 88.37 | 203.98 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 40 | 223 | 0.41 | 0.82 | 0 | 0.13 | 270.16 | 0.74 | 0.52 |
| Hex | 84 | 28 | DF | 29 | 52 | 0 | D | 10E | 4A | 34 |
| Octal | 204 | 50 | 337 | 51 | 122 | 0 | 15 | 416 | 112 | 64 |
| Binary | 10000100 | 101000 | 11011111 | 101001 | 1010010 | 0 | 1101 | 100001110 | 1001010 | 110100 |
Color Harmonies of #8428DF
Complementary color
Monochromatic Colors of #8428DF
Black with #8428DF
Text Example
Text Example
White with #8428DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8428DF; }
p { color: rgb(132,40,223); }
H1.HeaderClassName
{
color: #8428DF;
}
.AnyTagClassName
{
color: #8428DF;
}
</style>
background-color css
<style>
a { background-color: #8428DF; }
a { background-color: rgb(132,40,223); }
div.DivClassName
{
background-color: #8428DF;
}
.BgClassName
{
background-color: #8428DF;
}
</style>
border-color css
<style>
span { border-color: #8428DF; }
span { border-color: rgb(132,40,223); }
td.TdClassName
{
border-color: #8428DF;
}
.TagClassName
{
border-color: #8428DF;
}
</style>