Shades of Blue Violet #8442EE
Tints of Blue Violet #8442EE
RGB
CMYK
RGB Variations
Color information
#8442EE (or 0x8442EE) is known color: Blue Violet. HEX triplet: 84, 42 and EE. RGB value is (132,66,238). Sum of RGB (Red+Green+Blue) = 132+66+238=436 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.28% from 436); Green value is 66 (26.17% from 255 or 15.14% from 436); Blue value is 238 (93.36% from 255 or 54.59% from 436); Max value from RGB is 238 - color contains mainly: blue. Hex color #8442EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8442EE is #7BBD11. Grayscale: #686868. Windows color (decimal): -8109330 or 15614596. OLE color: 15614596.
HSL color Cylindrical-coordinate representation of color #8442EE: hue angle of 263.02º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8442EE is Cyan = 0.45, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 66 | 238 | - |
| CMYK | 0.45 | 0.72 | 0 | 0.07 |
| HSL | 263.02º | 0.83% | 0.6% | - |
| HSV(B) | 263.02º | 0.72% | 0.93% | - |
| XYZ | 26.9 | 14.98 | 82.36 | - |
| YUV | 105.34 | 202.87 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 66 | 238 | 0.45 | 0.72 | 0 | 0.07 | 263.02 | 0.83 | 0.6 |
| Hex | 84 | 42 | EE | 2D | 48 | 0 | 7 | 107 | 53 | 3C |
| Octal | 204 | 102 | 356 | 55 | 110 | 0 | 7 | 407 | 123 | 74 |
| Binary | 10000100 | 1000010 | 11101110 | 101101 | 1001000 | 0 | 111 | 100000111 | 1010011 | 111100 |
Color Harmonies of #8442EE
Complementary color
Monochromatic Colors of #8442EE
Black with #8442EE
Text Example
Text Example
White with #8442EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8442EE; }
p { color: rgb(132,66,238); }
H1.HeaderClassName
{
color: #8442EE;
}
.AnyTagClassName
{
color: #8442EE;
}
</style>
background-color css
<style>
a { background-color: #8442EE; }
a { background-color: rgb(132,66,238); }
div.DivClassName
{
background-color: #8442EE;
}
.BgClassName
{
background-color: #8442EE;
}
</style>
border-color css
<style>
span { border-color: #8442EE; }
span { border-color: rgb(132,66,238); }
td.TdClassName
{
border-color: #8442EE;
}
.TagClassName
{
border-color: #8442EE;
}
</style>