Shades of Medium Purple #8169D8
Tints of Medium Purple #8169D8
RGB
CMYK
RGB Variations
Color information
#8169D8 (or 0x8169D8) is known color: Medium Purple. HEX triplet: 81, 69 and D8. RGB value is (129,105,216). Sum of RGB (Red+Green+Blue) = 129+105+216=450 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.67% from 450); Green value is 105 (41.41% from 255 or 23.33% from 450); Blue value is 216 (84.77% from 255 or 48% from 450); Max value from RGB is 216 - color contains mainly: blue. Hex color #8169D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8169D8 is #7E9627. Grayscale: #7C7C7C. Windows color (decimal): -8295976 or 14182785. OLE color: 14182785.
HSL color Cylindrical-coordinate representation of color #8169D8: hue angle of 252.97º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8169D8 is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 105 | 216 | - |
| CMYK | 0.40 | 0.51 | 0 | 0.15 |
| HSL | 252.97º | 0.59% | 0.63% | - |
| HSV(B) | 252.97º | 0.51% | 0.85% | - |
| XYZ | 26.5 | 19.73 | 67.38 | - |
| YUV | 124.83 | 179.45 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 105 | 216 | 0.40 | 0.51 | 0 | 0.15 | 252.97 | 0.59 | 0.63 |
| Hex | 81 | 69 | D8 | 28 | 33 | 0 | F | FD | 3B | 3F |
| Octal | 201 | 151 | 330 | 50 | 63 | 0 | 17 | 375 | 73 | 77 |
| Binary | 10000001 | 1101001 | 11011000 | 101000 | 110011 | 0 | 1111 | 11111101 | 111011 | 111111 |
Color Harmonies of #8169D8
Complementary color
Monochromatic Colors of #8169D8
Black with #8169D8
Text Example
Text Example
White with #8169D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8169D8; }
p { color: rgb(129,105,216); }
H1.HeaderClassName
{
color: #8169D8;
}
.AnyTagClassName
{
color: #8169D8;
}
</style>
background-color css
<style>
a { background-color: #8169D8; }
a { background-color: rgb(129,105,216); }
div.DivClassName
{
background-color: #8169D8;
}
.BgClassName
{
background-color: #8169D8;
}
</style>
border-color css
<style>
span { border-color: #8169D8; }
span { border-color: rgb(129,105,216); }
td.TdClassName
{
border-color: #8169D8;
}
.TagClassName
{
border-color: #8169D8;
}
</style>