Shades of Medium Purple #8B6DE8
Tints of Medium Purple #8B6DE8
RGB
CMYK
RGB Variations
Color information
#8B6DE8 (or 0x8B6DE8) is known color: Medium Purple. HEX triplet: 8B, 6D and E8. RGB value is (139,109,232). Sum of RGB (Red+Green+Blue) = 139+109+232=480 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.96% from 480); Green value is 109 (42.97% from 255 or 22.71% from 480); Blue value is 232 (91.02% from 255 or 48.33% from 480); Max value from RGB is 232 - color contains mainly: blue. Hex color #8B6DE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B6DE8 is #749217. Grayscale: #838383. Windows color (decimal): -7639576 or 15232395. OLE color: 15232395.
HSL color Cylindrical-coordinate representation of color #8B6DE8: hue angle of 254.63º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8B6DE8 is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 139 | 109 | 232 | - |
| CMYK | 0.40 | 0.53 | 0 | 0.09 |
| HSL | 254.63º | 0.73% | 0.67% | - |
| HSV(B) | 254.63º | 0.53% | 0.91% | - |
| XYZ | 30.68 | 22.25 | 79.02 | - |
| YUV | 131.99 | 184.44 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 109 | 232 | 0.40 | 0.53 | 0 | 0.09 | 254.63 | 0.73 | 0.67 |
| Hex | 8B | 6D | E8 | 28 | 35 | 0 | 9 | FF | 49 | 43 |
| Octal | 213 | 155 | 350 | 50 | 65 | 0 | 11 | 377 | 111 | 103 |
| Binary | 10001011 | 1101101 | 11101000 | 101000 | 110101 | 0 | 1001 | 11111111 | 1001001 | 1000011 |
Color Harmonies of #8B6DE8
Complementary color
Monochromatic Colors of #8B6DE8
Black with #8B6DE8
Text Example
Text Example
White with #8B6DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6DE8; }
p { color: rgb(139,109,232); }
H1.HeaderClassName
{
color: #8B6DE8;
}
.AnyTagClassName
{
color: #8B6DE8;
}
</style>
background-color css
<style>
a { background-color: #8B6DE8; }
a { background-color: rgb(139,109,232); }
div.DivClassName
{
background-color: #8B6DE8;
}
.BgClassName
{
background-color: #8B6DE8;
}
</style>
border-color css
<style>
span { border-color: #8B6DE8; }
span { border-color: rgb(139,109,232); }
td.TdClassName
{
border-color: #8B6DE8;
}
.TagClassName
{
border-color: #8B6DE8;
}
</style>