Shades of Blue Violet #8442D0
Tints of Blue Violet #8442D0
RGB
CMYK
RGB Variations
Color information
#8442D0 (or 0x8442D0) is known color: Blue Violet. HEX triplet: 84, 42 and D0. RGB value is (132,66,208). Sum of RGB (Red+Green+Blue) = 132+66+208=406 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.51% from 406); Green value is 66 (26.17% from 255 or 16.26% from 406); Blue value is 208 (81.64% from 255 or 51.23% from 406); Max value from RGB is 208 - color contains mainly: blue. Hex color #8442D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8442D0 is #7BBD2F. Grayscale: #656565. Windows color (decimal): -8109360 or 13648516. OLE color: 13648516.
HSL color Cylindrical-coordinate representation of color #8442D0: hue angle of 267.89º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8442D0 is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 132 | 66 | 208 | - |
| CMYK | 0.37 | 0.68 | 0 | 0.18 |
| HSL | 267.89º | 0.6% | 0.54% | - |
| HSV(B) | 267.89º | 0.68% | 0.82% | - |
| XYZ | 22.85 | 13.36 | 61.05 | - |
| YUV | 101.92 | 187.87 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 66 | 208 | 0.37 | 0.68 | 0 | 0.18 | 267.89 | 0.6 | 0.54 |
| Hex | 84 | 42 | D0 | 25 | 44 | 0 | 12 | 10C | 3C | 36 |
| Octal | 204 | 102 | 320 | 45 | 104 | 0 | 22 | 414 | 74 | 66 |
| Binary | 10000100 | 1000010 | 11010000 | 100101 | 1000100 | 0 | 10010 | 100001100 | 111100 | 110110 |
Color Harmonies of #8442D0
Complementary color
Monochromatic Colors of #8442D0
Black with #8442D0
Text Example
Text Example
White with #8442D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8442D0; }
p { color: rgb(132,66,208); }
H1.HeaderClassName
{
color: #8442D0;
}
.AnyTagClassName
{
color: #8442D0;
}
</style>
background-color css
<style>
a { background-color: #8442D0; }
a { background-color: rgb(132,66,208); }
div.DivClassName
{
background-color: #8442D0;
}
.BgClassName
{
background-color: #8442D0;
}
</style>
border-color css
<style>
span { border-color: #8442D0; }
span { border-color: rgb(132,66,208); }
td.TdClassName
{
border-color: #8442D0;
}
.TagClassName
{
border-color: #8442D0;
}
</style>