Shades of Medium Purple #8466DC
Tints of Medium Purple #8466DC
RGB
CMYK
RGB Variations
Color information
#8466DC (or 0x8466DC) is known color: Medium Purple. HEX triplet: 84, 66 and DC. RGB value is (132,102,220). Sum of RGB (Red+Green+Blue) = 132+102+220=454 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.07% from 454); Green value is 102 (40.23% from 255 or 22.47% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #8466DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8466DC is #7B9923. Grayscale: #7B7B7B. Windows color (decimal): -8100132 or 14444164. OLE color: 14444164.
HSL color Cylindrical-coordinate representation of color #8466DC: hue angle of 255.25º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8466DC is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 102 | 220 | - |
| CMYK | 0.40 | 0.54 | 0 | 0.14 |
| HSL | 255.25º | 0.63% | 0.63% | - |
| HSV(B) | 255.25º | 0.54% | 0.86% | - |
| XYZ | 27.19 | 19.58 | 70.06 | - |
| YUV | 124.42 | 181.94 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 102 | 220 | 0.40 | 0.54 | 0 | 0.14 | 255.25 | 0.63 | 0.63 |
| Hex | 84 | 66 | DC | 28 | 36 | 0 | E | FF | 3F | 3F |
| Octal | 204 | 146 | 334 | 50 | 66 | 0 | 16 | 377 | 77 | 77 |
| Binary | 10000100 | 1100110 | 11011100 | 101000 | 110110 | 0 | 1110 | 11111111 | 111111 | 111111 |
Color Harmonies of #8466DC
Complementary color
Monochromatic Colors of #8466DC
Black with #8466DC
Text Example
Text Example
White with #8466DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8466DC; }
p { color: rgb(132,102,220); }
H1.HeaderClassName
{
color: #8466DC;
}
.AnyTagClassName
{
color: #8466DC;
}
</style>
background-color css
<style>
a { background-color: #8466DC; }
a { background-color: rgb(132,102,220); }
div.DivClassName
{
background-color: #8466DC;
}
.BgClassName
{
background-color: #8466DC;
}
</style>
border-color css
<style>
span { border-color: #8466DC; }
span { border-color: rgb(132,102,220); }
td.TdClassName
{
border-color: #8466DC;
}
.TagClassName
{
border-color: #8466DC;
}
</style>