Shades of Medium Purple #845FDC
Tints of Medium Purple #845FDC
RGB
CMYK
RGB Variations
Color information
#845FDC (or 0x845FDC) is known color: Medium Purple. HEX triplet: 84, 5F and DC. RGB value is (132,95,220). Sum of RGB (Red+Green+Blue) = 132+95+220=447 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.53% from 447); Green value is 95 (37.5% from 255 or 21.25% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #845FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845FDC is #7BA023. Grayscale: #777777. Windows color (decimal): -8101924 or 14442372. OLE color: 14442372.
HSL color Cylindrical-coordinate representation of color #845FDC: hue angle of 257.76º degrees, saturation: 0.64, 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 #845FDC is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 95 | 220 | - |
| CMYK | 0.40 | 0.57 | 0 | 0.14 |
| HSL | 257.76º | 0.64% | 0.62% | - |
| HSV(B) | 257.76º | 0.57% | 0.86% | - |
| XYZ | 26.53 | 18.26 | 69.84 | - |
| YUV | 120.31 | 184.26 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 95 | 220 | 0.40 | 0.57 | 0 | 0.14 | 257.76 | 0.64 | 0.62 |
| Hex | 84 | 5F | DC | 28 | 39 | 0 | E | 102 | 40 | 3E |
| Octal | 204 | 137 | 334 | 50 | 71 | 0 | 16 | 402 | 100 | 76 |
| Binary | 10000100 | 1011111 | 11011100 | 101000 | 111001 | 0 | 1110 | 100000010 | 1000000 | 111110 |
Color Harmonies of #845FDC
Complementary color
Monochromatic Colors of #845FDC
Black with #845FDC
Text Example
Text Example
White with #845FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845FDC; }
p { color: rgb(132,95,220); }
H1.HeaderClassName
{
color: #845FDC;
}
.AnyTagClassName
{
color: #845FDC;
}
</style>
background-color css
<style>
a { background-color: #845FDC; }
a { background-color: rgb(132,95,220); }
div.DivClassName
{
background-color: #845FDC;
}
.BgClassName
{
background-color: #845FDC;
}
</style>
border-color css
<style>
span { border-color: #845FDC; }
span { border-color: rgb(132,95,220); }
td.TdClassName
{
border-color: #845FDC;
}
.TagClassName
{
border-color: #845FDC;
}
</style>