Shades of Medium Purple #8B5ADC
Tints of Medium Purple #8B5ADC
RGB
CMYK
RGB Variations
Color information
#8B5ADC (or 0x8B5ADC) is known color: Medium Purple. HEX triplet: 8B, 5A and DC. RGB value is (139,90,220). Sum of RGB (Red+Green+Blue) = 139+90+220=449 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.96% from 449); Green value is 90 (35.55% from 255 or 20.04% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #8B5ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B5ADC is #74A523. Grayscale: #767676. Windows color (decimal): -7644452 or 14441099. OLE color: 14441099.
HSL color Cylindrical-coordinate representation of color #8B5ADC: hue angle of 262.62º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8B5ADC is Cyan = 0.37, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 90 | 220 | - |
| CMYK | 0.37 | 0.59 | 0 | 0.14 |
| HSL | 262.62º | 0.65% | 0.61% | - |
| HSV(B) | 262.62º | 0.59% | 0.86% | - |
| XYZ | 27.22 | 17.97 | 69.74 | - |
| YUV | 119.47 | 184.73 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 90 | 220 | 0.37 | 0.59 | 0 | 0.14 | 262.62 | 0.65 | 0.61 |
| Hex | 8B | 5A | DC | 25 | 3B | 0 | E | 107 | 41 | 3D |
| Octal | 213 | 132 | 334 | 45 | 73 | 0 | 16 | 407 | 101 | 75 |
| Binary | 10001011 | 1011010 | 11011100 | 100101 | 111011 | 0 | 1110 | 100000111 | 1000001 | 111101 |
Color Harmonies of #8B5ADC
Complementary color
Monochromatic Colors of #8B5ADC
Black with #8B5ADC
Text Example
Text Example
White with #8B5ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5ADC; }
p { color: rgb(139,90,220); }
H1.HeaderClassName
{
color: #8B5ADC;
}
.AnyTagClassName
{
color: #8B5ADC;
}
</style>
background-color css
<style>
a { background-color: #8B5ADC; }
a { background-color: rgb(139,90,220); }
div.DivClassName
{
background-color: #8B5ADC;
}
.BgClassName
{
background-color: #8B5ADC;
}
</style>
border-color css
<style>
span { border-color: #8B5ADC; }
span { border-color: rgb(139,90,220); }
td.TdClassName
{
border-color: #8B5ADC;
}
.TagClassName
{
border-color: #8B5ADC;
}
</style>