Shades of Medium Purple #845AD3
Tints of Medium Purple #845AD3
RGB
CMYK
RGB Variations
Color information
#845AD3 (or 0x845AD3) is known color: Medium Purple. HEX triplet: 84, 5A and D3. RGB value is (132,90,211). Sum of RGB (Red+Green+Blue) = 132+90+211=433 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.48% from 433); Green value is 90 (35.55% from 255 or 20.79% from 433); Blue value is 211 (82.81% from 255 or 48.73% from 433); Max value from RGB is 211 - color contains mainly: blue. Hex color #845AD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845AD3 is #7BA52C. Grayscale: #737373. Windows color (decimal): -8103213 or 13851268. OLE color: 13851268.
HSL color Cylindrical-coordinate representation of color #845AD3: hue angle of 260.83º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #845AD3 is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 132 | 90 | 211 | - |
| CMYK | 0.37 | 0.57 | 0 | 0.17 |
| HSL | 260.83º | 0.58% | 0.59% | - |
| HSV(B) | 260.83º | 0.57% | 0.83% | - |
| XYZ | 24.93 | 16.92 | 63.58 | - |
| YUV | 116.35 | 181.41 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 90 | 211 | 0.37 | 0.57 | 0 | 0.17 | 260.83 | 0.58 | 0.59 |
| Hex | 84 | 5A | D3 | 25 | 39 | 0 | 11 | 105 | 3A | 3B |
| Octal | 204 | 132 | 323 | 45 | 71 | 0 | 21 | 405 | 72 | 73 |
| Binary | 10000100 | 1011010 | 11010011 | 100101 | 111001 | 0 | 10001 | 100000101 | 111010 | 111011 |
Color Harmonies of #845AD3
Complementary color
Monochromatic Colors of #845AD3
Black with #845AD3
Text Example
Text Example
White with #845AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845AD3; }
p { color: rgb(132,90,211); }
H1.HeaderClassName
{
color: #845AD3;
}
.AnyTagClassName
{
color: #845AD3;
}
</style>
background-color css
<style>
a { background-color: #845AD3; }
a { background-color: rgb(132,90,211); }
div.DivClassName
{
background-color: #845AD3;
}
.BgClassName
{
background-color: #845AD3;
}
</style>
border-color css
<style>
span { border-color: #845AD3; }
span { border-color: rgb(132,90,211); }
td.TdClassName
{
border-color: #845AD3;
}
.TagClassName
{
border-color: #845AD3;
}
</style>