Shades of Medium Purple #8462DE
Tints of Medium Purple #8462DE
RGB
CMYK
RGB Variations
Color information
#8462DE (or 0x8462DE) is known color: Medium Purple. HEX triplet: 84, 62 and DE. RGB value is (132,98,222). Sum of RGB (Red+Green+Blue) = 132+98+222=452 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.20% from 452); Green value is 98 (38.67% from 255 or 21.68% from 452); Blue value is 222 (87.11% from 255 or 49.12% from 452); Max value from RGB is 222 - color contains mainly: blue. Hex color #8462DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8462DE is #7B9D21. Grayscale: #797979. Windows color (decimal): -8101154 or 14574212. OLE color: 14574212.
HSL color Cylindrical-coordinate representation of color #8462DE: hue angle of 256.45º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8462DE is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 98 | 222 | - |
| CMYK | 0.41 | 0.56 | 0 | 0.13 |
| HSL | 256.45º | 0.65% | 0.63% | - |
| HSV(B) | 256.45º | 0.56% | 0.87% | - |
| XYZ | 27.07 | 18.91 | 71.33 | - |
| YUV | 122.3 | 184.26 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 98 | 222 | 0.41 | 0.56 | 0 | 0.13 | 256.45 | 0.65 | 0.63 |
| Hex | 84 | 62 | DE | 29 | 38 | 0 | D | 100 | 41 | 3F |
| Octal | 204 | 142 | 336 | 51 | 70 | 0 | 15 | 400 | 101 | 77 |
| Binary | 10000100 | 1100010 | 11011110 | 101001 | 111000 | 0 | 1101 | 100000000 | 1000001 | 111111 |
Color Harmonies of #8462DE
Complementary color
Monochromatic Colors of #8462DE
Black with #8462DE
Text Example
Text Example
White with #8462DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8462DE; }
p { color: rgb(132,98,222); }
H1.HeaderClassName
{
color: #8462DE;
}
.AnyTagClassName
{
color: #8462DE;
}
</style>
background-color css
<style>
a { background-color: #8462DE; }
a { background-color: rgb(132,98,222); }
div.DivClassName
{
background-color: #8462DE;
}
.BgClassName
{
background-color: #8462DE;
}
</style>
border-color css
<style>
span { border-color: #8462DE; }
span { border-color: rgb(132,98,222); }
td.TdClassName
{
border-color: #8462DE;
}
.TagClassName
{
border-color: #8462DE;
}
</style>