Shades of Blue Violet #8442DC
Tints of Blue Violet #8442DC
RGB
CMYK
RGB Variations
Color information
#8442DC (or 0x8442DC) is known color: Blue Violet. HEX triplet: 84, 42 and DC. RGB value is (132,66,220). Sum of RGB (Red+Green+Blue) = 132+66+220=418 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.58% from 418); Green value is 66 (26.17% from 255 or 15.79% from 418); Blue value is 220 (86.33% from 255 or 52.63% from 418); Max value from RGB is 220 - color contains mainly: blue. Hex color #8442DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8442DC is #7BBD23. Grayscale: #666666. Windows color (decimal): -8109348 or 14434948. OLE color: 14434948.
HSL color Cylindrical-coordinate representation of color #8442DC: hue angle of 265.71º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8442DC is Cyan = 0.40, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 66 | 220 | - |
| CMYK | 0.40 | 0.7 | 0 | 0.14 |
| HSL | 265.71º | 0.69% | 0.56% | - |
| HSV(B) | 265.71º | 0.7% | 0.86% | - |
| XYZ | 24.38 | 13.97 | 69.12 | - |
| YUV | 103.29 | 193.87 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 66 | 220 | 0.40 | 0.7 | 0 | 0.14 | 265.71 | 0.69 | 0.56 |
| Hex | 84 | 42 | DC | 28 | 46 | 0 | E | 10A | 45 | 38 |
| Octal | 204 | 102 | 334 | 50 | 106 | 0 | 16 | 412 | 105 | 70 |
| Binary | 10000100 | 1000010 | 11011100 | 101000 | 1000110 | 0 | 1110 | 100001010 | 1000101 | 111000 |
Color Harmonies of #8442DC
Complementary color
Monochromatic Colors of #8442DC
Black with #8442DC
Text Example
Text Example
White with #8442DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8442DC; }
p { color: rgb(132,66,220); }
H1.HeaderClassName
{
color: #8442DC;
}
.AnyTagClassName
{
color: #8442DC;
}
</style>
background-color css
<style>
a { background-color: #8442DC; }
a { background-color: rgb(132,66,220); }
div.DivClassName
{
background-color: #8442DC;
}
.BgClassName
{
background-color: #8442DC;
}
</style>
border-color css
<style>
span { border-color: #8442DC; }
span { border-color: rgb(132,66,220); }
td.TdClassName
{
border-color: #8442DC;
}
.TagClassName
{
border-color: #8442DC;
}
</style>