Shades of Blue Violet #8420CC
Tints of Blue Violet #8420CC
RGB
CMYK
RGB Variations
Color information
#8420CC (or 0x8420CC) is known color: Blue Violet. HEX triplet: 84, 20 and CC. RGB value is (132,32,204). Sum of RGB (Red+Green+Blue) = 132+32+204=368 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.87% from 368); Green value is 32 (12.89% from 255 or 8.70% from 368); Blue value is 204 (80.08% from 255 or 55.43% from 368); Max value from RGB is 204 - color contains mainly: blue. Hex color #8420CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8420CC is #7BDF33. Grayscale: #505050. Windows color (decimal): -8118068 or 13377668. OLE color: 13377668.
HSL color Cylindrical-coordinate representation of color #8420CC: hue angle of 274.88º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8420CC is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 132 | 32 | 204 | - |
| CMYK | 0.35 | 0.84 | 0 | 0.2 |
| HSL | 274.88º | 0.73% | 0.46% | - |
| HSV(B) | 274.88º | 0.84% | 0.8% | - |
| XYZ | 20.93 | 10.3 | 58.01 | - |
| YUV | 81.51 | 197.13 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 32 | 204 | 0.35 | 0.84 | 0 | 0.2 | 274.88 | 0.73 | 0.46 |
| Hex | 84 | 20 | CC | 23 | 54 | 0 | 14 | 113 | 49 | 2E |
| Octal | 204 | 40 | 314 | 43 | 124 | 0 | 24 | 423 | 111 | 56 |
| Binary | 10000100 | 100000 | 11001100 | 100011 | 1010100 | 0 | 10100 | 100010011 | 1001001 | 101110 |
Color Harmonies of #8420CC
Complementary color
Monochromatic Colors of #8420CC
Black with #8420CC
Text Example
Text Example
White with #8420CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8420CC; }
p { color: rgb(132,32,204); }
H1.HeaderClassName
{
color: #8420CC;
}
.AnyTagClassName
{
color: #8420CC;
}
</style>
background-color css
<style>
a { background-color: #8420CC; }
a { background-color: rgb(132,32,204); }
div.DivClassName
{
background-color: #8420CC;
}
.BgClassName
{
background-color: #8420CC;
}
</style>
border-color css
<style>
span { border-color: #8420CC; }
span { border-color: rgb(132,32,204); }
td.TdClassName
{
border-color: #8420CC;
}
.TagClassName
{
border-color: #8420CC;
}
</style>