Shades of Medium Purple #8B6FDC
Tints of Medium Purple #8B6FDC
RGB
CMYK
RGB Variations
Color information
#8B6FDC (or 0x8B6FDC) is known color: Medium Purple. HEX triplet: 8B, 6F and DC. RGB value is (139,111,220). Sum of RGB (Red+Green+Blue) = 139+111+220=470 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.57% from 470); Green value is 111 (43.75% from 255 or 23.62% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #8B6FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B6FDC is #749023. Grayscale: #838383. Windows color (decimal): -7639076 or 14446475. OLE color: 14446475.
HSL color Cylindrical-coordinate representation of color #8B6FDC: hue angle of 255.41º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8B6FDC is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 111 | 220 | - |
| CMYK | 0.37 | 0.50 | 0 | 0.14 |
| HSL | 255.41º | 0.61% | 0.65% | - |
| HSV(B) | 255.41º | 0.5% | 0.86% | - |
| XYZ | 29.25 | 22.03 | 70.42 | - |
| YUV | 131.8 | 177.78 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 111 | 220 | 0.37 | 0.50 | 0 | 0.14 | 255.41 | 0.61 | 0.65 |
| Hex | 8B | 6F | DC | 25 | 32 | 0 | E | FF | 3D | 41 |
| Octal | 213 | 157 | 334 | 45 | 62 | 0 | 16 | 377 | 75 | 101 |
| Binary | 10001011 | 1101111 | 11011100 | 100101 | 110010 | 0 | 1110 | 11111111 | 111101 | 1000001 |
Color Harmonies of #8B6FDC
Complementary color
Monochromatic Colors of #8B6FDC
Black with #8B6FDC
Text Example
Text Example
White with #8B6FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6FDC; }
p { color: rgb(139,111,220); }
H1.HeaderClassName
{
color: #8B6FDC;
}
.AnyTagClassName
{
color: #8B6FDC;
}
</style>
background-color css
<style>
a { background-color: #8B6FDC; }
a { background-color: rgb(139,111,220); }
div.DivClassName
{
background-color: #8B6FDC;
}
.BgClassName
{
background-color: #8B6FDC;
}
</style>
border-color css
<style>
span { border-color: #8B6FDC; }
span { border-color: rgb(139,111,220); }
td.TdClassName
{
border-color: #8B6FDC;
}
.TagClassName
{
border-color: #8B6FDC;
}
</style>