Shades of Medium Purple #8465DA
Tints of Medium Purple #8465DA
RGB
CMYK
RGB Variations
Color information
#8465DA (or 0x8465DA) is known color: Medium Purple. HEX triplet: 84, 65 and DA. RGB value is (132,101,218). Sum of RGB (Red+Green+Blue) = 132+101+218=451 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.27% from 451); Green value is 101 (39.84% from 255 or 22.39% from 451); Blue value is 218 (85.55% from 255 or 48.34% from 451); Max value from RGB is 218 - color contains mainly: blue. Hex color #8465DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8465DA is #7B9A25. Grayscale: #7B7B7B. Windows color (decimal): -8100390 or 14312836. OLE color: 14312836.
HSL color Cylindrical-coordinate representation of color #8465DA: hue angle of 255.9º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8465DA is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 101 | 218 | - |
| CMYK | 0.39 | 0.54 | 0 | 0.15 |
| HSL | 255.9º | 0.61% | 0.63% | - |
| HSV(B) | 255.9º | 0.54% | 0.85% | - |
| XYZ | 26.82 | 19.27 | 68.64 | - |
| YUV | 123.61 | 181.27 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 101 | 218 | 0.39 | 0.54 | 0 | 0.15 | 255.9 | 0.61 | 0.63 |
| Hex | 84 | 65 | DA | 27 | 36 | 0 | F | 100 | 3D | 3F |
| Octal | 204 | 145 | 332 | 47 | 66 | 0 | 17 | 400 | 75 | 77 |
| Binary | 10000100 | 1100101 | 11011010 | 100111 | 110110 | 0 | 1111 | 100000000 | 111101 | 111111 |
Color Harmonies of #8465DA
Complementary color
Monochromatic Colors of #8465DA
Black with #8465DA
Text Example
Text Example
White with #8465DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8465DA; }
p { color: rgb(132,101,218); }
H1.HeaderClassName
{
color: #8465DA;
}
.AnyTagClassName
{
color: #8465DA;
}
</style>
background-color css
<style>
a { background-color: #8465DA; }
a { background-color: rgb(132,101,218); }
div.DivClassName
{
background-color: #8465DA;
}
.BgClassName
{
background-color: #8465DA;
}
</style>
border-color css
<style>
span { border-color: #8465DA; }
span { border-color: rgb(132,101,218); }
td.TdClassName
{
border-color: #8465DA;
}
.TagClassName
{
border-color: #8465DA;
}
</style>