Shades of Blue Violet #8428EE
Tints of Blue Violet #8428EE
RGB
CMYK
RGB Variations
Color information
#8428EE (or 0x8428EE) is known color: Blue Violet. HEX triplet: 84, 28 and EE. RGB value is (132,40,238). Sum of RGB (Red+Green+Blue) = 132+40+238=410 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.20% from 410); Green value is 40 (16.02% from 255 or 9.76% from 410); Blue value is 238 (93.36% from 255 or 58.05% from 410); Max value from RGB is 238 - color contains mainly: blue. Hex color #8428EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8428EE is #7BD711. Grayscale: #595959. Windows color (decimal): -8115986 or 15607940. OLE color: 15607940.
HSL color Cylindrical-coordinate representation of color #8428EE: hue angle of 267.88º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8428EE is Cyan = 0.45, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 40 | 238 | - |
| CMYK | 0.45 | 0.83 | 0 | 0.07 |
| HSL | 267.88º | 0.85% | 0.55% | - |
| HSV(B) | 267.88º | 0.83% | 0.93% | - |
| XYZ | 25.71 | 12.6 | 81.97 | - |
| YUV | 90.08 | 211.48 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 40 | 238 | 0.45 | 0.83 | 0 | 0.07 | 267.88 | 0.85 | 0.55 |
| Hex | 84 | 28 | EE | 2D | 53 | 0 | 7 | 10C | 55 | 37 |
| Octal | 204 | 50 | 356 | 55 | 123 | 0 | 7 | 414 | 125 | 67 |
| Binary | 10000100 | 101000 | 11101110 | 101101 | 1010011 | 0 | 111 | 100001100 | 1010101 | 110111 |
Color Harmonies of #8428EE
Complementary color
Monochromatic Colors of #8428EE
Black with #8428EE
Text Example
Text Example
White with #8428EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8428EE; }
p { color: rgb(132,40,238); }
H1.HeaderClassName
{
color: #8428EE;
}
.AnyTagClassName
{
color: #8428EE;
}
</style>
background-color css
<style>
a { background-color: #8428EE; }
a { background-color: rgb(132,40,238); }
div.DivClassName
{
background-color: #8428EE;
}
.BgClassName
{
background-color: #8428EE;
}
</style>
border-color css
<style>
span { border-color: #8428EE; }
span { border-color: rgb(132,40,238); }
td.TdClassName
{
border-color: #8428EE;
}
.TagClassName
{
border-color: #8428EE;
}
</style>