Shades of Medium Purple #8461DB
Tints of Medium Purple #8461DB
RGB
CMYK
RGB Variations
Color information
#8461DB (or 0x8461DB) is known color: Medium Purple. HEX triplet: 84, 61 and DB. RGB value is (132,97,219). Sum of RGB (Red+Green+Blue) = 132+97+219=448 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.46% from 448); Green value is 97 (38.28% from 255 or 21.65% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #8461DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8461DB is #7B9E24. Grayscale: #787878. Windows color (decimal): -8101413 or 14377348. OLE color: 14377348.
HSL color Cylindrical-coordinate representation of color #8461DB: hue angle of 257.21º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8461DB is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 97 | 219 | - |
| CMYK | 0.40 | 0.56 | 0 | 0.14 |
| HSL | 257.21º | 0.63% | 0.62% | - |
| HSV(B) | 257.21º | 0.56% | 0.86% | - |
| XYZ | 26.58 | 18.57 | 69.2 | - |
| YUV | 121.37 | 183.1 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 97 | 219 | 0.40 | 0.56 | 0 | 0.14 | 257.21 | 0.63 | 0.62 |
| Hex | 84 | 61 | DB | 28 | 38 | 0 | E | 101 | 3F | 3E |
| Octal | 204 | 141 | 333 | 50 | 70 | 0 | 16 | 401 | 77 | 76 |
| Binary | 10000100 | 1100001 | 11011011 | 101000 | 111000 | 0 | 1110 | 100000001 | 111111 | 111110 |
Color Harmonies of #8461DB
Complementary color
Monochromatic Colors of #8461DB
Black with #8461DB
Text Example
Text Example
White with #8461DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8461DB; }
p { color: rgb(132,97,219); }
H1.HeaderClassName
{
color: #8461DB;
}
.AnyTagClassName
{
color: #8461DB;
}
</style>
background-color css
<style>
a { background-color: #8461DB; }
a { background-color: rgb(132,97,219); }
div.DivClassName
{
background-color: #8461DB;
}
.BgClassName
{
background-color: #8461DB;
}
</style>
border-color css
<style>
span { border-color: #8461DB; }
span { border-color: rgb(132,97,219); }
td.TdClassName
{
border-color: #8461DB;
}
.TagClassName
{
border-color: #8461DB;
}
</style>