Shades of Medium Purple #8B69DB
Tints of Medium Purple #8B69DB
RGB
CMYK
RGB Variations
Color information
#8B69DB (or 0x8B69DB) is known color: Medium Purple. HEX triplet: 8B, 69 and DB. RGB value is (139,105,219). Sum of RGB (Red+Green+Blue) = 139+105+219=463 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.02% from 463); Green value is 105 (41.41% from 255 or 22.68% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #8B69DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B69DB is #749624. Grayscale: #7F7F7F. Windows color (decimal): -7640613 or 14379403. OLE color: 14379403.
HSL color Cylindrical-coordinate representation of color #8B69DB: hue angle of 257.89º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8B69DB is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 105 | 219 | - |
| CMYK | 0.37 | 0.52 | 0 | 0.14 |
| HSL | 257.89º | 0.61% | 0.64% | - |
| HSV(B) | 257.89º | 0.52% | 0.86% | - |
| XYZ | 28.49 | 20.71 | 69.51 | - |
| YUV | 128.16 | 179.26 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 105 | 219 | 0.37 | 0.52 | 0 | 0.14 | 257.89 | 0.61 | 0.64 |
| Hex | 8B | 69 | DB | 25 | 34 | 0 | E | 102 | 3D | 40 |
| Octal | 213 | 151 | 333 | 45 | 64 | 0 | 16 | 402 | 75 | 100 |
| Binary | 10001011 | 1101001 | 11011011 | 100101 | 110100 | 0 | 1110 | 100000010 | 111101 | 1000000 |
Color Harmonies of #8B69DB
Complementary color
Monochromatic Colors of #8B69DB
Black with #8B69DB
Text Example
Text Example
White with #8B69DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B69DB; }
p { color: rgb(139,105,219); }
H1.HeaderClassName
{
color: #8B69DB;
}
.AnyTagClassName
{
color: #8B69DB;
}
</style>
background-color css
<style>
a { background-color: #8B69DB; }
a { background-color: rgb(139,105,219); }
div.DivClassName
{
background-color: #8B69DB;
}
.BgClassName
{
background-color: #8B69DB;
}
</style>
border-color css
<style>
span { border-color: #8B69DB; }
span { border-color: rgb(139,105,219); }
td.TdClassName
{
border-color: #8B69DB;
}
.TagClassName
{
border-color: #8B69DB;
}
</style>