Shades of Medium Purple #845FDB
Tints of Medium Purple #845FDB
RGB
CMYK
RGB Variations
Color information
#845FDB (or 0x845FDB) is known color: Medium Purple. HEX triplet: 84, 5F and DB. RGB value is (132,95,219). Sum of RGB (Red+Green+Blue) = 132+95+219=446 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.60% from 446); Green value is 95 (37.5% from 255 or 21.30% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #845FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845FDB is #7BA024. Grayscale: #777777. Windows color (decimal): -8101925 or 14376836. OLE color: 14376836.
HSL color Cylindrical-coordinate representation of color #845FDB: hue angle of 257.9º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #845FDB is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 95 | 219 | - |
| CMYK | 0.40 | 0.57 | 0 | 0.14 |
| HSL | 257.9º | 0.63% | 0.62% | - |
| HSV(B) | 257.9º | 0.57% | 0.86% | - |
| XYZ | 26.39 | 18.2 | 69.14 | - |
| YUV | 120.2 | 183.76 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 95 | 219 | 0.40 | 0.57 | 0 | 0.14 | 257.9 | 0.63 | 0.62 |
| Hex | 84 | 5F | DB | 28 | 39 | 0 | E | 102 | 3F | 3E |
| Octal | 204 | 137 | 333 | 50 | 71 | 0 | 16 | 402 | 77 | 76 |
| Binary | 10000100 | 1011111 | 11011011 | 101000 | 111001 | 0 | 1110 | 100000010 | 111111 | 111110 |
Color Harmonies of #845FDB
Complementary color
Monochromatic Colors of #845FDB
Black with #845FDB
Text Example
Text Example
White with #845FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845FDB; }
p { color: rgb(132,95,219); }
H1.HeaderClassName
{
color: #845FDB;
}
.AnyTagClassName
{
color: #845FDB;
}
</style>
background-color css
<style>
a { background-color: #845FDB; }
a { background-color: rgb(132,95,219); }
div.DivClassName
{
background-color: #845FDB;
}
.BgClassName
{
background-color: #845FDB;
}
</style>
border-color css
<style>
span { border-color: #845FDB; }
span { border-color: rgb(132,95,219); }
td.TdClassName
{
border-color: #845FDB;
}
.TagClassName
{
border-color: #845FDB;
}
</style>