Shades of Medium Purple #8466D4
Tints of Medium Purple #8466D4
RGB
CMYK
RGB Variations
Color information
#8466D4 (or 0x8466D4) is known color: Medium Purple. HEX triplet: 84, 66 and D4. RGB value is (132,102,212). Sum of RGB (Red+Green+Blue) = 132+102+212=446 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.60% from 446); Green value is 102 (40.23% from 255 or 22.87% from 446); Blue value is 212 (83.20% from 255 or 47.53% from 446); Max value from RGB is 212 - color contains mainly: blue. Hex color #8466D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8466D4 is #7B992B. Grayscale: #7B7B7B. Windows color (decimal): -8100140 or 13919876. OLE color: 13919876.
HSL color Cylindrical-coordinate representation of color #8466D4: hue angle of 256.36º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8466D4 is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 132 | 102 | 212 | - |
| CMYK | 0.38 | 0.52 | 0 | 0.17 |
| HSL | 256.36º | 0.56% | 0.62% | - |
| HSV(B) | 256.36º | 0.52% | 0.83% | - |
| XYZ | 26.15 | 19.16 | 64.61 | - |
| YUV | 123.51 | 177.94 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 102 | 212 | 0.38 | 0.52 | 0 | 0.17 | 256.36 | 0.56 | 0.62 |
| Hex | 84 | 66 | D4 | 26 | 34 | 0 | 11 | 100 | 38 | 3E |
| Octal | 204 | 146 | 324 | 46 | 64 | 0 | 21 | 400 | 70 | 76 |
| Binary | 10000100 | 1100110 | 11010100 | 100110 | 110100 | 0 | 10001 | 100000000 | 111000 | 111110 |
Color Harmonies of #8466D4
Complementary color
Monochromatic Colors of #8466D4
Black with #8466D4
Text Example
Text Example
White with #8466D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8466D4; }
p { color: rgb(132,102,212); }
H1.HeaderClassName
{
color: #8466D4;
}
.AnyTagClassName
{
color: #8466D4;
}
</style>
background-color css
<style>
a { background-color: #8466D4; }
a { background-color: rgb(132,102,212); }
div.DivClassName
{
background-color: #8466D4;
}
.BgClassName
{
background-color: #8466D4;
}
</style>
border-color css
<style>
span { border-color: #8466D4; }
span { border-color: rgb(132,102,212); }
td.TdClassName
{
border-color: #8466D4;
}
.TagClassName
{
border-color: #8466D4;
}
</style>