Shades of Blue Violet #8422D0
Tints of Blue Violet #8422D0
RGB
CMYK
RGB Variations
Color information
#8422D0 (or 0x8422D0) is known color: Blue Violet. HEX triplet: 84, 22 and D0. RGB value is (132,34,208). Sum of RGB (Red+Green+Blue) = 132+34+208=374 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.29% from 374); Green value is 34 (13.67% from 255 or 9.09% from 374); Blue value is 208 (81.64% from 255 or 55.61% from 374); Max value from RGB is 208 - color contains mainly: blue. Hex color #8422D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8422D0 is #7BDD2F. Grayscale: #525252. Windows color (decimal): -8117552 or 13640324. OLE color: 13640324.
HSL color Cylindrical-coordinate representation of color #8422D0: hue angle of 273.79º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8422D0 is Cyan = 0.37, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 132 | 34 | 208 | - |
| CMYK | 0.37 | 0.84 | 0 | 0.18 |
| HSL | 273.79º | 0.72% | 0.47% | - |
| HSV(B) | 273.79º | 0.84% | 0.82% | - |
| XYZ | 21.47 | 10.6 | 60.59 | - |
| YUV | 83.14 | 198.47 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 34 | 208 | 0.37 | 0.84 | 0 | 0.18 | 273.79 | 0.72 | 0.47 |
| Hex | 84 | 22 | D0 | 25 | 54 | 0 | 12 | 112 | 48 | 2F |
| Octal | 204 | 42 | 320 | 45 | 124 | 0 | 22 | 422 | 110 | 57 |
| Binary | 10000100 | 100010 | 11010000 | 100101 | 1010100 | 0 | 10010 | 100010010 | 1001000 | 101111 |
Color Harmonies of #8422D0
Complementary color
Monochromatic Colors of #8422D0
Black with #8422D0
Text Example
Text Example
White with #8422D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8422D0; }
p { color: rgb(132,34,208); }
H1.HeaderClassName
{
color: #8422D0;
}
.AnyTagClassName
{
color: #8422D0;
}
</style>
background-color css
<style>
a { background-color: #8422D0; }
a { background-color: rgb(132,34,208); }
div.DivClassName
{
background-color: #8422D0;
}
.BgClassName
{
background-color: #8422D0;
}
</style>
border-color css
<style>
span { border-color: #8422D0; }
span { border-color: rgb(132,34,208); }
td.TdClassName
{
border-color: #8422D0;
}
.TagClassName
{
border-color: #8422D0;
}
</style>