Shades of Medium Purple #8B6FDA
Tints of Medium Purple #8B6FDA
RGB
CMYK
RGB Variations
Color information
#8B6FDA (or 0x8B6FDA) is known color: Medium Purple. HEX triplet: 8B, 6F and DA. RGB value is (139,111,218). Sum of RGB (Red+Green+Blue) = 139+111+218=468 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.70% from 468); Green value is 111 (43.75% from 255 or 23.72% from 468); Blue value is 218 (85.55% from 255 or 46.58% from 468); Max value from RGB is 218 - color contains mainly: blue. Hex color #8B6FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B6FDA is #749025. Grayscale: #838383. Windows color (decimal): -7639078 or 14315403. OLE color: 14315403.
HSL color Cylindrical-coordinate representation of color #8B6FDA: hue angle of 255.7º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8B6FDA is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 139 | 111 | 218 | - |
| CMYK | 0.36 | 0.49 | 0 | 0.15 |
| HSL | 255.7º | 0.59% | 0.65% | - |
| HSV(B) | 255.7º | 0.49% | 0.85% | - |
| XYZ | 28.99 | 21.92 | 69.03 | - |
| YUV | 131.57 | 176.78 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 111 | 218 | 0.36 | 0.49 | 0 | 0.15 | 255.7 | 0.59 | 0.65 |
| Hex | 8B | 6F | DA | 24 | 31 | 0 | F | 100 | 3B | 41 |
| Octal | 213 | 157 | 332 | 44 | 61 | 0 | 17 | 400 | 73 | 101 |
| Binary | 10001011 | 1101111 | 11011010 | 100100 | 110001 | 0 | 1111 | 100000000 | 111011 | 1000001 |
Color Harmonies of #8B6FDA
Complementary color
Monochromatic Colors of #8B6FDA
Black with #8B6FDA
Text Example
Text Example
White with #8B6FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6FDA; }
p { color: rgb(139,111,218); }
H1.HeaderClassName
{
color: #8B6FDA;
}
.AnyTagClassName
{
color: #8B6FDA;
}
</style>
background-color css
<style>
a { background-color: #8B6FDA; }
a { background-color: rgb(139,111,218); }
div.DivClassName
{
background-color: #8B6FDA;
}
.BgClassName
{
background-color: #8B6FDA;
}
</style>
border-color css
<style>
span { border-color: #8B6FDA; }
span { border-color: rgb(139,111,218); }
td.TdClassName
{
border-color: #8B6FDA;
}
.TagClassName
{
border-color: #8B6FDA;
}
</style>