Shades of Medium Purple #8466DA
Tints of Medium Purple #8466DA
RGB
CMYK
RGB Variations
Color information
#8466DA (or 0x8466DA) is known color: Medium Purple. HEX triplet: 84, 66 and DA. RGB value is (132,102,218). Sum of RGB (Red+Green+Blue) = 132+102+218=452 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.20% from 452); Green value is 102 (40.23% from 255 or 22.57% from 452); Blue value is 218 (85.55% from 255 or 48.23% from 452); Max value from RGB is 218 - color contains mainly: blue. Hex color #8466DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8466DA is #7B9925. Grayscale: #7B7B7B. Windows color (decimal): -8100134 or 14313092. OLE color: 14313092.
HSL color Cylindrical-coordinate representation of color #8466DA: hue angle of 255.52º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8466DA is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 102 | 218 | - |
| CMYK | 0.39 | 0.53 | 0 | 0.15 |
| HSL | 255.52º | 0.61% | 0.63% | - |
| HSV(B) | 255.52º | 0.53% | 0.85% | - |
| XYZ | 26.92 | 19.47 | 68.67 | - |
| YUV | 124.19 | 180.94 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 102 | 218 | 0.39 | 0.53 | 0 | 0.15 | 255.52 | 0.61 | 0.63 |
| Hex | 84 | 66 | DA | 27 | 35 | 0 | F | 100 | 3D | 3F |
| Octal | 204 | 146 | 332 | 47 | 65 | 0 | 17 | 400 | 75 | 77 |
| Binary | 10000100 | 1100110 | 11011010 | 100111 | 110101 | 0 | 1111 | 100000000 | 111101 | 111111 |
Color Harmonies of #8466DA
Complementary color
Monochromatic Colors of #8466DA
Black with #8466DA
Text Example
Text Example
White with #8466DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8466DA; }
p { color: rgb(132,102,218); }
H1.HeaderClassName
{
color: #8466DA;
}
.AnyTagClassName
{
color: #8466DA;
}
</style>
background-color css
<style>
a { background-color: #8466DA; }
a { background-color: rgb(132,102,218); }
div.DivClassName
{
background-color: #8466DA;
}
.BgClassName
{
background-color: #8466DA;
}
</style>
border-color css
<style>
span { border-color: #8466DA; }
span { border-color: rgb(132,102,218); }
td.TdClassName
{
border-color: #8466DA;
}
.TagClassName
{
border-color: #8466DA;
}
</style>