Shades of Medium Purple #8168D5
Tints of Medium Purple #8168D5
RGB
CMYK
RGB Variations
Color information
#8168D5 (or 0x8168D5) is known color: Medium Purple. HEX triplet: 81, 68 and D5. RGB value is (129,104,213). Sum of RGB (Red+Green+Blue) = 129+104+213=446 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.92% from 446); Green value is 104 (41.02% from 255 or 23.32% from 446); Blue value is 213 (83.59% from 255 or 47.76% from 446); Max value from RGB is 213 - color contains mainly: blue. Hex color #8168D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8168D5 is #7E972A. Grayscale: #7B7B7B. Windows color (decimal): -8296235 or 13985921. OLE color: 13985921.
HSL color Cylindrical-coordinate representation of color #8168D5: hue angle of 253.76º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8168D5 is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 129 | 104 | 213 | - |
| CMYK | 0.39 | 0.51 | 0 | 0.16 |
| HSL | 253.76º | 0.56% | 0.62% | - |
| HSV(B) | 253.76º | 0.51% | 0.84% | - |
| XYZ | 26.01 | 19.37 | 65.32 | - |
| YUV | 123.9 | 178.28 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 104 | 213 | 0.39 | 0.51 | 0 | 0.16 | 253.76 | 0.56 | 0.62 |
| Hex | 81 | 68 | D5 | 27 | 33 | 0 | 10 | FE | 38 | 3E |
| Octal | 201 | 150 | 325 | 47 | 63 | 0 | 20 | 376 | 70 | 76 |
| Binary | 10000001 | 1101000 | 11010101 | 100111 | 110011 | 0 | 10000 | 11111110 | 111000 | 111110 |
Color Harmonies of #8168D5
Complementary color
Monochromatic Colors of #8168D5
Black with #8168D5
Text Example
Text Example
White with #8168D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8168D5; }
p { color: rgb(129,104,213); }
H1.HeaderClassName
{
color: #8168D5;
}
.AnyTagClassName
{
color: #8168D5;
}
</style>
background-color css
<style>
a { background-color: #8168D5; }
a { background-color: rgb(129,104,213); }
div.DivClassName
{
background-color: #8168D5;
}
.BgClassName
{
background-color: #8168D5;
}
</style>
border-color css
<style>
span { border-color: #8168D5; }
span { border-color: rgb(129,104,213); }
td.TdClassName
{
border-color: #8168D5;
}
.TagClassName
{
border-color: #8168D5;
}
</style>