Shades of Medium Purple #8168DA
Tints of Medium Purple #8168DA
RGB
CMYK
RGB Variations
Color information
#8168DA (or 0x8168DA) is known color: Medium Purple. HEX triplet: 81, 68 and DA. RGB value is (129,104,218). Sum of RGB (Red+Green+Blue) = 129+104+218=451 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.60% from 451); Green value is 104 (41.02% from 255 or 23.06% from 451); Blue value is 218 (85.55% from 255 or 48.34% from 451); Max value from RGB is 218 - color contains mainly: blue. Hex color #8168DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8168DA is #7E9725. Grayscale: #7C7C7C. Windows color (decimal): -8296230 or 14313601. OLE color: 14313601.
HSL color Cylindrical-coordinate representation of color #8168DA: hue angle of 253.16º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8168DA is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 104 | 218 | - |
| CMYK | 0.41 | 0.52 | 0 | 0.15 |
| HSL | 253.16º | 0.61% | 0.63% | - |
| HSV(B) | 253.16º | 0.52% | 0.85% | - |
| XYZ | 26.66 | 19.63 | 68.71 | - |
| YUV | 124.47 | 180.78 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 104 | 218 | 0.41 | 0.52 | 0 | 0.15 | 253.16 | 0.61 | 0.63 |
| Hex | 81 | 68 | DA | 29 | 34 | 0 | F | FD | 3D | 3F |
| Octal | 201 | 150 | 332 | 51 | 64 | 0 | 17 | 375 | 75 | 77 |
| Binary | 10000001 | 1101000 | 11011010 | 101001 | 110100 | 0 | 1111 | 11111101 | 111101 | 111111 |
Color Harmonies of #8168DA
Complementary color
Monochromatic Colors of #8168DA
Black with #8168DA
Text Example
Text Example
White with #8168DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8168DA; }
p { color: rgb(129,104,218); }
H1.HeaderClassName
{
color: #8168DA;
}
.AnyTagClassName
{
color: #8168DA;
}
</style>
background-color css
<style>
a { background-color: #8168DA; }
a { background-color: rgb(129,104,218); }
div.DivClassName
{
background-color: #8168DA;
}
.BgClassName
{
background-color: #8168DA;
}
</style>
border-color css
<style>
span { border-color: #8168DA; }
span { border-color: rgb(129,104,218); }
td.TdClassName
{
border-color: #8168DA;
}
.TagClassName
{
border-color: #8168DA;
}
</style>